mirror of https://github.com/apache/poi.git
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
7e95d8acb3
commit
8a36f7dcc8
|
@ -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>
|
Loading…
Reference in New Issue