Yes,
I'll do the merge when I'm finished with the 2.0.0 release...
Maarten
----- Original Message ----
From: Gilles Scokart <gscokart@gmail.com>
To: dev@ant.apache.org
Sent: Thursday, December 18, 2008 10:33:14 AM
Subject: Re: svn commit: r727546 - /ant/ivy/core/branches/2.0.0/build-release.xml
Shouldn't this be done on the trunk ?
Gilles Scokart
2008/12/17 <maartenc@apache.org>:
> 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" />
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|