Added a build target for GUMP.

This commit is contained in:
Oliver Burn 2002-03-12 09:45:52 +00:00
parent 6b51ac1580
commit 4a859be12a
1 changed files with 2 additions and 1 deletions

View File

@ -321,7 +321,6 @@
src="dist/checkstyle-src-${version}.tar" />
</target>
<target name="javadoc" depends="compile.checkstyle">
<mkdir dir="docs/api" />
<move toDir="src/checkstyle">
@ -340,4 +339,6 @@
</move>
</target>
<!-- Added for GUMP testing -->
<target name="gump" depends="build.bindist,build.srcdist,run.tests"/>
</project>