|
From: Pelle B. <pe...@us...> - 2004-04-07 17:35:27
|
Update of /cvsroot/neuclear/neuclear-xmlsig In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14729 Modified Files: project.xml Log Message: Added support for the new improved interactive signing model. A new Agent is also available with SwingAgent. The XMLSig classes have also been updated to support this. Index: project.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-xmlsig/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** project.xml 23 Mar 2004 20:51:01 -0000 1.12 --- project.xml 7 Apr 2004 17:22:23 -0000 1.13 *************** *** 4,8 **** <name>NeuClear XML Signature API</name> <id>neuclear-xmlsig</id> ! <currentVersion>0.12</currentVersion> <inceptionYear>2002</inceptionYear> <package>org.neuclear</package> --- 4,8 ---- <name>NeuClear XML Signature API</name> <id>neuclear-xmlsig</id> ! <currentVersion>0.13-SNAPSHOT</currentVersion> <inceptionYear>2002</inceptionYear> <package>org.neuclear</package> *************** *** 76,80 **** <id>neuclear-commons</id> <name>neuclear-commons</name> ! <version>0.6</version> <properties> <war.bundle>true</war.bundle> --- 76,80 ---- <id>neuclear-commons</id> <name>neuclear-commons</name> ! <version>0.7-SNAPSHOT</version> <properties> <war.bundle>true</war.bundle> |