0

- Actually fixed Java 1.5+ compatibility this time.

- Updated flibitEFX for Java 1.5+ compatibility.
This commit is contained in:
Ethan Lee
2012-02-12 14:31:21 -05:00
parent 85c8a97dde
commit 407cbe6aef
2 changed files with 1 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
<target name="compile" depends="clean"> <target name="compile" depends="clean">
<!-- Compile the source code with javac --> <!-- Compile the source code with javac -->
<mkdir dir="built/javac"/> <mkdir dir="built/javac"/>
<javac destdir="built/javac" debug="on" source="1.5" includeantruntime="false"> <javac destdir="built/javac" debug="on" source="1.5" target="1.5" includeantruntime="false">
<src path="src"/> <src path="src"/>
<classpath refid="libPath"/> <classpath refid="libPath"/>
</javac> </javac>

Binary file not shown.