summaryrefslogtreecommitdiff
path: root/jfreereport/patches/liblayout.patch
diff options
context:
space:
mode:
Diffstat (limited to 'jfreereport/patches/liblayout.patch')
-rw-r--r--jfreereport/patches/liblayout.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/jfreereport/patches/liblayout.patch b/jfreereport/patches/liblayout.patch
new file mode 100644
index 000000000000..4b1c23100987
--- /dev/null
+++ b/jfreereport/patches/liblayout.patch
@@ -0,0 +1,10 @@
+--- misc/liblayout-0.2.10/build.xml (Revision 6728)
++++ misc/build/liblayout-0.2.10/build.xml (Arbeitskopie)
+@@ -24,6 +24,6 @@
+ <!-- Setup the compile classpath -->
+ <path id="classpath">
+- <fileset dir="lib">
++ <fileset dir="${lib}">
+ <include name="*.jar" />
+ </fileset>
+ </path>