Removed the jar-cent target (not for poi, it's for krysalis-centipede);

added javasrc to the javadocs execution and moved checkstyle under metrics target.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352448 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-04-18 15:41:48 +00:00
parent 7376a1af6b
commit bede84bffb

View File

@ -207,7 +207,6 @@
<target name="test" depends="-init, compile"
description="Compile java source code">
<antcall target="call-cent">
<param name="cent-name" value="junit"/>
<param name="cent-target" value="test"/>
@ -232,6 +231,11 @@
<param name="cent-target" value="jdepend-html"/>
</antcall>
<antcall target="call-cent">
<param name="cent-name" value="checkstyle"/>
<param name="cent-target" value="check"/>
</antcall>
</target>
@ -278,28 +282,6 @@
<param name="cent-target" value="doclet"/>
</antcall>
</target>
<!-- ================================== -->
<!-- Check style -->
<!-- ================================== -->
<target name="checkstyle" depends="-init"
description="generate-uml">
<antcall target="call-cent">
<param name="cent-name" value="checkstyle"/>
<param name="cent-target" value="check"/>
</antcall>
</target>
<!-- ================================== -->
<!-- Generate records -->
<!-- ================================== -->
<target name="try" depends="-init">
<antcall target="call-cent">
<param name="cent-name" value="javasrc"/>
<param name="cent-target" value="javasrc"/>
@ -395,21 +377,6 @@
depends="-init, jar, site"
description="Generate all"/>
<!-- ================================== -->
<!-- Create a cent.jar package -->
<!-- using an already deployed cent -->
<!-- ================================== -->
<target name="jar-cent" depends="-init"
description="Compile java source code">
<antcall target="call-cent">
<param name="cent-name" value="centipede"/>
<param name="cent-target" value="jar-cent"/>
</antcall>
</target>
<!-- =================================================================== -->
<!-- Import Ant-Centipede -init targets - sets up basic build stuff -->
<!-- =================================================================== -->