aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-06-18 22:33:20 +0000
committerfotis <fotis@unknown>2000-06-18 22:33:20 +0000
commit3968a5424108e9ceffc58cd7ed0151dbd1dac343 (patch)
treed67564cc6d6a33b9ea531b76cd30c1872d3bc9d5 /build.xml
parent95889d5ce3a5b1cf029685cf732dfdb4eae59a2d (diff)
downloadxmlgraphics-fop-3968a5424108e9ceffc58cd7ed0151dbd1dac343.tar.gz
xmlgraphics-fop-3968a5424108e9ceffc58cd7ed0151dbd1dac343.zip
fix: delete redundant delete of dist dir
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193406 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index d68719494..00e1485ea 100644
--- a/build.xml
+++ b/build.xml
@@ -121,7 +121,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<tstamp/>
<property name="Name" value="Fop"/>
<property name="name" value="fop"/>
- <property name="version" value="0.19.2"/>
+ <property name="version" value="0.13"/>
<property name="year" value="1999-2000"/>
<echo message="------------------- ${Name} ${version} [${year}] ----------------"/>
@@ -375,7 +375,6 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<tar tarfile="${Name}-${version}.tar" basedir="${dist.dir}" includes="**"/>
<gzip zipfile="${Name}-${version}.tar.gz" src="${Name}-${version}.tar" />
<delete file="${Name}-${version}.tar"/>
- <deltree dir="${dist.dir}"/>
</target>
<!-- =================================================================== -->