#! /bin/sh /usr/share/dpatch/dpatch-run
## 70_fix-contrib-regex-libs.dpatch by Jan-Pascal van Best <janpascal@vanbest.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Link contrib/regex to the libraries from /usr/share/java instead of
## DP: to the (removed) libraries from lib/
@DPATCH@
diff -urNad trunk~/contrib/regex/build.xml trunk/contrib/regex/build.xml
--- trunk~/contrib/regex/build.xml 2007-06-04 06:02:22.000000000 +0200
+++ trunk/contrib/regex/build.xml 2007-06-05 13:58:54.000000000 +0200
@@ -24,7 +24,7 @@
</description>
<path id="additional.dependencies">
- <fileset dir="lib" includes="*-oro-*.jar,*-regexp-*.jar"/>
+ <fileset dir="/usr/share/java" includes="regexp.jar"/>
</path>
<pathconvert property="project.classpath"