nicolaken 02/04/18 08:42:37
Modified: tools/antipede build.xtarget
Log:
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.
Revision Changes Path
1.12 +17 -1 jakarta-poi/tools/antipede/build.xtarget
Index: build.xtarget
===================================================================
RCS file: /home/cvs/jakarta-poi/tools/antipede/build.xtarget,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xtarget 16 Apr 2002 16:49:37 -0000 1.11
+++ build.xtarget 18 Apr 2002 15:42:37 -0000 1.12
@@ -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