Author: hlship
Date: Sat Oct 13 09:28:25 2007
New Revision: 584422
URL: http://svn.apache.org/viewvc?rev=584422&view=rev
Log:
TAPESTRY-1809: archetype.xml doesn't account for change to .tml
(/WEB-INF/Start.html should be /Start.tml)
Modified:
tapestry/tapestry5/trunk/quickstart/src/main/resources/META-INF/archetype.xml
Modified:
tapestry/tapestry5/trunk/quickstart/src/main/resources/META-INF/archetype.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/main/resources/META-INF/archetype.xml?rev=584422&r1=584421&r2=584422&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/quickstart/src/main/resources/META-INF/archetype.xml
(original)
+++
tapestry/tapestry5/trunk/quickstart/src/main/resources/META-INF/archetype.xml
Sat Oct 13 09:28:25 2007
@@ -4,7 +4,7 @@
<resource>.classpath</resource>
<resource>.project</resource>
<resource>src/main/webapp/WEB-INF/web.xml</resource>
- <resource>src/main/webapp/WEB-INF/Start.html</resource>
+ <resource>src/main/webapp/Start.tml</resource>
<resource>src/main/webapp/favicon.ico</resource>
<resource>src/main/resources/log4j.properties</resource>
<resource>src/test/java/PLACEHOLDER</resource>