removed target "app-package" (is replaced by target "app" and some cool code by stefanp in build.sh / .bat)

This commit is contained in:
Tobi Schäfer 2002-06-18 14:40:20 +00:00
parent 9a39b7b589
commit 06ade1be76

View file

@ -280,17 +280,6 @@ manage
</target>
<!-- =================================================================== -->
<!-- Checks out and zips an application defined by -Dapplication=appName -->
<!-- e.g. ant [-buildfile build.xml] -Dapplication=helmaorg -->
<!-- =================================================================== -->
<target name="app-package" depends="init">
<mkdir dir="${build.checkout}"/>
<cvs cvsRoot="${cvs.root}" package="apps/${application}" dest="${build.checkout}"/>
<zip zipfile="../${application}.zip" basedir="${build.checkout}/apps/${application}/" includes="**"/>
</target>
<!-- =================================================================== -->
<!-- Make Antclick package (helma plus Antville and manage apps) -->
<!-- =================================================================== -->