create images dir (although this doesn't seem to be necessary)
This commit is contained in:
parent
af183dfb0e
commit
8f75b2183c
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ manage
|
||||||
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="HEAD" package="antville" dest="${build.work}/apps" />
|
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="HEAD" package="antville" dest="${build.work}/apps" />
|
||||||
|
|
||||||
<!-- unzip images -->
|
<!-- 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">
|
<unzip src="${build.work}/apps/antville/images.zip" dest="${build.work}/static/images">
|
||||||
<patternset>
|
<patternset>
|
||||||
<include name="**"/>
|
<include name="**"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue