Path: blob/main/java/eclipse-ecj/files/patch-build.xml
18160 views
--- build.xml.orig 2015-01-28 10:02:16 UTC1+++ build.xml2@@ -22,13 +22,12 @@34<javac srcdir="${basedir}" destdir="${output}"5debuglevel="lines,source"6+ encoding="UTF-8"7source="1.6"8target="1.6">9<compilerarg line="-Xlint:none"/>10</javac>1112- <delete file="${basedir}/META-INF/MANIFEST.MF" failonerror="false"/>13- <copy tofile="${basedir}/META-INF/MANIFEST.MF" file="${basedir}/scripts/binary/META-INF/MANIFEST.MF"/>14<zip destfile="${basedir}/${jar_file}">15<fileset dir="${output}" />16<fileset dir="${basedir}">17@@ -43,4 +42,4 @@18</zip>19<delete dir="${output}" />20</target>21-</project>22\ No newline at end of file23+</project>242526