build-applet.xml, build-midlet.xml: source and target of javac upgraded from 1.2, 1.3 or 1.4 to 1.8
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
<copy todir="${build.dir}">
|
<copy todir="${build.dir}">
|
||||||
<fileset dir="${script.dir}" includes="${script.name}.lua,${image.name}"/>
|
<fileset dir="${script.dir}" includes="${script.name}.lua,${image.name}"/>
|
||||||
</copy>
|
</copy>
|
||||||
<javac destdir="${build.dir}/classes" source="1.4" target="1.4"
|
<javac destdir="${build.dir}/classes" source="1.8" target="1.8"
|
||||||
classpath="${luaj.jar}" srcdir="${java.dir}" includes="${java.name}.java"/>
|
classpath="${luaj.jar}" srcdir="${java.dir}" includes="${java.name}.java"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
<pathelement path="lib/midpapi20.jar"/>
|
<pathelement path="lib/midpapi20.jar"/>
|
||||||
<pathelement path="lib/mmapi.jar"/>
|
<pathelement path="lib/mmapi.jar"/>
|
||||||
</path>
|
</path>
|
||||||
<javac destdir="build/classes" encoding="utf-8" source="1.3" target="1.2" bootclasspathref="wtk-libs"
|
<javac destdir="build/classes" encoding="utf-8" source="1.8" target="1.8" bootclasspathref="wtk-libs"
|
||||||
srcdir="build/midlet/src"/>
|
srcdir="build/midlet/src"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user