You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2006/08/11 00:16:16 UTC

svn commit: r430563 - /maven/site/trunk/src/site/apt/ant-tasks.apt

Author: dennisl
Date: Thu Aug 10 15:16:15 2006
New Revision: 430563

URL: http://svn.apache.org/viewvc?rev=430563&view=rev
Log:
[MNG-1281] Most of the links off the m2 ant task documentation page are broken.

Modified:
    maven/site/trunk/src/site/apt/ant-tasks.apt

Modified: maven/site/trunk/src/site/apt/ant-tasks.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/ant-tasks.apt?rev=430563&r1=430562&r2=430563&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/ant-tasks.apt (original)
+++ maven/site/trunk/src/site/apt/ant-tasks.apt Thu Aug 10 15:16:15 2006
@@ -17,7 +17,7 @@
 
     * <POM processing> - for reading a Maven 2.0 <<<pom.xml>>> file
 
-  The Ant tasks can be downloaded from {{{download.html#ant} Maven 2.0 download page}}.
+  The Ant tasks can be downloaded from {{{download.html} Maven 2.0 download page}}.
 
 Installing the Ant Tasks
 
@@ -63,7 +63,7 @@
 
 * Declaring Dependencies
 
-  The main purpose of the antlib is to utilise Maven's {{{dependencies.html} dependency management features}}.
+  The main purpose of the antlib is to utilise Maven's {{{guides/introduction/introduction-to-dependency-mechanism.html} dependency management features}}.
 
   This is achieved with the <<<dependencies>>> task. The simplest usage involves specifying your dependencies inline,
   such as in the following example:
@@ -115,7 +115,7 @@
 
   You can also specify a <<<scope>>> parameter on each dependency. This changes the behaviour of
   transitive dependencies and is useful for building different types of classpaths. To see how it affects
-  the behaviour of the dependencies, see the {{{dependencies.html#Dependency_Scope} Dependency Mechanism}}
+  the behaviour of the dependencies, see the {{{guides/introduction/introduction-to-dependency-mechanism.html} Dependency Mechanism}}
   documentation in the Maven 2.0 site.
 
 * Declaring Repositories
@@ -309,7 +309,7 @@
 
   For more information in configuring <<<settings.xml>>>, see:
 
-    * {{{configuration.html} Configuring Maven}}.
+    * {{{guides/mini/guide-configuring-maven.html} Configuring Maven}}.
 
     * {{{maven-settings/settings.html} Settings Descriptor Reference}}.
 
@@ -330,7 +330,7 @@
 
   For more on the Maven functionality behind them, try the following links:
 
-    * {{{dependencies.html} Dependency Mechanism}}
+    * {{{guides/introduction/introduction-to-dependency-mechanism.html} Dependency Mechanism}}
 
     * {{{maven-settings/settings.html} Settings Reference}}
 
@@ -448,12 +448,12 @@
 ** <<<proxy>>>
 
   The proxy element is typically used for HTTP repositories. The layout is the same as in the
-  {{{maven-settings/settings.html#Proxy} settings reference}}.
+  {{{maven-settings/settings.html#class_proxy} settings reference}}.
 
 ** <<<authentication>>>
 
   The authentication element is used for passing a username, password and other credentials to the repository either
-  on upload or download. The layout is the same as in the {{{maven-settings/settings.html#Server} settings reference}}.
+  on upload or download. The layout is the same as in the {{{maven-settings/settings.html#class_server} settings reference}}.
 
 * <<<pom>>>