Author: hboutemy
Date: Wed Dec 1 21:51:11 2010
New Revision: 1041184
URL: http://svn.apache.org/viewvc?rev=1041184&view=rev
Log:
added links to descriptors documentation
Added:
maven/archetype/trunk/archetype-models/src/
maven/archetype/trunk/archetype-models/src/site/
maven/archetype/trunk/archetype-models/src/site/site.xml (with props)
Modified:
maven/archetype/trunk/src/site/apt/index.apt
Added: maven/archetype/trunk/archetype-models/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-models/src/site/site.xml?rev=1041184&view=auto
==============================================================================
--- maven/archetype/trunk/archetype-models/src/site/site.xml (added)
+++ maven/archetype/trunk/archetype-models/src/site/site.xml Wed Dec 1
21:51:11 2010
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+ <body>
+ <menu name="Reference">
+ <item name="Archetype Descriptor"
href="./archetype-descriptor/archetype-descriptor.html"/>
+ <item name="Archetype Catalog"
href="./archetype-catalog/archetype-catalog.html"/>
+ <item name="Archetype Registry"
href="./archetype-registry/archetype-registry.html"/>
+ <item name="Archetype 1.0.x Descriptor"
href="../archetype-common/archetype.html"/>
+ </menu>
+ <menu ref="parent" inherit="top" />
+ </body>
+</project>
\ No newline at end of file
Propchange: maven/archetype/trunk/archetype-models/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/archetype/trunk/archetype-models/src/site/site.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: maven/archetype/trunk/archetype-models/src/site/site.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified: maven/archetype/trunk/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/src/site/apt/index.apt?rev=1041184&r1=1041183&r2=1041184&view=diff
==============================================================================
--- maven/archetype/trunk/src/site/apt/index.apt (original)
+++ maven/archetype/trunk/src/site/apt/index.apt Wed Dec 1 21:51:11 2010
@@ -38,7 +38,9 @@ Maven Archetype
*----------------------------------------------------------+----------------+
|| Module || Description ||
*----------------------------------------------------------+----------------+
-| {{{./archetype-common/}archetype-common}} | core classes and
descriptors reference documentation,
+| {{{./archetype-models/}archetype-models}} | descriptors
classes and reference documentation,
+*----------------------------------------------------------+----------------+
+| {{{./archetype-common/}archetype-common}} | core classes,
*----------------------------------------------------------+----------------+
| {{{./maven-archetype-plugin/}maven-archetype-plugin}} | Archetype Plugin
to use archetypes with Maven,
*----------------------------------------------------------+----------------+