25 |
------------------------------------------------------------------------------ |
------------------------------------------------------------------------------ |
26 |
</description> |
</description> |
27 |
|
|
28 |
<target name="usage" description="Advises user to run with -projecthelp"> |
<target name="usage" description="Display main targets by running 'ant -projecthelp'"> |
29 |
<echo>Run "ant -projecthelp" for full usage information.</echo> |
<java classname="org.apache.tools.ant.Main"> |
30 |
|
<arg value="-projecthelp" /> |
31 |
|
</java> |
32 |
</target> |
</target> |
33 |
|
|
34 |
|
|