You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/03/29 22:30:09 UTC

svn commit: r928896 - in /maven/archetype/trunk/archetype-common/src: main/mdo/archetype.mdo site/site.xml

Author: hboutemy
Date: Mon Mar 29 20:30:09 2010
New Revision: 928896

URL: http://svn.apache.org/viewvc?rev=928896&view=rev
Log:
use "Archetype 1.0.x Descriptor" instead of "Old Archetype Descriptor"

Modified:
    maven/archetype/trunk/archetype-common/src/main/mdo/archetype.mdo
    maven/archetype/trunk/archetype-common/src/site/site.xml

Modified: maven/archetype/trunk/archetype-common/src/main/mdo/archetype.mdo
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/main/mdo/archetype.mdo?rev=928896&r1=928895&r2=928896&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/main/mdo/archetype.mdo (original)
+++ maven/archetype/trunk/archetype-common/src/main/mdo/archetype.mdo Mon Mar 29 20:30:09 2010
@@ -9,7 +9,7 @@
   <id>archetype</id>
   <name>Archetype</name>
   <description>
-    <![CDATA[Maven's model for the old archetype descriptor (ie for Archetype 1.x).
+    <![CDATA[Maven's model for the old archetype descriptor (ie for Archetype 1.0.x).
     <p>The metadata about an archetype is stored in the <code>archetype.xml</code> file located
     in the <code>META-INF/maven</code> directory of its jar file.</p>
     <p>An XSD is available at

Modified: maven/archetype/trunk/archetype-common/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/site/site.xml?rev=928896&r1=928895&r2=928896&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/site/site.xml (original)
+++ maven/archetype/trunk/archetype-common/src/site/site.xml Mon Mar 29 20:30:09 2010
@@ -30,7 +30,7 @@ under the License.
       <item name="Archetype Descriptor" href="./archetype-descriptor.html"/>
       <item name="Archetype Catalog" href="./archetype-catalog.html"/>
       <item name="Archetype Registry" href="./archetype-registry.html"/>
-      <item name="Old Archetype Descriptor" href="./archetype.html"/>
+      <item name="Archetype 1.0.x Descriptor" href="./archetype.html"/>
     </menu>
     <menu ref="parent" inherit="top" />
   </body>