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:
dims 2003-12-26 16:38:15 +00:00
parent 1083e4fa2f
commit 8e5731bb14

View File

@ -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.">
</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"
description="Compile all classes">