update for support of modern JDKs #113

Closed
fabrice-ducos wants to merge 26 commits from fabrice-ducos/master into master
Showing only changes of commit 393cf23775 - Show all commits

View File

@@ -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>