You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2012/12/28 15:53:16 UTC

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

Author: hibou
Date: Fri Dec 28 14:53:16 2012
New Revision: 1426531

URL: http://svn.apache.org/viewvc?rev=1426531&view=rev
Log:
Fix the exemple

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=1426531&r1=1426530&r2=1426531&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/resolve.html (original)
+++ ant/ivy/core/trunk/doc/use/resolve.html Fri Dec 28 14:53:16 2012
@@ -239,8 +239,8 @@ Resolve the commons-lang module revision
 <hr/>
 <code type="xml">
 <ivy:resolve>
-    <dependency org="apache" module="commons-lang" rev="2+" />
-    <dependency org="apache" module="commons-logging" rev="1.1" />
+    <dependency org="apache" name="commons-lang" rev="2+" />
+    <dependency org="apache" name="commons-logging" rev="1.1" />
     <exclude org="apache" module="log4j" />
 </ivy:resolve>
 </code>