summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2006-10-02 21:07:10 +0000
committerKevin Rushforth <[email protected]>2006-10-02 21:07:10 +0000
commit08c09608a895d8e930f5f044ae16e0457851ec3d (patch)
treeeee8094fa04c77db394c7a23c11a79572b1c49a9 /build.xml
parent6a14ce11a8588e6cbffbb2531b1e15fdb7075bcc (diff)
Fixed zip file name for daily builds.
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@705 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 89d8510..612dd02 100644
--- a/build.xml
+++ b/build.xml
@@ -502,7 +502,7 @@
includes="LICENSE*.txt README.txt README-unzip.html"
/>
</copy>
- <zip destfile="${dist}/release/java3d-${version_file}-${platform}.zip">
+ <zip destfile="${dist}/release/${release_name}.zip">
<fileset dir="${platformTmp}"
includes="${release_name}/**"
/>