[Clirr-devel] CVS: clirr/core project.xml,1.5,1.6
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2006-03-16 22:30:33
|
Update of /cvsroot/clirr/clirr/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6735 Modified Files: project.xml Log Message: Replaced BCEL with ASM. This lays the groundwork for the Java5 RFEs and also fixes bug 1373831, which was caused by a bug in BCEL. As an added bonus, the uberjar file size drops by several hundred KB. Index: project.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 15 Feb 2006 21:25:58 -0000 1.5 +++ project.xml 16 Mar 2006 22:30:19 -0000 1.6 @@ -16,12 +16,6 @@ <!-- jar files the project is dependent on --> <dependencies> <dependency> - <groupId>bcel</groupId> - <artifactId>bcel</artifactId> - <version>5.1</version> - <url>http://jakarta.apache.org/bcel</url> - </dependency> - <dependency> <groupId>asm</groupId> <artifactId>asm-all</artifactId> <version>2.2</version> |