You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2008/10/09 09:08:16 UTC

svn commit: r703077 - /harmony/enhanced/classlib/trunk/make/depends.properties

Author: hindessm
Date: Thu Oct  9 00:08:15 2008
New Revision: 703077

URL: http://svn.apache.org/viewvc?rev=703077&view=rev
Log:
Use new bcprov.jar, see http://www.bouncycastle.org/releasenotes.html

Modified:
    harmony/enhanced/classlib/trunk/make/depends.properties

Modified: harmony/enhanced/classlib/trunk/make/depends.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/depends.properties?rev=703077&r1=703076&r2=703077&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/depends.properties (original)
+++ harmony/enhanced/classlib/trunk/make/depends.properties Thu Oct  9 00:08:15 2008
@@ -137,11 +137,11 @@
 
 depends.url=http://svn.apache.org/repos/asf/harmony/standard/depends
 
-bcprov.ver=bcprov-jdk15-139
+bcprov.ver=bcprov-jdk15-141
 bcprov.dir=${depends.jars}/${bcprov.ver}
-bcprov.jar=${bcprov.dir}/bcprov.noidea.jar
-bcprov.url=${depends.url}/jars/bcprov/${bcprov.ver}/bcprov.noidea.jar
-bcprov.md5=30018c46e5c83397ec0b47c6e9c45406
+bcprov.jar=${bcprov.dir}/bcprov.jar
+bcprov.url=${depends.url}/jars/bcprov/${bcprov.ver}/bcprov.jar
+bcprov.md5=f7cd7e1dcfe4b84d820b3a0937dc13f4
 
 asm.ver=asm-3.1
 asm.dir=${depends.jars}/${asm.ver}