SOURCES: batik-nodocs.patch (NEW) - do not generate docs. Genereting docs r...

pawelz pawelz at pld-linux.org
Mon Dec 29 02:09:51 CET 2008


Author: pawelz                       Date: Mon Dec 29 01:09:51 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- do not generate docs. Genereting docs requires apache-forrest and
  introduces circular build depndency.
- it seems to be very ecological patch since it does not require forrest :)

---- Files affected:
SOURCES:
   batik-nodocs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/batik-nodocs.patch
diff -u /dev/null SOURCES/batik-nodocs.patch:1.1
--- /dev/null	Mon Dec 29 02:09:51 2008
+++ SOURCES/batik-nodocs.patch	Mon Dec 29 02:09:45 2008
@@ -0,0 +1,20 @@
+--- build.xml.orig	2008-12-29 01:51:00.000000000 +0100
++++ build.xml	2008-12-29 01:51:25.000000000 +0100
+@@ -348,7 +348,7 @@
+ 
+   <!-- Build .............................................................. -->
+   <target name="dist-zip" depends="build-zip"/>
+-  <target name="build-zip" depends="doc-zip, bin-zip, src-zip"/>
++  <target name="build-zip" depends="bin-zip, src-zip"/>
+ 
+   <target name="doc-zip" depends="init, html">
+     <delete dir="${build}/docs/images/BE"/>
+@@ -357,7 +357,7 @@
+     <delete dir="${build}/docs/javadoc"/>
+   </target>
+ 
+-  <target name="bin-zip" depends="init, jars, htmldoc, bundle-script">
++  <target name="bin-zip" depends="init, jars, bundle-script">
+     <zip zipfile="${project}-${completeVersion}.zip">
+       <zipfileset dir="." prefix="${project}-${completeVersion}">
+         <include name="LICENSE"/>
================================================================


More information about the pld-cvs-commit mailing list