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

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="lib" path="libs/guice-3.0-no_aop.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@@ -1,2 +1,3 @@
bin
build
.settings

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'/>