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:54:38 UTC

svn commit: r1311481 - in /ant/ivy/core/branches/2.3.x: ./ CHANGES.txt build-release.xml

Author: maartenc
Date: Mon Apr  9 21:54:38 2012
New Revision: 1311481

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

Modified:
    ant/ivy/core/branches/2.3.x/   (props changed)
    ant/ivy/core/branches/2.3.x/CHANGES.txt
    ant/ivy/core/branches/2.3.x/build-release.xml

Propchange: ant/ivy/core/branches/2.3.x/
------------------------------------------------------------------------------
  Merged /ant/ivy/core/trunk:r1311460-1311478

Modified: ant/ivy/core/branches/2.3.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.x/CHANGES.txt?rev=1311481&r1=1311480&r2=1311481&view=diff
==============================================================================
--- ant/ivy/core/branches/2.3.x/CHANGES.txt (original)
+++ ant/ivy/core/branches/2.3.x/CHANGES.txt Mon Apr  9 21:54:38 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/branches/2.3.x/build-release.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.x/build-release.xml?rev=1311481&r1=1311480&r2=1311481&view=diff
==============================================================================
--- ant/ivy/core/branches/2.3.x/build-release.xml (original)
+++ ant/ivy/core/branches/2.3.x/build-release.xml Mon Apr  9 21:54:38 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}" />
@@ -213,6 +214,7 @@
         <xooki:print src="${doc.tmp.dir}/index.html" 
                      dest="${doc.build.dir}/book.html"
                      xookidir="${doc.src.dir}/xooki" />
+	</target>
 
 	<target name="all-doc" depends="javadoc, generate-doc" />