]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
fix: delete redundant delete of dist dir
authorfotis <fotis@unknown>
Sun, 18 Jun 2000 22:33:20 +0000 (22:33 +0000)
committerfotis <fotis@unknown>
Sun, 18 Jun 2000 22:33:20 +0000 (22:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193406 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index d687194948ffd4b13bb55bf7fd886647e4897c01..00e1485eac1c8c101bfbf41e9f1b1dece678be8e 100644 (file)
--- 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>
 
   <!-- =================================================================== -->