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