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 2010/03/18 23:41:45 UTC

svn commit: r925032 - /ant/ivy/core/trunk/doc/use/resolve.html

Author: maartenc
Date: Thu Mar 18 22:41:45 2010
New Revision: 925032

URL: http://svn.apache.org/viewvc?rev=925032&view=rev
Log:
'checkIfCompiled' attribute doesn't exist, it should be 'checkIfChanged'

Modified:
    ant/ivy/core/trunk/doc/use/resolve.html

Modified: ant/ivy/core/trunk/doc/use/resolve.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/use/resolve.html?rev=925032&r1=925031&r2=925032&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/resolve.html (original)
+++ ant/ivy/core/trunk/doc/use/resolve.html Thu Mar 18 22:41:45 2010
@@ -42,7 +42,7 @@ set to the comma separated list of confi
 <b>Since 1.2:</b>
 An additional property is set to true if the resolved dependencies are changes since the last resolve, and to false otherwise: <code>ivy.deps.changed</code>
 <b>Since 2.0:</b>
-The property ivy.deps.changed will not be set (and not be computed) if you set the parameter <i>checkIfCompiled</i> to false. (by default it is true to keep backward compatibility).  This allow to optimize your build when you have multi-module build with multiple configurations.
+The property ivy.deps.changed will not be set (and not be computed) if you set the parameter <i>checkIfChanged</i> to false. (by default it is true to keep backward compatibility).  This allow to optimize your build when you have multi-module build with multiple configurations.
 
 <b>Since 2.0:</b>
 In addition, if the <i>resolveId</i> attribute has been set, the following properties are set as well: