|
From: Pelle B. <pe...@us...> - 2004-03-22 20:19:37
|
Update of /cvsroot/neuclear/neuclear-xmlsig/src/java/org/neuclear/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11906/src/java/org/neuclear/xml Modified Files: AbstractElementProxy.java Log Message: Added simple ledger for unit testing and in memory use Index: AbstractElementProxy.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-xmlsig/src/java/org/neuclear/xml/AbstractElementProxy.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** AbstractElementProxy.java 19 Mar 2004 22:21:51 -0000 1.12 --- AbstractElementProxy.java 22 Mar 2004 20:09:17 -0000 1.13 *************** *** 2,5 **** --- 2,8 ---- * $Id$ * $Log$ + * Revision 1.13 2004/03/22 20:09:17 pelle + * Added simple ledger for unit testing and in memory use + * * Revision 1.12 2004/03/19 22:21:51 pelle * Changes in the XMLSignature class, which is now Abstract there are currently 3 implementations for: *************** *** 29,34 **** * NamedObjectBuilder/SignedNamedObject Pairs. * Sample application has been expanded with a basic email application. ! * Updated docs for sample web app. ! * Added missing LGPL LICENSE.txt files to signer and sample app * * Revision 1.7 2003/12/11 23:56:53 pelle --- 32,37 ---- * NamedObjectBuilder/SignedNamedObject Pairs. * Sample application has been expanded with a basic email application. ! * Updated docs for simple web app. ! * Added missing LGPL LICENSE.txt files to signer and simple app * * Revision 1.7 2003/12/11 23:56:53 pelle |