You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

patch.txt 738B

12345678910111213141516171819
  1. diff -N -a -u -r -b bcel-5.1/build.xml bcel/build.xml
  2. --- bcel-5.1/build.xml 2003-04-25 09:06:14.000000000 -0700
  3. +++ bcel/build.xml 2004-01-27 11:15:53.460625000 -0800
  4. @@ -65,7 +65,7 @@
  5. <target name="build" depends="compile"/>
  6. <!-- Jar the library -->
  7. - <target name="jar" depends="examples">
  8. + <target name="jar" depends="init,compile">
  9. <jar jarfile="${build.dir}/${name}.jar"
  10. basedir="${build.dest}"
  11. manifest="${basedir}/manifest.txt"
  12. diff -N -a -u -r -b bcel-5.1/manifest.txt bcel/manifest.txt
  13. --- bcel-5.1/manifest.txt 1969-12-31 16:00:00.000000000 -0800
  14. +++ bcel/manifest.txt 2004-01-27 11:14:51.835625000 -0800
  15. @@ -0,0 +1,3 @@
  16. +Created-By: Jakarta BCEL 5.1
  17. +Manifest-Version: 1.0
  18. +Main-Class: listclass