Author: jalkanen
Date: Wed Jul 13 12:22:23 2011
New Revision: 1145968
URL: http://svn.apache.org/viewvc?rev=1145968&view=rev
Log:
Release files are now generated with proper version labels.
Modified:
incubator/jspwiki/trunk/build.xml
Modified: incubator/jspwiki/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=1145968&r1=1145967&r2=1145968&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Wed Jul 13 12:22:23 2011
@@ -595,7 +595,7 @@
</fileset>
</move>
- <zip zipfile="${release.dir}/${ant.project.name}-src.zip"
+ <zip
zipfile="${release.dir}/${ant.project.name}-${jspwiki.version}-src.zip"
basedir="${tmpdir}"
includes="${ant.project.name}-${jspwiki.version}/**"/>
@@ -666,7 +666,7 @@
<copy file="ReleaseNotes" todir="${install.fulldir}" />
<copy file="LICENSE" todir="${install.fulldir}" />
- <zip zipfile="${release.dir}/${ant.project.name}-bin.zip">
+ <zip
zipfile="${release.dir}/${ant.project.name}-${jspwiki.version}-bin.zip">
<zipfileset dir="${install.fulldir}" prefix="${ant.project.name}" />
</zip>