release/build.xml: corrected build to place additional folder level in zip file

This commit is contained in:
Richard Worth 2009-01-01 01:24:55 +00:00
parent b3d5881645
commit f6e2a95f47

View File

@ -93,7 +93,7 @@
<target description="Zip the package" name="zip"> <target description="Zip the package" name="zip">
<zip destfile="${dist.dir}/../${release.filename}.zip"> <zip destfile="${dist.dir}/../${release.filename}.zip">
<zipfileset dir="${dist.dir}/" /> <zipfileset dir="dist/" />
</zip> </zip>
</target> </target>