make sure dist-directory exists everywhere

This commit is contained in:
stefanp 2002-06-18 12:20:17 +00:00
parent 8f8e572459
commit 9851f312f7

View file

@ -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="**" />