Magellan Linux

Annotation of /trunk/eclipse-ecj/patches/eclipse-ecj-4.6.1-buildxml-fix-manifest.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2942 - (hide annotations) (download)
Fri Jun 16 09:07:46 2017 UTC (7 years ago) by niro
File size: 459 byte(s)
-added eclipse-ecj patches
1 niro 2942 --- build.xml.orig 2013-10-03 13:55:28.579003290 +0000
2     +++ build.xml 2013-10-03 13:57:52.971400439 +0000
3     @@ -39,8 +39,6 @@
4     <compilerarg line="-Xlint:none"/>
5     </javac>
6    
7     - <delete file="${basedir}/META-INF/MANIFEST.MF" failonerror="false"/>
8     - <copy tofile="${basedir}/META-INF/MANIFEST.MF" file="${basedir}/scripts/binary/META-INF/MANIFEST.MF"/>
9     <zip destfile="${basedir}/${jar_file}">
10     <fileset dir="${output}" />
11     <fileset dir="${basedir}">