diff options
-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 |