nicolaken    02/03/25 04:10:08

  Modified:    tools/centipede/targets init.xtarget
  Removed:     tools/centipede/lib IzPress.jar
  Log:
  Removing IzPress from the build, needed because of circular dependencies in Gump 
after Centipede addition.
  Will be used again when Centipede will be used as a Gump dependency.
  
  Revision  Changes    Path
  1.4       +6 -2      jakarta-poi/tools/centipede/targets/init.xtarget
  
  Index: init.xtarget
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/tools/centipede/targets/init.xtarget,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- init.xtarget      18 Mar 2002 12:42:54 -0000      1.3
  +++ init.xtarget      25 Mar 2002 12:10:08 -0000      1.4
  @@ -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."/>     
   
  
  
  


Reply via email to