summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index b6e6173..4fd8974 100644
--- a/build.xml
+++ b/build.xml
@@ -46,7 +46,7 @@
*/
-->
-<project name="j3d-examples-1.4.0" default="jar">
+<project name="j3d-examples-1.5.0" default="jar">
<target name="init">
<!-- Set global properties for this build -->
@@ -63,8 +63,8 @@
<!-- Compile the java code from ${src}/classes into ${build}/classes -->
<javac srcdir="${src}/classes"
destdir="${build}/classes"
- source="1.4"
- target="1.4"
+ source="1.5"
+ target="1.5"
debug="true"
deprecation="off">
</javac>