update source/target settings in build b/c of Java 7 warnings

This commit is contained in:
benfry
2012-10-19 14:48:48 +00:00
parent 9aacc3d27f
commit ab815ede89
7 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
<fail unless="core-built" message="Please build the core library first and make sure it sits in ../../../core/library/core.jar" />
<mkdir dir="bin" />
<javac target="1.5"
<javac source="1.6"
target="1.6"
srcdir="src" destdir="bin"
encoding="UTF-8"
includeAntRuntime="false"