]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
AHS: tweaks to process
authorarved <arved@unknown>
Sun, 12 Aug 2001 17:37:25 +0000 (17:37 +0000)
committerarved <arved@unknown>
Sun, 12 Aug 2001 17:37:25 +0000 (17:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194412 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 321d9ff5aa2e2c3e2c3f56277eb304b827d9f3a6..70595ed8d7568bce7abfb7bf2d51c8f9502fe6bf 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -631,9 +631,9 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
   <!-- =================================================================== -->
   <!-- Creates the distribution                                            -->
   <!-- =================================================================== -->
-  <target name="dist" depends="dist-src"/>
+  <target name="dist" depends="dist-src,dist-bin"/>
 
-  <target name="dist-bin" depends="package, javadocs">
+  <target name="dist-bin" depends="package">
     <echo message="Building the binary distribution files (zip,tar)"/>
     <mkdir dir="${dist.bin.result.dir}"/>
     <copy todir="${dist.bin.result.dir}">
@@ -642,6 +642,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
     </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" />
       
     <zip zipfile="${Name}-${version}-bin.zip" basedir="${dist.bin.dir}" includes="**"/>
     <tar tarfile="${Name}-${version}-bin.tar" basedir="${dist.bin.dir}" includes="**"/>
@@ -663,6 +664,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
     <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" />
 
     <zip zipfile="${Name}-${version}-src.zip" basedir="${dist.src.dir}" includes="**"/>
     <tar tarfile="${Name}-${version}-src.tar" basedir="${dist.src.dir}" includes="**"/>