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:
parent
bede84bffb
commit
a25fccb136
@ -178,3 +178,19 @@
|
|||||||
dir="."
|
dir="."
|
||||||
target="${cent-target}" />
|
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>
|
Loading…
Reference in New Issue
Block a user