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

the build, but kept it hidden here till Centipede goes beta.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-04-18 15:42:37 +00:00
parent 7e95d8acb3
commit 8a36f7dcc8
1 changed files with 17 additions and 1 deletions

View File

@ -177,4 +177,20 @@
inheritAll="true"
dir="."
target="${cent-target}" />
</target>
</target>
<!-- ================================== -->
<!-- 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>