update for support of modern JDKs #113
@@ -51,7 +51,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/jme/classes" encoding="utf-8" source="1.3" target="1.2" bootclasspathref="wtk-libs"
|
<javac includeantruntime="false" destdir="build/jme/classes" encoding="utf-8" source="1.8" target="1.8" bootclasspathref="wtk-libs"
|
||||||
debug="on"
|
debug="on"
|
||||||
srcdir="build/jme/src"/>
|
srcdir="build/jme/src"/>
|
||||||
</target>
|
</target>
|
||||||
|
|||||||
Reference in New Issue
Block a user