]> source.dussan.org Git - poi.git/commitdiff
Removing IzPress from the build, needed because of circular dependencies in Gump...
authorNicola Ken Barozzi <nicolaken@apache.org>
Mon, 25 Mar 2002 12:10:08 +0000 (12:10 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Mon, 25 Mar 2002 12:10:08 +0000 (12:10 +0000)
Will be used again when Centipede will be used as a Gump dependency.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352283 13f79535-47bb-0310-9956-ffa450edef68

tools/centipede/lib/IzPress.jar [deleted file]
tools/centipede/targets/init.xtarget

diff --git a/tools/centipede/lib/IzPress.jar b/tools/centipede/lib/IzPress.jar
deleted file mode 100644 (file)
index 4665c12..0000000
Binary files a/tools/centipede/lib/IzPress.jar and /dev/null differ
index 8826a08cb3eb9a3506dc96b5ff3b219cf6533db7..d57cfc2ee8bacccea1d2fa11ffc6fe944949afb7 100644 (file)
@@ -2,7 +2,11 @@
   <!-- Initialization target                                               -->
   <!-- =================================================================== -->
   <target name="init">
-    <tstamp/>
+    <tstamp>
+      <format property="TODAY" pattern="dd-MMMM-yyyy" locale="en"/>
+      <format property="YEAR"  pattern="yyyy"/>
+    </tstamp>
+
     <echo message="--------------------------------------------------------------"/>    
     <echo message="Setting up customized ant tasks..."/>  
            
@@ -38,7 +42,7 @@
     <taskdef name="xml-property"    classname="XmlPropertyTask"         classpath="${tools.anttasks.dir}"/>
     <taskdef name="jtidy"           classname="JTidyTask"               classpath="${tools.anttasks.dir}"/>
     <taskdef name="class-available" classname="ClassAvailableTask"      classpath="${tools.anttasks.dir}"/>
-    <taskdef name="compress-html"   classname="IZPressHtmlCompressTask" classpath="${tools.anttasks.dir}"/>
+    <!--<taskdef name="compress-html"   classname="IZPressHtmlCompressTask" classpath="${tools.anttasks.dir}"/>-->
 
     <echo message="... done."/>