removed target "app-package" (is replaced by target "app" and some cool code by stefanp in build.sh / .bat)
This commit is contained in:
parent
9a39b7b589
commit
06ade1be76
1 changed files with 0 additions and 11 deletions
|
@ -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) -->
|
||||
<!-- =================================================================== -->
|
||||
|
|
Loading…
Add table
Reference in a new issue