|
From: Pelle B. <pe...@us...> - 2004-03-22 20:19:25
|
Update of /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/servlets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11773/src/java/org/neuclear/commons/servlets Modified Files: ServletTools.java Log Message: Added simple ledger for unit testing and in memory use Index: ServletTools.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/servlets/ServletTools.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ServletTools.java 2 Mar 2004 18:58:44 -0000 1.8 --- ServletTools.java 22 Mar 2004 20:09:05 -0000 1.9 *************** *** 1,4 **** --- 1,7 ---- /* $Id$ * $Log$ + * Revision 1.9 2004/03/22 20:09:05 pelle + * Added simple ledger for unit testing and in memory use + * * Revision 1.8 2004/03/02 18:58:44 pelle * Further cleanups in neuclear-id. Moved everything under id. *************** *** 16,21 **** * 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.4 2003/12/15 23:32:40 pelle --- 19,24 ---- * 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.4 2003/12/15 23:32:40 pelle |