desktop/eclipse-ecj/02-buildxml-fix-manifest.patch
2017-02-20 13:09:45 +01:00

12 lines
459 B
Diff

--- build.xml.orig 2013-10-03 13:55:28.579003290 +0000
+++ build.xml 2013-10-03 13:57:52.971400439 +0000
@@ -39,8 +39,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}">