improve ant usage help listing

cusax-fix
Brian Burch 20 years ago
parent 5809e4ac32
commit c7b0710fab

@ -76,7 +76,8 @@
<!-- Ant-internal target does not appear in its own help display -->
<target name="usage" >
<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" />
</target>

Loading…
Cancel
Save