02-buildxml-fix-manifest.patch 459 B

123456789101112
  1. --- 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. - <delete file="${basedir}/META-INF/MANIFEST.MF" failonerror="false"/>
  7. - <copy tofile="${basedir}/META-INF/MANIFEST.MF" file="${basedir}/scripts/binary/META-INF/MANIFEST.MF"/>
  8. <zip destfile="${basedir}/${jar_file}">
  9. <fileset dir="${output}" />
  10. <fileset dir="${basedir}">