Set javac's target version to Java 1.5 in the ant buildfiles.

This commit is contained in:
akwizgran
2013-06-13 18:38:54 +01:00
parent a4d3daaa3e
commit 3054605a79
3 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
</target>
<target name='compile'>
<mkdir dir='build'/>
<javac srcdir='src' destdir='build' source='1.5'
<javac srcdir='src' destdir='build' source='1.5' target='1.5'
includeantruntime='false' debug='off'>
<classpath>
<fileset refid='api-jars'/>