From 4b33f5d9f1d4741f4c028c6993a3a12fd38a806a Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 14 Jan 2008 14:31:14 +0000 Subject: INTEGRATION: CWS pentaho1 (1.1.2); FILE ADDED 2007/12/03 07:37:18 oj 1.1.2.2: #i80723# enable patch file 2007/10/22 11:50:44 oj 1.1.2.1: #i80723# #i81510# switch to new branch from pentaho --- jfreereport/patches/jcommon.patch | 50 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 jfreereport/patches/jcommon.patch (limited to 'jfreereport/patches') diff --git a/jfreereport/patches/jcommon.patch b/jfreereport/patches/jcommon.patch new file mode 100644 index 000000000000..1deea7683a64 --- /dev/null +++ b/jfreereport/patches/jcommon.patch @@ -0,0 +1,50 @@ +*** misc/jcommon-1.0.10/ant/build.properties Mon Dec 11 13:40:27 2006 +--- misc/build/jcommon-1.0.10/ant/build.properties Fri Jul 27 09:04:38 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 +*** misc/jcommon-1.0.10/ant/build.xml Mon May 21 19:25:06 2007 +--- misc/build/jcommon-1.0.10/ant/build.xml Thu Oct 18 11:58:48 2007 +*************** +*** 329,338 **** + + + + + + + + +--- 329,342 ---- + + + ++ ++ ++ ++ + + + + + -- cgit