create images dir (although this doesn't seem to be necessary)

This commit is contained in:
hns 2002-07-16 15:37:07 +00:00
parent af183dfb0e
commit 8f75b2183c

View file

@ -305,7 +305,7 @@ manage
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="HEAD" package="antville" dest="${build.work}/apps" />
<!-- unzip images -->
<mkdir dir="${build.work}/static/antville"/>
<mkdir dir="${build.work}/static/images"/>
<unzip src="${build.work}/apps/antville/images.zip" dest="${build.work}/static/images">
<patternset>
<include name="**"/>