|
From: <pe...@us...> - 2003-11-20 23:41:15
|
Update of /cvsroot/neuclear/neuclear-ledger
In directory sc8-pr-cvs1:/tmp/cvs-serv31051
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-ledger/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** project.xml 11 Nov 2003 21:38:12 -0000 1.7
--- project.xml 20 Nov 2003 23:41:12 -0000 1.8
***************
*** 172,185 ****
</unitTest>
! <!-- 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>
--- 172,186 ----
</unitTest>
! <resources>
! <resource>
! <directory>
! src/java
! </directory>
! <includes>*.jks</includes>
! <includes>*.xml</includes>
! <!-- <targetPath>org/neuclear/commons/crypto/signers</targetPath>-->
! </resource>
! </resources>
</build>
</project>
|