You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fe...@apache.org on 2005/10/29 03:08:19 UTC

svn commit: r329336 - in /maven/maven-1/plugins/trunk/genapp: src/plugin-resources/tapestry/ src/plugin-resources/tapestry/template-resources/ src/plugin-resources/tapestry/template-resources/src/ src/plugin-resources/tapestry/template-resources/src/co...

Author: felipeal
Date: Fri Oct 28 18:06:17 2005
New Revision: 329336

URL: http://svn.apache.org/viewcvs?rev=329336&view=rev
Log:
MPGENAPP-10: added Tapestry template

Added:
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/.cvsignore   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/build.properties.jboss   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/build.properties.tomcat   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/maven.xml   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/project.properties   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/project.xml   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/ApplicationResources.properties   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/cactus-web.xml   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/java/
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/java/Home.java   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/filter-mappings.xml   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/filters.xml   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/servlet-mappings.xml   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/servlets.xml   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/test/
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/test-cactus/
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/test/SanityTest.java   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/Home.html   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/Home.page   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/helloworld.application   (with props)
    maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template.properties
    maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/
    maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/maven.xml
    maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/project.properties
    maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/project.xml
Modified:
    maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/.cvsignore
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/.cvsignore?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/.cvsignore (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/.cvsignore Fri Oct 28 18:06:17 2005
@@ -0,0 +1,6 @@
+target
+.classpath
+.project
+*.log
+build.xml
+build.properties

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/.cvsignore
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/build.properties.jboss
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/build.properties.jboss?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/build.properties.jboss (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/build.properties.jboss Fri Oct 28 18:06:17 2005
@@ -0,0 +1,25 @@
+# -------------------------------------------------------------------
+# Copyright 2005 The Apache Software Foundation.
+# 
+# Licensed 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.
+# -------------------------------------------------------------------
+
+# Specify a Cactus test container.
+cactus.home.jboss3x=C:/j2ee/jboss-3.2.3_jetty-4.2.14
+# Specify the XDoclet properties for the descriptor
+maven.xdoclet.ejbdoclet.jboss.0=true
+maven.xdoclet.ejbdoclet.jboss.0.Version=3.2
+maven.xdoclet.ejbdoclet.jboss.0.mergeDir=src/merge
+maven.xdoclet.ejbdoclet.jboss.0.preferredrelationmapping="relation-table"
+maven.xdoclet.ejbdoclet.jboss.0.unauthenticatedPrincipal="nobody"
+maven.xdoclet.ejbdoclet.jboss.0.destDir=${maven.build.dir}/xdoclet/ejb/META-INF

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/build.properties.jboss
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/build.properties.tomcat
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/build.properties.tomcat?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/build.properties.tomcat (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/build.properties.tomcat Fri Oct 28 18:06:17 2005
@@ -0,0 +1,26 @@
+# -------------------------------------------------------------------
+# Copyright 2005 The Apache Software Foundation.
+# 
+# Licensed 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.
+# -------------------------------------------------------------------
+
+# Specify a Cactus test container.
+cactus.home.tomcat5x=C:/program files/Apache Group/Tomcat 5.5
+# Specify the XDoclet properties for the descriptor
+maven.xdoclet.ejbdoclet.jboss.0=true
+maven.xdoclet.ejbdoclet.jboss.0.Version=3.2
+maven.xdoclet.ejbdoclet.jboss.0.mergeDir=src/merge
+maven.xdoclet.ejbdoclet.jboss.0.preferredrelationmapping="relation-table"
+maven.xdoclet.ejbdoclet.jboss.0.unauthenticatedPrincipal="nobody"
+maven.xdoclet.ejbdoclet.jboss.0.destDir=${maven.build.dir}/xdoclet/ejb/META-INF
+ 

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/build.properties.tomcat
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/maven.xml?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/maven.xml (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/maven.xml Fri Oct 28 18:06:17 2005
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+/*
+ * Copyright 2005 The Apache Software Foundation.
+ * 
+ * Licensed 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:j="jelly:core" xmlns:ant="jelly:ant" default="war">
+  <preGoal name="java:compile">
+    <mkdir dir="${maven.build.dir}/xdoclet/webdoclet/WEB-INF" />
+  	<attainGoal name="xdoclet:webdoclet" />
+  </preGoal>
+</project>
+

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/maven.xml
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/project.properties?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/project.properties (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/project.properties Fri Oct 28 18:06:17 2005
@@ -0,0 +1,28 @@
+# -------------------------------------------------------------------
+# Copyright 2005 The Apache Software Foundation.
+# 
+# Licensed 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.
+# -------------------------------------------------------------------
+
+maven.xdoc.date=left
+maven.eclipse.classpath.include=src/test-cactus,src/conf
+maven.war.webapp.dir=${maven.build.dir}/xdoclet/webdoclet
+maven.xdoclet.webdoclet.0=true
+maven.xdoclet.webdoclet.0.destDir=${maven.build.dir}/xdoclet/webdoclet/WEB-INF
+maven.xdoclet.webdoclet.0.mergeDir=src/merge
+maven.xdoclet.webdoclet.jbosswebxml.0=true
+maven.xdoclet.webdoclet.jbosswebxml.0.destDir=${maven.build.dir}/xdoclet/webdoclet/WEB-INF
+maven.xdoclet.webdoclet.deploymentdescriptor.0.destDir=${maven.build.dir}/xdoclet/webdoclet/WEB-INF
+maven.xdoclet.webdoclet.deploymentdescriptor.0.mergeDir=src/merge
+maven.xdoclet.webdoclet.fileset.0.include=**/*.java
+cactus.src.mergewebxml=src/conf/cactus-web.xml

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/project.properties
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/project.xml?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/project.xml (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/project.xml Fri Oct 28 18:06:17 2005
@@ -0,0 +1,289 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+/*
+ * Copyright 2005 The Apache Software Foundation.
+ * 
+ * Licensed 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>
+  <!-- the version of maven's project object model -->
+
+  <pomVersion>3</pomVersion>
+  <!-- a unique name for this project -->
+
+  <id>@ID@</id>
+  <groupId>@ID@</groupId>
+  <!-- a short but descriptive name for the project -->
+
+  <name>@NAME@</name>
+
+  <!-- The version of the project under development, e.g.
+       1.1, 1.2, 2.0-SNAPSHOT -->
+  <currentVersion>1.0</currentVersion>
+
+  <!-- details about the organization that 'owns' the project -->
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+    <logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
+  </organization>
+  <!-- the year the project started -->
+
+  <inceptionYear>2005</inceptionYear>
+  <package>@PACKAGE@</package>
+  <logo>http://maven.apache.org/images/maven.jpg</logo>
+  <description>A collection of example projects showing how to use maven in different situations</description>
+  <!-- a short description of what the project does -->
+
+  <shortDescription>How to use maven in different situations</shortDescription>
+  <!-- the project home page -->
+
+  <url>http://maven.apache.org/reference/plugins/examples/</url>
+  <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
+  <siteAddress>jakarta.apache.org</siteAddress>
+  <siteDirectory>/www/maven.apache.org/reference/plugins/examples/</siteDirectory>
+  <distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory>
+  <!-- the version control repository and http url for online access
+       the connection element has the form:
+       scm:<system>:<system specific connection string> -->
+
+  <repository>
+    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/examples</connection>
+    <url>http://cvs.apache.org/viewcvs/maven-plugins/examples/</url>
+  </repository>
+  <!-- any mailing lists for the project -->
+
+  <mailingLists/>
+  <!-- who the developers are for the project -->
+
+  <developers>
+  </developers>
+  <!-- jar files the project is dependent on -->
+
+  <dependencies>
+    <dependency>
+      <id>junit</id>
+      <version>3.8.1</version>
+    </dependency>
+    
+    <dependency>
+      <id>servletapi</id>
+      <version>2.3</version>
+    </dependency>
+
+    <dependency>
+      <groupId>cactus</groupId>
+      <artifactId>cactus</artifactId>
+      <version>13-1.7.1</version>
+    </dependency>
+
+     <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <!-- Tapestry dependencies -->
+    <dependency>
+      <groupId>tapestry</groupId>
+      <artifactId>tapestry</artifactId>
+      <version>3.0</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>tapestry</groupId>
+      <artifactId>tapestry-contrib</artifactId>
+      <version>3.0</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.0</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.1</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+      <version>1.6.1</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+      <version>1.5</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.2</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+      <version>1.0</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>javassist</groupId>
+      <artifactId>javassist</artifactId>
+      <version>2.5.1</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>bsf</groupId>
+      <artifactId>bsf</artifactId>
+      <version>2.3.0</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>ognl</groupId>
+      <artifactId>ognl</artifactId>
+      <version>2.6.5</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>oro</groupId>
+      <artifactId>oro</artifactId>
+      <version>2.0.8</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <!-- XDoclet dependencies -->
+    <dependency>
+      <id>xdoclet</id>
+      <version>1.2</version>
+    </dependency>
+
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>xdoclet-web-module</artifactId>
+      <version>1.2</version>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency>
+    
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>xdoclet-ejb-module</artifactId>
+      <version>1.2</version>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency>
+
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>xjavadoc</artifactId>
+      <version>1.0.2</version>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency>
+    
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>maven-xdoclet-plugin</artifactId>
+      <version>1.2</version>
+      <type>plugin</type>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency>    
+
+    <!-- HttpUnit dependencies -->
+   <dependency>
+      <groupId>httpunit</groupId>
+      <artifactId>httpunit</artifactId>
+      <version>1.6</version>
+      <properties>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>jtidy</groupId>
+      <artifactId>jtidy</artifactId>
+      <version>4aug2000r7-dev</version>
+      <properties>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
+    </dependency>
+    
+  </dependencies>
+
+  <build>
+    <nagEmailAddress>turbine-maven-dev@jakarta.apache.org</nagEmailAddress>
+    <sourceDirectory>src/java</sourceDirectory>
+    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
+    <unitTest>
+      <includes>
+        <include>**/*Test.java</include>
+      </includes>
+      <excludes>
+        <exclude>**/NaughtyTest.java</exclude>
+      </excludes>
+    </unitTest>
+    <resources>
+      <resource>
+        <directory>src/conf</directory>
+        <includes>
+          <include>*.properties</include>
+        </includes>
+      </resource>
+    </resources>
+  </build>
+</project>

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/project.xml
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/ApplicationResources.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/ApplicationResources.properties?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/ApplicationResources.properties (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/ApplicationResources.properties Fri Oct 28 18:06:17 2005
@@ -0,0 +1,17 @@
+# -------------------------------------------------------------------
+# Copyright 2005 The Apache Software Foundation.
+# 
+# Licensed 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.
+# -------------------------------------------------------------------
+
+title.page=The title @PACKAGE@
\ No newline at end of file

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/ApplicationResources.properties
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/cactus-web.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/cactus-web.xml?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/cactus-web.xml (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/cactus-web.xml Fri Oct 28 18:06:17 2005
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+/*
+ * Copyright 2001-2005 The Apache Software Foundation.
+ * 
+ * Licensed 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.
+ */
+ -->
+
+<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
+
+<web-app>
+</web-app>

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/conf/cactus-web.xml
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/java/Home.java
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/java/Home.java?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/java/Home.java (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/java/Home.java Fri Oct 28 18:06:17 2005
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2005 The Apache Software Foundation.
+ * 
+ * Licensed 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.
+ */
+package @PACKAGE@;
+
+import java.util.Date;
+import org.apache.tapestry.html.BasePage;
+
+public class Home extends BasePage {
+    public Date getCurrentDate() {
+        return new Date();
+    }
+}
\ No newline at end of file

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/java/Home.java
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/filter-mappings.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/filter-mappings.xml?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/filter-mappings.xml (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/filter-mappings.xml Fri Oct 28 18:06:17 2005
@@ -0,0 +1,4 @@
+<filter-mapping>
+  <filter-name>redirect</filter-name>
+  <url-pattern>/</url-pattern>
+</filter-mapping>

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/filter-mappings.xml
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/filters.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/filters.xml?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/filters.xml (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/filters.xml Fri Oct 28 18:06:17 2005
@@ -0,0 +1,4 @@
+<filter> 
+  <filter-name>redirect</filter-name>
+  <filter-class>org.apache.tapestry.RedirectFilter</filter-class>
+</filter>

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/filters.xml
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/servlet-mappings.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/servlet-mappings.xml?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/servlet-mappings.xml (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/servlet-mappings.xml Fri Oct 28 18:06:17 2005
@@ -0,0 +1,4 @@
+<servlet-mapping>
+  <servlet-name>tapestry</servlet-name>
+  <url-pattern>/app</url-pattern>
+</servlet-mapping>

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/servlet-mappings.xml
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/servlets.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/servlets.xml?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/servlets.xml (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/servlets.xml Fri Oct 28 18:06:17 2005
@@ -0,0 +1,5 @@
+<servlet>
+  <servlet-name>tapestry</servlet-name> 
+  <servlet-class>org.apache.tapestry.ApplicationServlet</servlet-class> 
+  <load-on-startup>0</load-on-startup> 
+</servlet>

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/merge/servlets.xml
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/test/SanityTest.java
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/test/SanityTest.java?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/test/SanityTest.java (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/test/SanityTest.java Fri Oct 28 18:06:17 2005
@@ -0,0 +1,30 @@
+/*
+ * Copyright 2005 The Apache Software Foundation.
+ * 
+ * Licensed 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.
+ */
+package @PACKAGE@;
+
+import junit.framework.TestCase;
+
+/**
+ * This is a simple JUnit test case to ensure that the environment is okay.
+ *
+ * @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
+ * @version $Id: SanityTest.java,v 1.1 2004/02/27 06:22:26 evenisse Exp $
+ */
+public class SanityTest extends TestCase {
+  public void testSanity() {
+    assertEquals( "test", "test" );
+  }
+}

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/test/SanityTest.java
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/Home.html
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/Home.html?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/Home.html (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/Home.html Fri Oct 28 18:06:17 2005
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<!-- 
+/*
+ * Copyright 2005 The Apache Software Foundation.
+ * 
+ * Licensed 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.
+ */
+-->
+<html>
+  <head>
+      <title>Hello World</title>
+  </head>
+
+  <body>
+    Welcome to your first <b>Tapestry Application</b>. 
+
+    <p>The current date and time is: <b><span jwcid="insertDate">This Text Will Be Replaced</span></b></p>
+
+    <p>Click <a jwcid="refresh">here</a> to refresh.</p>
+  </body>
+</html>
+

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/Home.html
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/Home.page
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/Home.page?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/Home.page (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/Home.page Fri Oct 28 18:06:17 2005
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE page-specification PUBLIC "-//Apache Software Foundation//Tapestry Specification 3.0//EN" "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
+ <!-- 
+/*
+ * Copyright 2005 The Apache Software Foundation.
+ * 
+ * Licensed 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.
+ */
+ -->
+<page-specification class="@PACKAGE@.Home">
+  <description>Hello World Home Page</description>
+  <component id="insertDate" type="Insert" inherit-informal-parameters="no">
+    <binding name="value" expression="currentDate" />
+  </component>
+  <component id="refresh" type="PageLink" inherit-informal-parameters="no">
+    <static-binding name="page">Home</static-binding>
+  </component>
+</page-specification>

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/Home.page
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/helloworld.application
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/helloworld.application?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/helloworld.application (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/helloworld.application Fri Oct 28 18:06:17 2005
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE application
+      PUBLIC "-//Apache Software Foundation//Tapestry Specification 3.0//EN"
+      "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
+
+ <!-- 
+/*
+ * Copyright 2005 The Apache Software Foundation.
+ * 
+ * Licensed 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.
+ */
+ -->
+<application name="helloworld" engine-class="org.apache.tapestry.engine.BaseEngine" >
+    <component-type type="Page" specification-path="/WEB-INF/pages" />
+    <description>@NAME@</description>
+</application>

Propchange: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template-resources/src/webapp/WEB-INF/helloworld.application
------------------------------------------------------------------------------
    svn:executable = *

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template.properties?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template.properties (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/tapestry/template.properties Fri Oct 28 18:06:17 2005
@@ -0,0 +1,20 @@
+# -------------------------------------------------------------------
+# Copyright 2005 The Apache Software Foundation.
+# 
+# Licensed 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.
+# -------------------------------------------------------------------
+
+maven.genapp.repackage=java,test,test-cactus
+maven.genapp.filter=project.xml,src/conf/cactus-web.xml,src/merge/**,src/webapp/WEB-INF/**/*.page,src/webapp/WEB-INF/**/*.application
+
+maven.genapp.default.package=example.web

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/maven.xml?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/maven.xml (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/maven.xml Fri Oct 28 18:06:17 2005
@@ -0,0 +1,34 @@
+<!-- 
+/*
+ * Copyright 2005 The Apache Software Foundation.
+ * 
+ * Licensed 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:j="jelly:core" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven" xmlns:assert="assert" default="testPlugin">
+
+  <goal name="testPlugin" prereqs="test-genapp">
+    <attainGoal name="clean"/>
+  </goal>
+
+  <goal name="test-genapp" prereqs="clean">
+    <attainGoal name="genapp"/>
+    <!-- checks if the project has been generated -->
+    <assert:assertFileExists file="${maven.genapp.basedir}"/>
+    <assert:assertFileExists file="${maven.genapp.basedir}/project.xml"/>
+    <assert:assertFileExists file="${maven.genapp.basedir}/project.properties"/>
+    <!-- builds the generated project -->
+    <maven:maven descriptor="${maven.genapp.basedir}/project.xml"/>
+    <assert:assertFileExists file="${maven.genapp.basedir}/target/myId.war"/>
+  </goal>
+</project>

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/project.properties?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/project.properties (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/project.properties Fri Oct 28 18:06:17 2005
@@ -0,0 +1,24 @@
+# -------------------------------------------------------------------
+# Copyright 2005 The Apache Software Foundation.
+# 
+# Licensed 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.
+# -------------------------------------------------------------------
+
+# directory where it should be generated
+maven.genapp.basedir=${maven.build.dir}/my_genapp
+# properties necessary to skip the prompt
+template=tapestry
+maven.genapp.template.id=myId
+maven.genapp.template.name="Genapp testcase"
+maven.genapp.template.package=org.apache.genapp
+

Added: maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/project.xml?rev=329336&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/project.xml (added)
+++ maven/maven-1/plugins/trunk/genapp/src/plugin-test/tapestryTest/project.xml Fri Oct 28 18:06:17 2005
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+/*
+ * Copyright 2005 The Apache Software Foundation.
+ * 
+ * Licensed 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/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
+http://maven.apache.org/maven-v3_0_0.xsd">
+  <pomVersion>3</pomVersion>
+  <name>Genapp Plugin - Tapestry Test</name>
+  <artifactId>test-maven-genapp-plugin-tapestryTest</artifactId>
+  <inceptionYear>2005</inceptionYear>
+  <shortDescription>Tests Tapestry template</shortDescription>
+  <description>Tests Tapestry template</description>
+  <url/>
+  <developers>
+    <developer>
+      <name>Felipe Leme</name>
+      <id>felipeal</id>
+      <email>maven@felipeal.net</email>
+      <organization>Falcon Informatica</organization>
+    </developer>
+  </developers>
+</project>

Modified: maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml?rev=329336&r1=329335&r2=329336&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml Fri Oct 28 18:06:17 2005
@@ -22,6 +22,7 @@
   </properties>
   <body>
     <release version="2.3-SNAPSHOT" date="in SVN">
+      <action dev="felipeal" type="add" issue="MPGENAPP-10" due-to="Archimedes Trajano">Added Tapestry template.</action>
       <action dev="felipeal" type="fix" issue="MPGENAPP-17">Using <code>${maven.home.local}</code> instead of <code>${user.home}/.maven</code> for templates.</action>
       <action dev="felipeal" type="add" issue="MPGENAPP-23">Added property <code>maven.genapp.repackage.dir</code> as base directory for <code>maven.genapp.repackage</code>.</action>
       <action dev="felipeal" type="add" issue="MPGENAPP-24">Added new property <code>maven.genapp.basedir property</code>.</action>