]> source.dussan.org Git - poi.git/commitdiff
Removed the jar-cent target (not for poi, it's for krysalis-centipede) from
authorNicola Ken Barozzi <nicolaken@apache.org>
Thu, 18 Apr 2002 15:42:37 +0000 (15:42 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Thu, 18 Apr 2002 15:42:37 +0000 (15:42 +0000)
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

tools/antipede/build.xtarget

index 6b040aaf20d637c1921e0aa90b70a8e3bf12bc41..72f1a1e68e93757c2633b9f073f50ef7846cf304 100644 (file)
          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