Author: niclas
Date: Thu Sep 16 16:13:48 2004
New Revision: 46218

Modified:
   avalon/site/central/tools/magic/installation.html
   avalon/site/central/tools/magic/spells/index-creation.html
Log:


Modified: avalon/site/central/tools/magic/installation.html
==============================================================================
--- avalon/site/central/tools/magic/installation.html   (original)
+++ avalon/site/central/tools/magic/installation.html   Thu Sep 16 16:13:48 2004
@@ -11,7 +11,7 @@
         Magic runs on top of Ant.  Before installing Magic
         you need to build or download a 
         <a class="doclink" href="http://ant.apache.org/bindownload.cgi";>
-        binary installation of Ant</a> (version 1.6.1 or later).
+        binary installation of Ant</a> (version 1.6.2 or later).
         </p>
 
       </div>

Modified: avalon/site/central/tools/magic/spells/index-creation.html
==============================================================================
--- avalon/site/central/tools/magic/spells/index-creation.html  (original)
+++ avalon/site/central/tools/magic/spells/index-creation.html  Thu Sep 16 16:13:48 
2004
@@ -60,7 +60,9 @@
 &lt;project name="gizmo" default="install" basedir="." 
     xmlns:x="antlib:org.apache.avalon.tools"&gt;
 
-  &lt;x:home index=".."/&gt;
+  &lt;!-- Search for an index.xml file from current directory and upwards
+       in the directory structures.  --&gt;
+  &lt;x:home /&gt;
   &lt;import file="${magic.templates}/standard.xml"/&gt;
 
 &lt;/project&gt;</pre><div class="source-title"><span class="source-title" /></div>
@@ -82,8 +84,10 @@
           The default target "install" is a target declared in the 
           imported buildfile <code>${magic.templates}/standard.xml</code>.</li>
         <li>
-          The <code>&lt;x:home index=".."/&gt;</code> triggers
-          the loading of the index file located in the parent directory
+          The <code>&lt;x:home /&gt;</code> triggers
+          the loading of the index file located in the current directory OR
+          in any ascendent parent directory, i.e. the file system will be scanned
+          upwards in the directory structure,
           and from this the construction of the project model that contains
           version information, dependencies, etc.</li>
         <li>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to