Author: maartenc
Date: Wed Dec 17 14:23:26 2008
New Revision: 727546

URL: http://svn.apache.org/viewvc?rev=727546&view=rev
Log:
A bit less logging when signing the files

Modified:
    ant/ivy/core/branches/2.0.0/build-release.xml

Modified: ant/ivy/core/branches/2.0.0/build-release.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.0/build-release.xml?rev=727546&r1=727545&r2=727546&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.0/build-release.xml (original)
+++ ant/ivy/core/branches/2.0.0/build-release.xml Wed Dec 17 14:23:26 2008
@@ -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" />


Reply via email to