You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2012/04/09 23:50:08 UTC

svn commit: r1311478 - in /ant/ivy/core/trunk: CHANGES.txt build-release.xml

Author: maartenc
Date: Mon Apr  9 21:50:07 2012
New Revision: 1311478

URL: http://svn.apache.org/viewvc?rev=1311478&view=rev
Log:
DOCUMENTATION: Bad example in Project dependencies Tutorial (IVY-1263)

Modified:
    ant/ivy/core/trunk/CHANGES.txt
    ant/ivy/core/trunk/build-release.xml

Modified: ant/ivy/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=1311478&r1=1311477&r2=1311478&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Mon Apr  9 21:50:07 2012
@@ -124,6 +124,7 @@ for detailed view of each issue, please 
 	
    2.3.0-rc1
 =====================================
+- DOCUMENTATION: Bad example in Project dependencies Tutorial (IVY-1263)
 - DOCUMENTATION: remove deprecated defaultCache setting from examples (IVY-1273) (thanks to Joseph Boyd)
 - DOCUMENTATION: link to FAQ is incorrect in distribution files (IVY-793) (thanks to Joseph Boyd)
 - DOCUMENTATION: The tag version-matchers is missing attribute in documentation (IVY-1292) (thanks to Per Arnold Blaasmo)

Modified: ant/ivy/core/trunk/build-release.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=1311478&r1=1311477&r2=1311478&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Mon Apr  9 21:50:07 2012
@@ -55,6 +55,7 @@
 	            </classpath>
 	        	<sysproperty key="ivy.cache.dir" value="${tutorial.cache}" />
 	        	<sysproperty key="ivy.local.default.root" value="${tutorial.local-repo}" />
+                <sysproperty key="ivy.cache.ttl.default" value="1s" />
 	        	<sysproperty key="skip.download" value="true" />
 	            <arg line="-f @{antfile}" />
 	        	<arg line="@{target}" />