[pkg-java] r3071 - trunk/freemind/debian/patches

Eric Lavarde ewl-guest at alioth.debian.org
Tue Mar 13 21:23:26 CET 2007


Author: ewl-guest
Date: 2007-03-13 20:23:26 +0000 (Tue, 13 Mar 2007)
New Revision: 3071

Modified:
   trunk/freemind/debian/patches/01_build_xml.patch
Log:
Fix commons-lang-2.0 to 2.1


Modified: trunk/freemind/debian/patches/01_build_xml.patch
===================================================================
--- trunk/freemind/debian/patches/01_build_xml.patch	2007-03-13 20:09:35 UTC (rev 3070)
+++ trunk/freemind/debian/patches/01_build_xml.patch	2007-03-13 20:23:26 UTC (rev 3071)
@@ -24,7 +24,7 @@
  	</taskdef>
  
 -	<property name="classpath" value="${jibxruntimelibs}:${jibxjar}:lib/commons-lang-2.0.jar:lib/forms-1.0.5.jar:lib/SimplyHTML/SimplyHTML.jar"/>
-+	<property name="classpath" value="${jibxruntimelibs}:${jibxjar}:${java.dir}/commons-lang-2.0.jar:${java.dir}/forms-1.0.5.jar:${java.dir}/SimplyHTML.jar"/>
++	<property name="classpath" value="${jibxruntimelibs}:${jibxjar}:${java.dir}/commons-lang-2.1.jar:${java.dir}/forms-1.0.5.jar:${java.dir}/SimplyHTML.jar"/>
  
  	  <target name="xmlbind.checkStatusOfGeneration">
  	    <uptodate property="xmlbind.isUpToDate"




More information about the pkg-java-commits mailing list