|
From: <pe...@us...> - 2003-11-20 23:40:53
|
Update of /cvsroot/neuclear/neuclear-pay
In directory sc8-pr-cvs1:/tmp/cvs-serv30972
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-pay/project.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** project.xml 19 Nov 2003 23:32:21 -0000 1.12
--- project.xml 20 Nov 2003 23:40:50 -0000 1.13
***************
*** 193,205 ****
<!-- J A R R E S O U R C E S -->
- <!-- Resources that are packaged up inside the JAR file -->
-
- <jarResources>
- </jarResources>
- <jars>
- <!-- <jar>lib/jce-jdk13-115.jar</jar>
- <jar>lib/dom4j-1.3.jar</jar>-->
- </jars>
</build>
</project>
--- 193,197 ----
|