[pkg-java] r10677 - trunk/libjibx-java/debian/patches

Michael Koch mkoch at alioth.debian.org
Sun Sep 27 21:21:37 UTC 2009


Author: mkoch
Date: 2009-09-27 21:21:37 +0000 (Sun, 27 Sep 2009)
New Revision: 10677

Modified:
   trunk/libjibx-java/debian/patches/01_build_xml.patch
Log:
also add jars for javadoc

Modified: trunk/libjibx-java/debian/patches/01_build_xml.patch
===================================================================
--- trunk/libjibx-java/debian/patches/01_build_xml.patch	2009-09-27 21:20:45 UTC (rev 10676)
+++ trunk/libjibx-java/debian/patches/01_build_xml.patch	2009-09-27 21:21:37 UTC (rev 10677)
@@ -1,5 +1,5 @@
---- libjibx-java-1.2.1.orig/build/build.xml
-+++ libjibx-java-1.2.1/build/build.xml
+--- build/build.xml	2009-09-27 22:42:46.000000000 +0200
++++ build/build.xml.orig	2009-09-27 22:42:24.000000000 +0200
 @@ -59,6 +59,7 @@
    <!-- Common classpaths -->
    <path id="support-classpath">
@@ -23,6 +23,14 @@
        </classpath>
        <arg value="${src}/schema-noprefix-binding.xml"/>
        <arg value="${src}/schema-xsprefix-binding.xml"/>
+@@ -1261,6 +1264,7 @@
+       <bottom>&lt;table width='80%%'&gt;&lt;tr&gt;&lt;td width='50%%'&gt;&lt;p align='center'&gt;&lt;a href='http://www.jibx.org/' target='_top'&gt;&lt;font size='3'&gt;&lt;b&gt;Project Web Site&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width='50%%'&gt;&lt;p align='center'&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</bottom>
+       <classpath>
+         <fileset dir="${lib}" includes="*.jar"/>
++        <fileset dir="/usr/share/java" includes="bcel.jar,log4j-1.2.jar,xpp3.jar" />
+       </classpath>
+     </javadoc>
+   </target>
 @@ -1364,7 +1367,7 @@
    
    <!-- Intermediate targets, not to be run directly. -->




More information about the pkg-java-commits mailing list