Added a build target for GUMP.
This commit is contained in:
parent
6b51ac1580
commit
4a859be12a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue