|
From: <pe...@us...> - 2003-11-20 23:41:39
|
Update of /cvsroot/neuclear/neuclear-commons
In directory sc8-pr-cvs1:/tmp/cvs-serv31139
Modified Files:
project.xml
Log Message:
Getting all the tests to work in id
Removing usage of BC in CryptoTools as it was causing issues.
First version of EntityLedger that will use OFB's EntityEngine. This will allow us to support a vast amount databases without
writing SQL. (Yipee)
Index: project.xml
===================================================================
RCS file: /cvsroot/neuclear/neuclear-commons/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** project.xml 19 Nov 2003 14:37:37 -0000 1.11
--- project.xml 20 Nov 2003 23:41:36 -0000 1.12
***************
*** 131,134 ****
--- 131,135 ----
</directory>
<includes>*.jks</includes>
+ <includes>*.xml</includes>
<!-- <targetPath>org/neuclear/commons/crypto/signers</targetPath>-->
</resource>
|