Updated Branches:
  refs/heads/master 8009c099a -> 7ffd13af5

added links to toolchains descriptor reference

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/7ffd13af
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/7ffd13af
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/7ffd13af

Branch: refs/heads/master
Commit: 7ffd13af5fe317d152e211be506f5a686eab0504
Parents: 8009c09
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Sat Jul 27 23:10:34 2013 +0200
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Sat Jul 27 23:10:34 2013 +0200

----------------------------------------------------------------------
 maven-core/src/site/apt/index.apt | 10 +++++++---
 src/site/site.xml                 |  1 +
 2 files changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/7ffd13af/maven-core/src/site/apt/index.apt
----------------------------------------------------------------------
diff --git a/maven-core/src/site/apt/index.apt 
b/maven-core/src/site/apt/index.apt
index 1877a37..0c63bc2 100644
--- a/maven-core/src/site/apt/index.apt
+++ b/maven-core/src/site/apt/index.apt
@@ -20,13 +20,12 @@
  -----
  Hervé Boutemy
  -----
- 2012-09-29
+ 2013-07-27
  -----
 
 Maven Core
 
- Maven Core classes, providing <<<Maven>>> component 
({{{./apidocs/org/apache/maven/Maven.html}javadoc}}),
- with its <<<DefaultMaven>>> implementation 
({{{./xref/org/apache/maven/DefaultMaven.html}source}}).
+ Maven Core classes managing the whole build process.
 
 * Useful entry points
 
@@ -34,6 +33,11 @@ Maven Core
 
  * {{{./artifact-handlers.html}default artifact handlers}},
 
+ * {{{./toolchains.html}Toolchains descriptor reference}},
+
+ * <<<Maven>>> component ({{{./apidocs/org/apache/maven/Maven.html}javadoc}}),
+ with its <<<DefaultMaven>>> implementation 
({{{./xref/org/apache/maven/DefaultMaven.html}source}}),
+
  * <<<ProjectBuilder>>> component 
({{{./apidocs/org/apache/maven/project/ProjectBuilder.html}javadoc}}),
  with its <<<DefaultProjectBuilder>>> implementation
  ({{{./xref/org/apache/maven/project/DefaultProjectBuilder.html}source}}),

http://git-wip-us.apache.org/repos/asf/maven/blob/7ffd13af/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 291d8ce..bcc6103 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -54,6 +54,7 @@ under the License.
     <menu name="Descriptors Reference">
       <item name="POM" href="./maven-model/maven.html"/>
       <item name="Settings" href="./maven-settings/settings.html"/>
+      <item name="Toolchains" href="./maven-core/toolchains.html"/>
     </menu>
 
     <menu name="Reference">

Reply via email to