summaryrefslogtreecommitdiff
path: root/jfreereport/patches/libfonts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'jfreereport/patches/libfonts.patch')
-rw-r--r--jfreereport/patches/libfonts.patch31
1 files changed, 10 insertions, 21 deletions
diff --git a/jfreereport/patches/libfonts.patch b/jfreereport/patches/libfonts.patch
index 0a088773db3a..de09e87b32d6 100644
--- a/jfreereport/patches/libfonts.patch
+++ b/jfreereport/patches/libfonts.patch
@@ -1,21 +1,10 @@
-*** misc/libfonts/build.properties Sun May 27 19:19:06 2007
---- misc/build/libfonts/build.properties Fri Jul 27 09:05:17 2007
-***************
-*** 14,21 ****
-
- #
- # Make sure that JDK 1.2 compatible class files are generated
- build.target=1.4
-! build.source=1.2
- build.retro.target=1.2
- build.retro.jdk=/opt/jdk1.2.2
-
---- 14,21 ----
-
- #
- # Make sure that JDK 1.2 compatible class files are generated
- build.target=1.4
-! build.source=1.3
- build.retro.target=1.2
- build.retro.jdk=/opt/jdk1.2.2
-
+--- misc/libfonts/build.xml (Revision 6728)
++++ misc/build/libfonts/build.xml (Arbeitskopie)
+@@ -23,6 +23,6 @@
+ <!-- Setup the compile classpath -->
+ <path id="classpath">
+- <fileset dir="lib">
++ <fileset dir="${lib}">
+ <include name="*.jar" />
+ </fileset>
+ </path>