Created
January 27, 2011 10:25
-
-
Save trivoallan/798331 to your computer and use it in GitHub Desktop.
Automatic "help" target
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <target name="help" description="Displays project's help"> | |
| <java classname="org.apache.tools.ant.Main"> | |
| <arg value="-buildfile" /> | |
| <arg value="${ant.file}" /> | |
| <arg value="-projecthelp" /> | |
| </java> | |
| </target> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment