diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 09:13:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 09:13:01 +0000 |
commit | 85bd5a33f03a5557cd9736961d7fb0c61c5b277a (patch) | |
tree | 5c77577fa2e693a6d5f32e397cfec720840532d0 /jfreereport/patches | |
parent | 44e88d8c1cc1ea7bbf564384a46fa59b3dcd4ec1 (diff) |
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
Diffstat (limited to 'jfreereport/patches')
-rw-r--r-- | jfreereport/patches/flute.patch | 21 |
1 files changed, 21 insertions, 0 deletions
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 |