org.aspectj/lib/asm
2006-02-22 14:59:11 +00:00
..
asm-2.0.jar add test for proxy weaving and jit class weaving, update ltw doc 2005-08-11 09:22:07 +00:00
asm-2.2.1.jar optimization: use asm for lightweight delegates 2006-02-22 14:59:11 +00:00
asm-aj.jar optimization: use asm for lightweight delegates 2006-02-22 14:59:11 +00:00
build.xml optimization: use asm for lightweight delegates 2006-02-22 14:59:11 +00:00
README optimization: use asm for lightweight delegates 2006-02-22 14:59:11 +00:00

asm-aj.jar is a processed version of an asm jar with the package prefix org.aspectj added.
We add the prefix to avoid clashing with other versions of asm that may be on a users
classpath.

To pick up a new version of asm and use it in AspectJ, use the build.xml script.  It 
requires jarjar (which you will have to download).

---
22-Feb-06: asm-aj.jar is the packaged prefixed version of asm-2.2.1.jar