make sure dist-directory exists everywhere
This commit is contained in:
parent
8f8e572459
commit
9851f312f7
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ manage
|
|||
<!-- needs parameter ${filename} for final dist-file -->
|
||||
<!-- =================================================================== -->
|
||||
<target name="package-zip" depends="init">
|
||||
<mkdir dir="${build.dist}" />
|
||||
<fixcrlf srcdir="${build.work}" eol="crlf" includes="**/*.txt, **/*.properties, **/*.hac, **/*.js, **/*.skin, **/*.xml" />
|
||||
<zip zipfile="${build.dist}/${filename}.zip">
|
||||
<zipfileset dir="${build.work}" prefix="${filename}" includes="**" />
|
||||
|
|
Loading…
Add table
Reference in a new issue