Author: hboutemy
Date: Thu Apr 8 20:03:19 2010
New Revision: 932084
URL: http://svn.apache.org/viewvc?rev=932084&view=rev
Log:
[ARCHETYPE-290] updated internal catalog
Modified:
maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml
Modified:
maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml?rev=932084&r1=932083&r2=932084&view=diff
==============================================================================
---
maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml
(original)
+++
maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml
Thu Apr 8 20:03:19 2010
@@ -351,5 +351,17 @@
<repository>http://maven.kungfuters.org/content/repositories/releases</repository>
<description>Tellurium TestNG project archetype for the Tellurium
Automated Testing Framework</description>
</archetype>
+ <archetype>
+ <groupId>org.fusesource.scalate.tooling</groupId>
+ <artifactId>scalate-archetype-empty</artifactId>
+ <version>RELEASE</version>
+ <description>Generates a Scalate empty web application</description>
+ </archetype>
+ <archetype>
+ <groupId>org.fusesource.scalate.tooling</groupId>
+ <artifactId>scalate-archetype-guice</artifactId>
+ <version>RELEASE</version>
+ <description>Generates a Scalate Jog web application</description>
+ </archetype>
</archetypes>
</archetype-catalog>