Author: xavier
Date: Thu Jan  3 04:05:58 2008
New Revision: 608460

URL: http://svn.apache.org/viewvc?rev=608460&view=rev
Log:
merge some documentation review (r 605019)

Modified:
    ant/ivy/core/branches/2.0.0-beta1/doc/configuration/include.html

Modified: ant/ivy/core/branches/2.0.0-beta1/doc/configuration/include.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.0-beta1/doc/configuration/include.html?rev=608460&r1=608459&r2=608460&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.0-beta1/doc/configuration/include.html (original)
+++ ant/ivy/core/branches/2.0.0-beta1/doc/configuration/include.html Thu Jan  3 
04:05:58 2008
@@ -45,7 +45,7 @@
 <code type="xml">
 <ivysettings>
   <property name="myrepository" value="path/to/my/real/rep"/>
-  <conf defaultResolver="default"/>
+  <settings defaultResolver="default"/>
   <include file="path/to/ivysettings-default.xml"/>
 </ivysettings>
 </code>
@@ -59,7 +59,7 @@
 </ivysettings>
 </code>
 
-The included ivysettings defines a resolver named default, which is an ivyrep 
resolver, with its root configured as being the value of myrepository variable. 
This variable is given the value path/to/rep in the included file, but because 
the attribute overwrite is set to false, it will not overide the value given in 
the main ivysettings including this one, so the value used for myrepository 
will be path/to/my/real/rep.
+The included ivysettings defines a resolver named default, which is an ivyrep 
resolver, with its root configured as being the value of myrepository variable. 
This variable is given the value path/to/rep in the included file, but because 
the attribute overwrite is set to false, it will not override the value given 
in the main ivysettings including this one, so the value used for myrepository 
will be path/to/my/real/rep.
 <hr/>
 <code type="xml">
 <ivysettings>


Reply via email to