Author: hlship
Date: Wed Oct 17 07:54:40 2007
New Revision: 585527

URL: http://svn.apache.org/viewvc?rev=585527&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=585527&r1=585526&r2=585527&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 
Wed Oct 17 07:54:40 2007
@@ -11,7 +11,6 @@
         <resource>src/test/resources/PLACEHOLDER</resource>
     </resources>
     <sources>
-        <source>src/main/java/base/</source>
         <source>src/main/java/pages/Start.java</source>
         <source>src/main/java/services/AppModule.java</source>
     </sources>


Reply via email to