1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 12:45:18 +03:00
aports/testing/eclipse-ecj/10-jar-signature.patch
2022-07-11 22:07:30 +02:00

15 lines
522 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 --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}">