summaryrefslogtreecommitdiff
path: root/jfreereport/patches/flute.patch
diff options
context:
space:
mode:
Diffstat (limited to 'jfreereport/patches/flute.patch')
-rw-r--r--jfreereport/patches/flute.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/jfreereport/patches/flute.patch b/jfreereport/patches/flute.patch
new file mode 100644
index 000000000000..aad7756c3b65
--- /dev/null
+++ b/jfreereport/patches/flute.patch
@@ -0,0 +1,19 @@
+--- misc/flute/build.xml (Revision 6820)
++++ misc/build/flute/build.xml (Arbeitskopie)
+@@ -9,6 +9,7 @@
+ <property name="build.doc" value="${build}/api"/>
+ <property name="build.lib" value="${build}/lib"/>
+ <property name="packagenames" value="org.w3c.flute.*"/>
++ <property name="lib" value="lib"/>
+
+ <!-- Targets -->
+ <!-- Prepare build directories -->
+@@ -21,7 +22,7 @@
+
+ <!-- Setup the compile classpath -->
+ <path id="classpath">
+- <fileset dir="lib">
++ <fileset dir="${lib}">
+ <include name="*.jar" />
+ </fileset>
+ </path>