added little target "help" that only depends on "usage" for convenience
This commit is contained in:
parent
67410fbf2b
commit
9a39b7b589
1 changed files with 3 additions and 5 deletions
|
@ -48,9 +48,11 @@
|
||||||
<filter token="date" value="${TODAY}"/>
|
<filter token="date" value="${TODAY}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- Help on usage -->
|
<!-- Help on usage -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
|
<target name="help" depends="usage" />
|
||||||
<target name="usage">
|
<target name="usage">
|
||||||
<echo message=""/>
|
<echo message=""/>
|
||||||
<echo message=""/>
|
<echo message=""/>
|
||||||
|
@ -63,7 +65,7 @@
|
||||||
<echo message=" jar --> generates the ./lib/helma-YYYYMMDD.jar file"/>
|
<echo message=" jar --> generates the ./lib/helma-YYYYMMDD.jar file"/>
|
||||||
<echo message=" javadocs --> generates the API docs"/>
|
<echo message=" javadocs --> generates the API docs"/>
|
||||||
<echo message=" docs --> tries to retrieve the HTML documentation "/>
|
<echo message=" docs --> tries to retrieve the HTML documentation "/>
|
||||||
<echo message=" (may need proxy settings in startscript"/>
|
<echo message=" (may need proxy settings in startscript)"/>
|
||||||
<echo message=" package --> generates the distribution (zip and tar.gz)"/>
|
<echo message=" package --> generates the distribution (zip and tar.gz)"/>
|
||||||
<echo message=" antclick --> generates the distribution (zip and tar.gz)"/>
|
<echo message=" antclick --> generates the distribution (zip and tar.gz)"/>
|
||||||
<echo message=" with antville preconfigured"/>
|
<echo message=" with antville preconfigured"/>
|
||||||
|
@ -135,7 +137,6 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- Creates the full helma distribution -->
|
<!-- Creates the full helma distribution -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
|
@ -202,7 +203,6 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- Checkout demo apps, put them in work directory and zip manage app -->
|
<!-- Checkout demo apps, put them in work directory and zip manage app -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
|
@ -232,7 +232,6 @@ manage
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- Checkout and zip manage application -->
|
<!-- Checkout and zip manage application -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
|
@ -292,7 +291,6 @@ manage
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- Make Antclick package (helma plus Antville and manage apps) -->
|
<!-- Make Antclick package (helma plus Antville and manage apps) -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue