- Actually fixed Java 1.5+ compatibility this time.
- Updated flibitEFX for Java 1.5+ compatibility.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<target name="compile" depends="clean">
|
||||
<!-- Compile the source code with 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"/>
|
||||
<classpath refid="libPath"/>
|
||||
</javac>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user