Index: make/build-java.xml =================================================================== --- make/build-java.xml.orig 2006-03-17 11:10:38.000000000 +0000 +++ make/build-java.xml 2006-03-17 11:13:21.000000000 +0000 @@ -37,6 +37,7 @@ + + + + + Index: make/depends.properties =================================================================== --- make/depends.properties.orig 2006-03-17 11:01:17.000000000 +0000 +++ make/depends.properties 2006-03-17 11:13:47.000000000 +0000 @@ -38,3 +38,8 @@ junit.dir=${depends.jars}/junit_3.8.1 junit.jar=${junit.dir}/junit.jar junit.url=${ibiblio.base}/maven/junit/jars/junit-3.8.1.jar + +bcprov.dir=${depends.jars}/bcprov-jdk14-131 +bcprov.jar=${bcprov.dir}/bcprov.jar +signed.bcprov.jar=${bcprov.dir}/signed.bcprov.jar +bcprov.url=http://www.bouncycastle.org/download/bcprov-jdk14-131.jar Index: make/depends.xml =================================================================== --- make/depends.xml.orig 2006-03-17 11:01:17.000000000 +0000 +++ make/depends.xml 2006-03-17 11:13:47.000000000 +0000 @@ -54,9 +54,18 @@ + + + + + + - + @@ -86,18 +95,27 @@ + + + + + + - + - + - + @@ -114,8 +132,21 @@ ${dest} -(Run "ant -f make/depends.xml download" to automatically fetch dependencies.) +(Run "ant -f make/depends.xml download" to automatically fetch the dependency +jars files.) - + + + + + + + + + + + +