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.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-03-25 12:10:08 +00:00
parent 9199ec3e39
commit e21d229617
2 changed files with 6 additions and 2 deletions

Binary file not shown.

View 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."/>