diff options
author | bill <bill@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2005-06-09 04:15:31 +0000 |
---|---|---|
committer | bill <bill@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2005-06-09 04:15:31 +0000 |
commit | f5d84c890b70def694dbd2904f1e6d2f7f1b70e3 (patch) | |
tree | c1ab51a0200d93ce9d90ae02518c12c33c581597 /src/main/META-INF | |
parent | 2f50864a52f9b042e6d88685caac28294e4bfeac (diff) | |
download | javassist-f5d84c890b70def694dbd2904f1e6d2f7f1b70e3.tar.gz javassist-f5d84c890b70def694dbd2904f1e6d2f7f1b70e3.zip |
Fix pruning so that exceptions and annotation attributes are not ditched.
Add more hooks for jBoss AOP so that it can prune aggressively.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@178 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'src/main/META-INF')
-rw-r--r-- | src/main/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/META-INF/MANIFEST.MF b/src/main/META-INF/MANIFEST.MF index efb84210..06bf32f4 100644 --- a/src/main/META-INF/MANIFEST.MF +++ b/src/main/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.1 Specification-Title: Javassist Created-By: Shigeru Chiba, Tokyo Institute of Technology Specification-Vendor: Shigeru Chiba, Tokyo Institute of Technology -Specification-Version: 3.0 +Specification-Version: 3.1RC1 Main-Class: javassist.CtClass Name: javassist/ |