Skip to content

Commit

Permalink
Revert to asm-4.0_RC1. It somehow resulted in run-time issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Eno committed Feb 20, 2012
1 parent 8ff5fbb commit 8d9034e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Manifest-Version: 1.0
Main-Class: jar2xml.Start
Class-Path: asm-debug-all-4.0.jar
Class-Path: asm-debug-all-4.0_RC1.jar

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ sources = \
$(TARGET): $(sources) MANIFEST.MF
-rm -rf obj
mkdir -p obj
javac -g -d obj $(sources) -cp asm-debug-all-4.0.jar
jar cfm "$@" MANIFEST.MF asm-debug-all-4.0.jar -C obj/ .
javac -g -d obj $(sources) -cp asm-debug-all-4.0_RC1.jar
jar cfm "$@" MANIFEST.MF asm-debug-all-4.0_RC1.jar -C obj/ .

scraper.exe : scraper.cs
mcs -debug scraper.cs
Expand Down

0 comments on commit 8d9034e

Please sign in to comment.