|
From: <pe...@us...> - 2003-11-20 23:42:28
|
Update of /cvsroot/neuclear/neuclear-id In directory sc8-pr-cvs1:/tmp/cvs-serv31294 Modified Files: project.properties 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.properties =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/project.properties,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** project.properties 18 Nov 2003 23:35:46 -0000 1.12 --- project.properties 20 Nov 2003 23:42:24 -0000 1.13 *************** *** 18,22 **** maven.repo.remote = http://neuclear.org/maven/,http://www.ibiblio.org/maven/,http://dist.codehaus.org/ ! maven.test.skip=true maven.uberjar.main = org.neuclear.signers.commandline.CommandLineSigner maven.repo.central = neuclear.org --- 18,22 ---- maven.repo.remote = http://neuclear.org/maven/,http://www.ibiblio.org/maven/,http://dist.codehaus.org/ ! #maven.test.skip=true maven.uberjar.main = org.neuclear.signers.commandline.CommandLineSigner maven.repo.central = neuclear.org Index: project.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/project.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** project.xml 15 Nov 2003 01:58:24 -0000 1.16 --- project.xml 20 Nov 2003 23:42:24 -0000 1.17 *************** *** 179,192 **** </excludes> </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> --- 179,182 ---- |