You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gk...@apache.org on 2008/06/20 18:07:56 UTC

svn commit: r669964 - /cocoon/site/site/archetype-catalog.xml

Author: gkossakowski
Date: Fri Jun 20 09:07:56 2008
New Revision: 669964

URL: http://svn.apache.org/viewvc?rev=669964&view=rev
Log:
COCOON-2214: Add archetype-catalog.xml to our site. Thanks to David Legg for preparing it.
This will allow our users to take the advantage of mvn archetype:generate command.

Added:
    cocoon/site/site/archetype-catalog.xml

Added: cocoon/site/site/archetype-catalog.xml
URL: http://svn.apache.org/viewvc/cocoon/site/site/archetype-catalog.xml?rev=669964&view=auto
==============================================================================
--- cocoon/site/site/archetype-catalog.xml (added)
+++ cocoon/site/site/archetype-catalog.xml Fri Jun 20 09:07:56 2008
@@ -0,0 +1,39 @@
+<?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.
+-->
+<archetype-catalog>
+  <archetypes>
+    <archetype>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-22-archetype-block-plain</artifactId>
+      <version>1.0.0</version>
+      <description>Creates an empty Cocoon block; useful if you want to add another block to a Cocoon application</description>
+    </archetype>
+    <archetype>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-22-archetype-block</artifactId>
+      <version>1.0.0</version>
+      <description>Creates a Cocoon block containing some small samples</description>
+    </archetype>
+    <archetype>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-22-archetype-webapp</artifactId>
+      <version>1.0.0</version>
+      <description>Creates a web application configured to host Cocoon blocks. Just add the block dependencies</description>
+    </archetype>
+  </archetypes>
+</archetype-catalog>
\ No newline at end of file