updated build script to work with java 8

This commit is contained in:
codeanticode
2015-01-23 17:57:10 -05:00
parent 20569d3502
commit 5737d1b50b
+2 -1
View File
@@ -21,7 +21,8 @@
classpath="../../../core/library/core.jar; library/lwjgl.jar; library/lwjgl_util.jar"
nowarn="true"
compiler="org.eclipse.jdt.core.JDTCompilerAdapter">
<compilerclasspath path="../../mode/ecj.jar" />
<compilerclasspath path="../../mode/org.eclipse.jdt.core.jar;
../../mode/jdtCompilerAdapter.jar" />
</javac>
</target>