aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 0aa5122..1e5dd4f 100644
--- a/build.xml
+++ b/build.xml
@@ -46,7 +46,7 @@
*/
-->
-<project name="j3d-examples-1.5.2" default="jar">
+<project name="j3d-examples-1.5.3" 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_5_2-src.zip"/>
+ <property name="output.zip" location="dist/j3d-examples-1_5_3-src.zip"/>
<property name="j3ddir" location="../j3d-core/build/default/debug"/>
<property name="vecmathdir" location="../vecmath/build/debug"/>
<property name="j3dcore.jar" location="${j3ddir}/lib/ext/j3dcore.jar"/>