|
From: <pe...@us...> - 2003-11-19 23:33:05
|
Update of /cvsroot/neuclear/neuclear-pay
In directory sc8-pr-cvs1:/tmp/cvs-serv12523
Modified Files:
project.xml
Log Message:
Signers now can generatekeys via the generateKey() method.
Refactored the relationship between SignedNamedObject and NamedObjectBuilder a bit.
SignedNamedObject now contains the full xml which is returned with getEncoded()
This means that it is now possible to further send on or process a SignedNamedObject, leaving
NamedObjectBuilder for its original purposes of purely generating new Contracts.
NamedObjectBuilder.sign() now returns a SignedNamedObject which is the prefered way of processing it.
Updated all major interfaces that used the old model to use the new model.
Index: project.xml
===================================================================
RCS file: /cvsroot/neuclear/neuclear-pay/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** project.xml 18 Nov 2003 23:34:30 -0000 1.11
--- project.xml 19 Nov 2003 23:32:21 -0000 1.12
***************
*** 165,168 ****
--- 165,174 ----
</properties>
</dependency>
+ <dependency>
+ <id>servletapi</id>
+ <name>servletapi</name>
+ <version>2.3</version>
+ </dependency>
+
</dependencies>
|