Skip to content

Commit 7fa3fb1

Browse files
committed
More doc updates
1 parent 9918a7f commit 7fa3fb1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

eclipse/org.mybatis.generator.eclipse.doc/html-src/eclipseui/manualTesting.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,7 @@ <h3>Ant Build</h3>
271271
<li>Select the "Classpath" tab, then add the HSQLDB driver to "User Entries"</li>
272272
<li>Press the "Run" button</li>
273273
<li>After MyBatis Generator runs, you should see a "BUILD SUCCESSFUL" message.
274-
You may see build warnings related to log4j if it is not installed in your Eclipse
275-
distribution. You can safely ignore these warnings.
274+
You may see build warnings related to logging. You can safely ignore these warnings.
276275
</li>
277276
<li>Verify that the workspace errors are gone.</li>
278277
</ol>

eclipse/releng/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ following projects:
4343
- org.mybatis.generator.eclipse.ui
4444
- org.mybatis.generator.eclipse.ui.tests
4545

46+
### Libraries
47+
48+
Optional dependencies are in the "lib" directory of the org.mybatis.generator.core project. They should be upgraded
49+
periodically.
50+
51+
We use this strategy rather then relying on Eclipse's distributions of these libraries for the following reasons:
52+
53+
- Eclipse doesn't distribute every library we need
54+
- The Eclipse versions are often very down level
55+
- We don't want the packages declared as dependencies for the final artifact
56+
57+
4658
### Update Java Execution Environment
4759

4860
Eclipse may throw warnings about the plugin execution environment being lower than a plugin dependency.

0 commit comments

Comments
 (0)