mirror of https://github.com/apache/poi.git
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:
parent
9199ec3e39
commit
e21d229617
Binary file not shown.
|
@ -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."/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue