From: Lars Küh. <lk...@us...> - 2008-10-09 21:05:20
|
Update of /cvsroot/clirr/clirr/core/src/changes In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4706/src/changes Modified Files: changes.xml Log Message: removed commons-lang dependency (only used for previously used version of commons-cli, not directly) Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/changes/changes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changes.xml 2 Oct 2008 19:00:45 -0000 1.1 +++ changes.xml 9 Oct 2008 21:05:07 -0000 1.2 @@ -8,11 +8,14 @@ <body> <release version="0.7-SNAPSHOT" date="in CVS"> + <action dev="lkuehne" type="fix"> + Removed dependency commons-lang. + </action> <action dev="lkuehne" type="add"> Converted the build system to Maven 2, dropped Maven 1 build system and Maven 1 plugin. </action> <action dev="lkuehne" type="fix"> - Upgraded dependencies (ant, commons-lang, commons-cli) to recent release versions. + Upgraded dependencies (ant, commons-cli) to recent release versions. </action> <action dev="lkuehne" type="add"> Dropped support for JDK 1.3. The API now uses chained exceptions, |