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"


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to