diff options
Diffstat (limited to 'jfreereport/patches/libserializer.patch')
-rw-r--r-- | jfreereport/patches/libserializer.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/jfreereport/patches/libserializer.patch b/jfreereport/patches/libserializer.patch new file mode 100644 index 000000000000..b2a610a6478f --- /dev/null +++ b/jfreereport/patches/libserializer.patch @@ -0,0 +1,10 @@ +--- misc/libserializer/build.xml (Revision 6728)
++++ misc/build/libserializer/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>
|