Author: maartenc
Date: Mon Jan 12 14:30:04 2009
New Revision: 733939

URL: http://svn.apache.org/viewvc?rev=733939&view=rev
Log:
A bit less logging when signing the files (merged from 2.0.0 branch)

Modified:
    ant/ivy/core/trunk/   (props changed)
    ant/ivy/core/trunk/build-release.xml

Propchange: ant/ivy/core/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Jan 12 14:30:04 2009
@@ -1,3 +1,4 @@
+/ant/ivy/core/branches/2.0.0:727520-727546
 /ant/ivy/core/branches/2.0.0-rc2:707459-708717
 /ant/ivy/core/branches/2.0.x:696803-698317
 /ant/ivy/core/trunk:695737,696014-696031,696442

Modified: ant/ivy/core/trunk/build-release.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=733939&r1=733938&r2=733939&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Mon Jan 12 14:30:04 2009
@@ -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