summaryrefslogtreecommitdiff
path: root/jfreereport
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-04-08 16:54:49 +0200
committerPetr Mladek <pmladek@suse.cz>2011-04-28 12:37:51 +0200
commitd7929a23c820495ac534509d75850a2f1c4c74e5 (patch)
tree1c4f66c777235c7376a6417f5236fdb303c152d5 /jfreereport
parent5dd4f9ecb2f50cf76b44472e4438297b6c65184c (diff)
fix jfreereport build with ant-1.6.5
Diffstat (limited to 'jfreereport')
-rwxr-xr-xjfreereport/patches/common_build.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/jfreereport/patches/common_build.patch b/jfreereport/patches/common_build.patch
index 3d5330b9e383..7cdc7f878307 100755
--- a/jfreereport/patches/common_build.patch
+++ b/jfreereport/patches/common_build.patch
@@ -1,5 +1,23 @@
--- misc/libloader-1.1.3/common_build.xml 2009-11-16 10:25:34.000000000 +0100
+++ misc/build/libloader-1.1.3/common_build.xml 2009-12-04 10:22:24.277647200 +0100
+@@ -261,7 +261,7 @@ TYPICAL TARGET SEQUENCE
+ <property name="project.revision" value="${Implementation-Version}" description="Sets the version number of the project based on the Implementation-Version found in the manifest file (if one is supplied and nothing is specified in the build.properties)" />
+ <fail message="A project revision number has not been determined!">
+ <condition>
+- <matches string="${project.revision}" pattern="\$\{.*\}" />
++ <contains string="${project.revision}" substring="\$\{" />
+ </condition>
+ </fail>
+
+@@ -270,7 +270,7 @@ TYPICAL TARGET SEQUENCE
+ <property name="impl.title" value="${Implementation-Title}" description="Sets the title of the project based on the Implementation-Title found in the manifest file (if one is supplied and nothing is specified in the build.properties)" />
+ <fail message="A project title has not been determined!">
+ <condition>
+- <matches string="${impl.title}" pattern="\$\{.*\}" />
++ <contains string="${impl.title}" substring="\$\{" />
+ </condition>
+ </fail>
+
@@ -497,7 +497,7 @@
Sets a property build.id to the either "development" or the svn revision
if in release mode