Procházet zdrojové kódy

Add missing asm-commons to aspectjtools

Relates to #117. In commit f986c3d183, the asm-commons dependency became
necessary to pull off the new trick to define classes in arbitrary class
loaders during LTW. The dependency was added to aspectjweaver, but not
to aspectjtools due to an oversight. As aspectjtools is meant to be a
super set of aspectjweaver, add the dependency to the assembly
descriptor.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_22_1
Alexander Kriegisch před 1 měsícem
rodič
revize
0f020e0d24
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      aspectjtools/aspectjtools-assembly.xml

+ 1
- 0
aspectjtools/aspectjtools-assembly.xml Zobrazit soubor

@@ -18,6 +18,7 @@
<includes>
<include>org.aspectj:org.eclipse.jdt.core</include>
<include>org.ow2.asm:asm</include>
<include>org.ow2.asm:asm-commons</include>
</includes>
</dependencySet>
</dependencySets>

Načítá se…
Zrušit
Uložit