Build changes:

* ant build.xml produces 4 output jars: all-in-one jar, a "core" jar that
  should work under J2ME, an "extras" jar with classes that require J2SE,
  and the last jar provides the debug support for J2ME.
* Change the Eclipse .classpath to include WTK jars. Requires WTK_HOME
  classpath variable be set in Eclipse workspace.
This commit is contained in:
Ian Farmer
2007-10-23 21:06:51 +00:00
parent 504020beda
commit c3f17a3b5e
2 changed files with 90 additions and 42 deletions

View File

@@ -6,6 +6,7 @@
<classpathentry kind="src" path="src/test/res"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
<classpathentry combineaccessrules="false" kind="src" path="/wtk22"/>
<classpathentry kind="var" path="WTK_HOME/lib/cldcapi10.jar"/>
<classpathentry kind="var" path="WTK_HOME/lib/midpapi20.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>