aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2005-11-08 23:01:04 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2005-11-08 23:01:04 +0000
commit3f0251fb8f171eb45d45d1c24f857d8209aeb30f (patch)
treed6928b3953e0334c09449dd17c10a8781e233961 /build.xml
parent583dbf49ae518a8d267b97daacb09a5472a29134 (diff)
downloadxmlgraphics-fop-3f0251fb8f171eb45d45d1c24f857d8209aeb30f.tar.gz
xmlgraphics-fop-3f0251fb8f171eb45d45d1c24f857d8209aeb30f.zip
Applied fix for bug #37414. Submitted by Matthew Daniel (bugzilla@mdaniel.scdi.com)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@331922 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index c90003b60..a027ba667 100644
--- a/build.xml
+++ b/build.xml
@@ -68,7 +68,7 @@ list of possible build targets.
<include name="README"/>
<include name="STATUS"/>
<include name="fop.bat"/>
- <include name="fop.sh"/>
+ <include name="fop"/>
<exclude name="src/**"/>
<exclude name="dist/**"/>
<exclude name="build/**"/>
@@ -107,7 +107,7 @@ list of possible build targets.
<include name="STATUS"/>
<include name="build*"/>
<include name="fop.bat"/>
- <include name="fop.sh"/>
+ <include name="fop"/>
</fileset>
<path id="libs-build-classpath">
@@ -979,7 +979,7 @@ list of possible build targets.
</copy>
<mkdir dir="${dist.bin.result.dir}/build"/>
<copy todir="${dist.bin.result.dir}/build" file="build/fop.jar"/>
- <chmod file="${dist.bin.result.dir}/fop.sh" perm="ugo+rx"/>
+ <chmod file="${dist.bin.result.dir}/fop" perm="ugo+rx"/>
<zip zipfile="${name}-${version}-bin.zip" basedir="${dist.bin.dir}" includes="**"/>
<tar tarfile="${name}-${version}-bin.tar" basedir="${dist.bin.dir}" includes="**"/>
@@ -999,7 +999,7 @@ list of possible build targets.
<mkdir dir="${dist.src.result.dir}/build"/>
<copy todir="${dist.src.result.dir}/build" file="build/fop.jar"/>
<chmod file="${dist.src.result.dir}/build.sh" perm="ugo+rx"/>
- <chmod file="${dist.src.result.dir}/fop.sh" perm="ugo+rx"/>
+ <chmod file="${dist.src.result.dir}/fop" perm="ugo+rx"/>
<zip zipfile="${name}-${version}-src.zip" basedir="${dist.src.dir}" includes="**"/>
<tar tarfile="${name}-${version}-src.tar" basedir="${dist.src.dir}" includes="**"/>