aboutsummaryrefslogtreecommitdiffstats
path: root/testing/eclipse-ecj/10-jar-signature.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/eclipse-ecj/10-jar-signature.patch')
-rw-r--r--testing/eclipse-ecj/10-jar-signature.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/eclipse-ecj/10-jar-signature.patch b/testing/eclipse-ecj/10-jar-signature.patch
new file mode 100644
index 00000000000..a1cbc669a74
--- /dev/null
+++ b/testing/eclipse-ecj/10-jar-signature.patch
@@ -0,0 +1,15 @@
+Author: Holger Jaekel <holger.jaekel@gmx.de>
+Summary: remove signature from final JAR
+----
+
+--- a/build.xml
++++ b/build.xml
+@@ -30,8 +30,6 @@
+ <compilerarg line="-Xlint:none --patch-module java.compiler=javax17api.jar"/>
+ </javac>
+
+- <delete file="${basedir}/META-INF/MANIFEST.MF" failonerror="false"/>
+- <copy tofile="${basedir}/META-INF/MANIFEST.MF" file="${basedir}/scripts/binary/META-INF/MANIFEST.MF"/>
+ <zip destfile="${basedir}/${jar_file}">
+ <fileset dir="${output}" />
+ <fileset dir="${basedir}">