Author: hibou
Date: Fri Dec 28 14:55:22 2012
New Revision: 1426533
URL: http://svn.apache.org/viewvc?rev=1426533&view=rev
Log:
merge r1426531 : fix exemple in the doc
Modified:
ant/ivy/core/branches/2.3.x/ (props changed)
ant/ivy/core/branches/2.3.x/doc/use/resolve.html
Propchange: ant/ivy/core/branches/2.3.x/
------------------------------------------------------------------------------
Merged /ant/ivy/core/trunk:r1426531
Modified: ant/ivy/core/branches/2.3.x/doc/use/resolve.html
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.x/doc/use/resolve.html?rev=1426533&r1=1426532&r2=1426533&view=diff
==============================================================================
--- ant/ivy/core/branches/2.3.x/doc/use/resolve.html (original)
+++ ant/ivy/core/branches/2.3.x/doc/use/resolve.html Fri Dec 28 14:55:22 2012
@@ -223,8 +223,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>