diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-18 15:42:37 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-18 15:42:37 +0000 |
commit | 8a36f7dcc81db7315d54a0d45ff8f829b323cb71 (patch) | |
tree | 48417e10643ae376e83039f277ef66410a042b1c /tools | |
parent | 7e95d8acb30945d90a8c13905f0898bf22c8d8d3 (diff) | |
download | poi-8a36f7dcc81db7315d54a0d45ff8f829b323cb71.tar.gz poi-8a36f7dcc81db7315d54a0d45ff8f829b323cb71.zip |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/antipede/build.xtarget | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/tools/antipede/build.xtarget b/tools/antipede/build.xtarget index 6b040aaf20..72f1a1e68e 100644 --- a/tools/antipede/build.xtarget +++ b/tools/antipede/build.xtarget @@ -177,4 +177,20 @@ inheritAll="true" dir="." target="${cent-target}" /> - </target>
\ No newline at end of file + </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>
\ No newline at end of file |