unzip images to /static/images instead of /static/antville

This commit is contained in:
hns 2002-07-16 15:30:03 +00:00
parent 54ac9930e6
commit af183dfb0e

View file

@ -306,7 +306,7 @@ manage
<!-- unzip images -->
<mkdir dir="${build.work}/static/antville"/>
<unzip src="${build.work}/apps/antville/images.zip" dest="${build.work}/static/antville">
<unzip src="${build.work}/apps/antville/images.zip" dest="${build.work}/static/images">
<patternset>
<include name="**"/>
</patternset>