1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/testing/eclipse-ecj/10-jar-signature.patch
2020-06-10 19:39:08 +00:00

15 lines
477 B
Diff

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"/>
</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}">