summaryrefslogtreecommitdiff
path: root/jfreereport/patches/common_build.patch
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-13 03:40:24 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-13 03:40:24 +0200
commitf3a2418c42208b76fcab9c88931824d6433379a7 (patch)
tree1298ec34f8c32961832cf306a3beedd1200eda8c /jfreereport/patches/common_build.patch
parenta3e75ff235b3cd41f5887a72cd8c95a37bfbbdb0 (diff)
silence warnings in jfreereport
don't attempt to copy nonexisting file don't use deprecated version of function also get rid of unnecessary path-delimiter escapes in affected makefiles
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 7cdc7f8..2bc5459 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}" />