Author: psharples
Date: Thu Feb 13 15:16:53 2014
New Revision: 1567951
URL: http://svn.apache.org/r1567951
Log:
Updates to the required bouncycastle signing libraries. (not part of wookie
per-se, but downloaded as part of creating the nexus artefacts for the 1.0.*
branch). These updated and more recent jars are versioned 'jdk15on', rather
than the 'jdk16' which had build issues when running the ant task to sign the
artefacts.
Modified:
wookie/branches/wookie-1.0.x/ant/ivy-java-common.xml
Modified: wookie/branches/wookie-1.0.x/ant/ivy-java-common.xml
URL:
http://svn.apache.org/viewvc/wookie/branches/wookie-1.0.x/ant/ivy-java-common.xml?rev=1567951&r1=1567950&r2=1567951&view=diff
==============================================================================
--- wookie/branches/wookie-1.0.x/ant/ivy-java-common.xml (original)
+++ wookie/branches/wookie-1.0.x/ant/ivy-java-common.xml Thu Feb 13 15:16:53
2014
@@ -388,9 +388,9 @@
transitive="false" log="download-only"
module="commons-openpgp" revision="1.0-SNAPSHOT"
inline="true" pathid="openpgp.classpath"/>
<ivy:cachepath organisation="org.bouncycastle"
settingsRef="sign.settingsId" log="download-only"
- module="bcprov-jdk16" revision="1.45" inline="true"
pathid="bouncycastle.bcprov.classpath"/>
+ module="bcprov-jdk15on" revision="1.50" inline="true"
pathid="bouncycastle.bcprov.classpath"/>
<ivy:cachepath organisation="org.bouncycastle"
settingsRef="sign.settingsId" transitive="false"
- log="download-only" module="bcpg-jdk16" revision="1.45"
inline="true" pathid="bouncycastle.bcpg.classpath"/>
+ log="download-only" module="bcpg-jdk15on"
revision="1.50" inline="true" pathid="bouncycastle.bcpg.classpath"/>
<!--
For some reason, if we use the openpgp:signer task here
directly, the bouncycastle security
provider cannot be loaded. If we launch it as a forked process
everything works fine !?!