|
From: <pe...@us...> - 2003-12-10 23:55:48
|
Update of /cvsroot/neuclear/neuclear-commons In directory sc8-pr-cvs1:/tmp/cvs-serv1459 Modified Files: project.properties project.xml Log Message: Did some cleaning up in the builders Fixed some stuff in IdentityCreator New maven goal to create executable jarapp We are close to 0.8 final of ID, 0.11 final of XMLSIG and 0.5 of commons. Will release shortly. Index: project.properties =================================================================== RCS file: /cvsroot/neuclear/neuclear-commons/project.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** project.properties 28 Nov 2003 00:12:13 -0000 1.9 --- project.properties 10 Dec 2003 23:55:45 -0000 1.10 *************** *** 17,20 **** --- 17,21 ---- maven.repo.central = neuclear.org maven.repo.central.directory = /home/sites/neuclear.org/public_html/maven + maven.jar.index = true maven.jar.manifest.extensions.add = false #maven.ui.property.file = ui.properties Index: project.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-commons/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** project.xml 8 Dec 2003 18:57:34 -0000 1.14 --- project.xml 10 Dec 2003 23:55:45 -0000 1.15 *************** *** 4,8 **** <name>NeuClear Commons</name> <id>neuclear-commons</id> ! <currentVersion>0.5-SNAPSHOT</currentVersion> <inceptionYear>2003</inceptionYear> <package>org.neuclear.commons</package> --- 4,8 ---- <name>NeuClear Commons</name> <id>neuclear-commons</id> ! <currentVersion>0.5</currentVersion> <inceptionYear>2003</inceptionYear> <package>org.neuclear.commons</package> |