Use Java 1.6 instead of 1.5. We no longer aim to support OS X 10.4.

This commit is contained in:
akwizgran
2013-11-22 12:00:00 +00:00
parent a2aa13051a
commit 3b5769cf8a
16 changed files with 19 additions and 39 deletions

View File

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