summaryrefslogtreecommitdiff
path: root/jfreereport/patches/common_build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'jfreereport/patches/common_build.patch')
-rwxr-xr-xjfreereport/patches/common_build.patch10
1 files changed, 9 insertions, 1 deletions
diff --git a/jfreereport/patches/common_build.patch b/jfreereport/patches/common_build.patch
index 7cdc7f878307..2bc54595cf17 100755
--- a/jfreereport/patches/common_build.patch
+++ b/jfreereport/patches/common_build.patch
@@ -39,7 +39,7 @@
<javac destdir="${classes.dir}"
debug="${javac.debug}"
deprecation="${javac.deprecation}"
-@@ -1082,27 +1082,32 @@
+@@ -1082,27 +1087,32 @@
duplicate copying of resources from src tree (handled by compile.src_copy
if jar.include.source is set.
====================================================================-->
@@ -92,3 +92,11 @@
<!--=======================================================================
+@@ -1167,7 +1177,6 @@
+ <target name="generate.manifest" depends="init,set-build.id">
+ <delete file="${dist.manifest.file}" />
+ <touch file="${dist.manifest.file}" />
+- <copy file="${manifest.file}" tofile="${dist.manifest.file}" overwrite="true" failonerror="false" />
+
+ <manifest file="${dist.manifest.file}" mode="update">
+ <attribute name="Implementation-Title" value="${impl.title}" />