Author: mlusetti
Date: Thu Sep  1 20:28:19 2011
New Revision: 1164262

URL: http://svn.apache.org/viewvc?rev=1164262&view=rev
Log:
TAP5-1609 Import all the current published archetypes at tapestry.apache.org

Modified:
    tapestry/tapestry5/trunk/quickstart/prototypes/archetype-catalog.xml

Modified: tapestry/tapestry5/trunk/quickstart/prototypes/archetype-catalog.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/prototypes/archetype-catalog.xml?rev=1164262&r1=1164261&r2=1164262&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/prototypes/archetype-catalog.xml 
(original)
+++ tapestry/tapestry5/trunk/quickstart/prototypes/archetype-catalog.xml Thu 
Sep  1 20:28:19 2011
@@ -13,15 +13,46 @@
 <!-- See the License for the specific language governing permissions and -->
 <!-- limitations under the License. -->
 
-<archetype-catalog  
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0
 http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd";>
-       <archetypes>
-               <archetype>
-                       <groupId>org.apache.tapestry</groupId>
-                       <artifactId>quickstart</artifactId>
-                       <version>@quickstartVersion@</version>
-                       <!-- otional specify the repository -->
-                       <description>Tapestry @quickstartVersion@ Quickstart 
archetype</description>
-               </archetype>
-       </archetypes>
+<archetype-catalog 
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0";
+                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+                   
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0
 http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd";>
+    <archetypes>
+        <archetype>
+            <groupId>org.apache.tapestry</groupId>
+            <artifactId>quickstart</artifactId>
+            <version>5.2.5</version>
+            <description>Tapestry Quickstart Project</description>
+        </archetype>
+        <archetype>
+            <groupId>org.apache.tapestry</groupId>
+            <artifactId>quickstart</artifactId>
+            <version>5.2.4</version>
+            <description>Tapestry Quickstart Project</description>
+        </archetype>
+        <archetype>
+            <groupId>org.apache.tapestry</groupId>
+            <artifactId>quickstart</artifactId>
+            <version>5.1.0.5</version>
+            <description>Tapestry Quickstart Project</description>
+        </archetype>
+        <archetype>
+            <groupId>org.apache.tapestry</groupId>
+            <artifactId>quickstart</artifactId>
+            <version>5.0.19</version>
+            <description>Tapestry Quickstart Project</description>
+        </archetype>
+        <archetype>
+            <groupId>org.apache.tapestry</groupId>
+            <artifactId>tapestry-archetype</artifactId>
+            <version>4.1.6</version>
+            <description>Tapestry 4.1.6 Archetype</description>
+        </archetype>
+        <archetype>
+            <groupId>org.apache.tapestry</groupId>
+            <artifactId>quickstart</artifactId>
+            <version>@quickstartVersion@</version>
+            <!-- otional specify the repository -->
+            <description>Tapestry @quickstartVersion@ Quickstart 
archetype</description>
+        </archetype>
+    </archetypes>
 </archetype-catalog>


Reply via email to