[Clirr-devel] CVS: clirr/core project.xml,1.4,1.5
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2006-02-15 21:26:09
|
Update of /cvsroot/clirr/clirr/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15729 Modified Files: project.xml Log Message: Added ASM dependency. I'm currently trying to replace the BCEL backend with ASM, to get us in a position for tackling the more tricky bugs and also for checking APIs that use Java5 generics. Index: project.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 8 Sep 2005 10:27:56 -0000 1.4 +++ project.xml 15 Feb 2006 21:25:58 -0000 1.5 @@ -22,6 +22,12 @@ <url>http://jakarta.apache.org/bcel</url> </dependency> <dependency> + <groupId>asm</groupId> + <artifactId>asm-all</artifactId> + <version>2.2</version> + <url>http://asm.objectweb.org</url> + </dependency> + <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.5.3-1</version> |