Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
aclement 3294a35d1b removing asm for the moment il y a 17 ans
..
README optimization: use asm for lightweight delegates il y a 18 ans
asm-2.0.jar add test for proxy weaving and jit class weaving, update ltw doc il y a 19 ans
asm-2.2.1.jar optimization: use asm for lightweight delegates il y a 18 ans
asm-aj.jar.unused removing asm for the moment il y a 17 ans
build.xml optimization: use asm for lightweight delegates il y a 18 ans

README

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