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>


Reply via email to