summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authornobody <nobody@28c7f869-5b4e-e670-f602-82bfaf57f300>2008-06-18 20:37:49 +0000
committernobody <nobody@28c7f869-5b4e-e670-f602-82bfaf57f300>2008-06-18 20:37:49 +0000
commit39e08805a84acd887c52be27fadc335f61412c7d (patch)
tree2895a04c949b220b334ad52fa74aa366f1ba2912 /build.xml
parentbcf455d67a49fc3fc2039506c0c28165894dc154 (diff)
This commit was manufactured by cvs2svn to create tagpostmerge-1_6-1_5_2-fcs
'postmerge-1_6-1_5_2-fcs'.
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..7f8212f 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.6.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_5_2-src.zip"/>
+ <property name="output.zip" location="dist/j3d-examples-1_6_0-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"/>