You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/06/26 14:13:44 UTC

svn commit: r550812 - /incubator/ivy/core/trunk/doc/doc/concept.html

Author: xavier
Date: Tue Jun 26 07:13:44 2007
New Revision: 550812

URL: http://svn.apache.org/viewvc?view=rev&rev=550812
Log:
add some anchors

Modified:
    incubator/ivy/core/trunk/doc/doc/concept.html

Modified: incubator/ivy/core/trunk/doc/doc/concept.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/doc/concept.html?view=diff&rev=550812&r1=550811&r2=550812
==============================================================================
--- incubator/ivy/core/trunk/doc/doc/concept.html (original)
+++ incubator/ivy/core/trunk/doc/doc/concept.html Tue Jun 26 07:13:44 2007
@@ -25,7 +25,7 @@
 </head>
 <body>
 	<textarea id="xooki-source">
-<h1>Dependency Resolver</h1>
+<h1><a name="dependency-resolver"></a>Dependency Resolver</h1>
 A dependency resolver is a pluggable class in ivy which is used to:
 <ul>
 <li>find dependencies ivy files</li>
@@ -50,7 +50,7 @@
 
 For details on how to declare your module configurations, how declare in which configuration your artifacts are published, and how to declare configuration mapping, please refer to <a href="../doc/ivyfile.html">ivy file documentation</a>. The <a href="../doc/tutorial/conf.html">configurations tutorial</a> is also a good place to go to learn more about this concept.
 
-<h1>Variables</h1>
+<h1><a name="variables"></a>Variables</h1>
 During configuration, ivy allows to define what are called ivy variables. Ivy variables can be seen as ant properties, and are used in a very similar way. In particular, you use a properties tag in the configuration file to load a properties file containing ivy variables and their values.
 
 But the main differences between ant properties and ivy variables are that ivy variables can be overriden, whereas ant 
@@ -70,7 +70,7 @@
 
 Moreover, it's also important to understand the difference between ivy variables and ivy pattern tokens. 
 See Patterns chapter below to see what pattern tokens are.
-<h1>Patterns</h1>
+<h1><a name="patterns"></a>Patterns</h1>
 
 Ivy patterns are used in many dependency resolvers and ivy tasks, and are a simple way to structure the way ivy works.