summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 130d53f..56fae1b 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 -->
@@ -54,7 +54,7 @@
<property name="build" location="build"/>
<property name="dist" location="dist"/>
<property name="output.jar" location="dist/j3d-examples.jar"/>
- <property name="output.zip" location="dist/j3d-examples-1_4_0-src.zip"/>
+ <property name="output.zip" location="dist/j3d-examples-1_5_0-src.zip"/>
</target>
<target name="compile" depends="init">
@@ -64,8 +64,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>