Browse Source

AHS: need to specifically delete tarfiles after all


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194417 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_20_3
arved 23 years ago
parent
commit
9a5937916b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build.xml

+ 1
- 0
build.xml View File

@@ -669,6 +669,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<zip zipfile="${Name}-${version}-src.zip" basedir="${dist.src.dir}" includes="**"/>
<tar tarfile="${Name}-${version}-src.tar" basedir="${dist.src.dir}" includes="**"/>
<gzip zipfile="${Name}-${version}-src.tar.gz" src="${Name}-${version}-src.tar" />
<delete file="${Name}-${version}-src.tar"/>

</target>


Loading…
Cancel
Save