[Clirr-devel] CVS: clirr/core/src/changes changes.xml,1.2,1.3
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2009-05-29 20:07:13
|
Update of /cvsroot/clirr/clirr/core/src/changes In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2150/core/src/changes Modified Files: changes.xml Log Message: added support for using class directories instead of jars in TypeArrayBuilder, request from Jochen Wiedmann (clirr-maven-plugin team) in private mail Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/changes/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 9 Oct 2008 21:05:07 -0000 1.2 +++ changes.xml 29 May 2009 20:06:25 -0000 1.3 @@ -8,6 +8,13 @@ <body> <release version="0.7-SNAPSHOT" date="in CVS"> + <action dev="lkuehne" type="add"> + Old and new classes no longer have to be packaged in jars, a directory will work as well, + both on the command line tool and the SPI level + (request by Jochen Wiedmann from the clirr-maven-plugin team). + For the Ant frontend this feature is currently not available, because the origFiles and + newFiles filesets cannot contain directories. + </action> <action dev="lkuehne" type="fix"> Removed dependency commons-lang. </action> |