summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2018-06-15 13:57:45 -0700
committerHarvey Harrison <[email protected]>2018-06-15 13:57:45 -0700
commita61cf7db3460ff1e39fd4923b32e4c0450ac8c36 (patch)
tree20807d1506d4a12f31e0f5d3ca335ee0566af376
parent103508356dd2d39ba789f120645819c4885824da (diff)
j3dcore: update to source/target 1.6 for now, no point in 1.5
Signed-off-by: Harvey Harrison <[email protected]>
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 8f710a0..b80f560 100644
--- a/build.xml
+++ b/build.xml
@@ -78,8 +78,8 @@
<target name="compile" depends="gen">
<javac srcdir="${src.dir}:${j3dtools.src.dir}:${gen.dir}/src"
destdir="${class.dir}"
- source="1.5"
- target="1.5"
+ source="1.6"
+ target="1.6"
debug="true"
debuglevel="lines,source"
deprecation="off"