diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 09:14:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 09:14:07 +0000 |
commit | d86f9db750a999d27b5cef32b7cac2ecb5771743 (patch) | |
tree | 731252970610b37753bc96ef818834bbf54bb12b /jfreereport | |
parent | 50cf4bc7b1f3a1de3b094d40562999b218c5a3ea (diff) |
INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED
2007/07/27 08:12:29 oj 1.1.2.1: #i79504# patch for java 1.3
Diffstat (limited to 'jfreereport')
-rw-r--r-- | jfreereport/patches/librepository.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jfreereport/patches/librepository.patch b/jfreereport/patches/librepository.patch new file mode 100644 index 000000000000..6a4f7bf8bcc2 --- /dev/null +++ b/jfreereport/patches/librepository.patch @@ -0,0 +1,21 @@ +*** misc/librepository/ant/build.properties Sun May 27 19:23:24 2007 +--- misc/build/librepository/ant/build.properties Fri Jul 27 09:06:11 2007 +*************** +*** 18,25 **** + + # + # 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 +--- 18,25 ---- + + # + # 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 |