dain 2003/10/27 13:37:53
Modified: modules/kernel project.xml
Log:
Added dependency on ASM which is used by cglib.
Revision Changes Path
1.6 +11 -1 incubator-geronimo/modules/kernel/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/kernel/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.xml 24 Oct 2003 22:57:23 -0000 1.5
+++ project.xml 27 Oct 2003 21:37:53 -0000 1.6
@@ -83,6 +83,16 @@
<!-- Thirdparty -->
<dependency>
+ <id>asm</id>
+ <version>1.3.4</version>
+ <url>http://asm.objectweb.org/</url>
+ <properties>
+ <runtime>true</runtime>
+ <destinations>bootlib</destinations>
+ </properties>
+ </dependency>
+
+ <dependency>
<id>cglib</id>
<version>1.0</version>
<url>http://cglib.sf.net/</url>