From 85bd5a33f03a5557cd9736961d7fb0c61c5b277a Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 3 Aug 2007 09:13:01 +0000 Subject: INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/27 08:11:35 oj 1.1.2.1: #i79504# patch for java 1.3 --- jfreereport/patches/flute.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 jfreereport/patches/flute.patch (limited to 'jfreereport') diff --git a/jfreereport/patches/flute.patch b/jfreereport/patches/flute.patch new file mode 100644 index 000000000000..9599e9175da4 --- /dev/null +++ b/jfreereport/patches/flute.patch @@ -0,0 +1,21 @@ +*** misc/flute/ant/build.properties Sun Dec 3 18:56:06 2006 +--- misc/build/flute/ant/build.properties Fri Jul 27 09:07:03 2007 +*************** +*** 14,21 **** + + # + # Make sure that JDK 1.2 compatible class files are generated +! build.target=1.2 +! build.source=1.2 + + # + # All path settings are relative to the project root directory +--- 14,21 ---- + + # + # Make sure that JDK 1.2 compatible class files are generated +! build.target=1.3 +! build.source=1.3 + + # + # All path settings are relative to the project root directory -- cgit