Added a target for gump
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226148 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1083e4fa2f
commit
8e5731bb14
@ -78,6 +78,11 @@ Also, you may need to adjust src/documentation/sitemap.xmap
|
|||||||
description="This is the default target. Compiles the program and docs.">
|
description="This is the default target. Compiles the program and docs.">
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="gump"
|
||||||
|
depends="jar,javadocs"
|
||||||
|
description="This is the gump target. Compiles the program and generates javadoc.">
|
||||||
|
</target>
|
||||||
|
|
||||||
<target name="compile" depends="init"
|
<target name="compile" depends="init"
|
||||||
description="Compile all classes">
|
description="Compile all classes">
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user