summaryrefslogtreecommitdiff
path: root/jfreereport/patches/libloader.patch
diff options
context:
space:
mode:
Diffstat (limited to 'jfreereport/patches/libloader.patch')
-rw-r--r--jfreereport/patches/libloader.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/jfreereport/patches/libloader.patch b/jfreereport/patches/libloader.patch
new file mode 100644
index 000000000000..82a2624855a9
--- /dev/null
+++ b/jfreereport/patches/libloader.patch
@@ -0,0 +1,11 @@
+--- misc/libloader/build.xml 2009-02-12 18:01:56.000000000 +0100
++++ misc/build/libloader/build.xml 2009-02-13 09:57:21.856601684 +0100
+@@ -23,7 +23,7 @@
+
+ <!-- Setup the compile classpath -->
+ <path id="classpath">
+- <fileset dir="lib">
++ <fileset dir="${lib}">
+ <include name="*.jar" />
+ </fileset>
+ </path>