mirror of https://github.com/apache/ant-ivy
A bit less logging when signing the files (merged from 2.0.0 branch)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@733939 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3ccb2b6a7f
commit
99ce3d693c
|
|
@ -216,13 +216,13 @@
|
|||
|
||||
<target name="sign" depends="init-ivy">
|
||||
<ivy:settings id="sign.settingsId" file="ivysettings-signtask.xml" />
|
||||
<ivy:cachepath organisation="org.apache.commons" settingsRef="sign.settingsId" transitive="false"
|
||||
<ivy:cachepath organisation="org.apache.commons" settingsRef="sign.settingsId" transitive="false" log="download-only"
|
||||
module="commons-openpgp" revision="1.0-SNAPSHOT" inline="true" pathid="openpgp.classpath"/>
|
||||
<ivy:cachepath organisation="bouncycastle" settingsRef="sign.settingsId"
|
||||
<ivy:cachepath organisation="bouncycastle" settingsRef="sign.settingsId" log="download-only"
|
||||
module="bcprov-jdk16" revision="140" inline="true" pathid="bouncycastle.bcprov.classpath"/>
|
||||
|
||||
<!-- Didn't find the jdk1.6 bcpg dependency, using the jdk1.5 version instead -->
|
||||
<ivy:cachepath organisation="bouncycastle" settingsRef="sign.settingsId" transitive="false"
|
||||
<ivy:cachepath organisation="bouncycastle" settingsRef="sign.settingsId" transitive="false" log="download-only"
|
||||
module="bcpg-jdk15" revision="140" inline="true" pathid="bouncycastle.bcpg.classpath"/>
|
||||
|
||||
<property file="${user.home}/ivybuild.properties" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue