summaryrefslogtreecommitdiff
path: root/jfreereport/patches/libxml.patch
diff options
context:
space:
mode:
Diffstat (limited to 'jfreereport/patches/libxml.patch')
-rw-r--r--jfreereport/patches/libxml.patch31
1 files changed, 10 insertions, 21 deletions
diff --git a/jfreereport/patches/libxml.patch b/jfreereport/patches/libxml.patch
index 1193da101b04..70c2aecc2444 100644
--- a/jfreereport/patches/libxml.patch
+++ b/jfreereport/patches/libxml.patch
@@ -1,21 +1,10 @@
-*** misc/libxml/build.properties Sun May 27 20:44:28 2007
---- misc/build/libxml/build.properties Fri Jul 27 09:06:22 2007
-***************
-*** 18,25 ****
-
- #
- # Make sure that JDK 1.2 compatible class files are generated
- build.target=1.4
-! build.source=1.2
-
- # You probably want to override this in your local build setup file
- build.retro.target=1.2
---- 18,25 ----
-
- #
- # Make sure that JDK 1.2 compatible class files are generated
- build.target=1.4
-! build.source=1.3
-
- # You probably want to override this in your local build setup file
- build.retro.target=1.2
+--- misc/libxml/build.xml (Revision 6728)
++++ misc/build/libxml/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>