|
|
|
@ -76,7 +76,8 @@
|
|
|
|
<!-- Ant-internal target does not appear in its own help display -->
|
|
|
|
<!-- Ant-internal target does not appear in its own help display -->
|
|
|
|
<target name="usage" >
|
|
|
|
<target name="usage" >
|
|
|
|
<echo message="execute 'ant -projecthelp' for useful build targets" />
|
|
|
|
<echo message="execute 'ant -projecthelp' for useful build targets" />
|
|
|
|
<echo message="execute 'ant rebuild' for clean/build/test operation" />
|
|
|
|
<echo message="execute 'ant rebuild' for a clean/build/test sequence" />
|
|
|
|
|
|
|
|
<echo message="execute 'ant cc-buildloop' for a cruise control build cycle" />
|
|
|
|
<echo message="execute 'ant -help' for Ant help" />
|
|
|
|
<echo message="execute 'ant -help' for Ant help" />
|
|
|
|
</target>
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
|