Author: hlship
Date: Mon Nov 10 15:33:19 2008
New Revision: 712873
URL: http://svn.apache.org/viewvc?rev=712873&view=rev
Log:
TAP5-344: Quickstart archetype should include an empty app.properties message
catalog in the WEB-INF folder
Added:
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/app.properties
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=712873&r1=712872&r2=712873&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
Mon Nov 10 15:33:19 2008
@@ -20,6 +20,7 @@
<resource>.classpath</resource>
<resource>.project</resource>
<resource>src/main/webapp/WEB-INF/web.xml</resource>
+ <resource>src/main/webapp/WEB-INF/app.properties</resource>
<resource>src/main/webapp/Index.tml</resource>
<resource>src/main/webapp/favicon.ico</resource>
<resource>src/main/resources/log4j.properties</resource>
Added:
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/app.properties
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/app.properties?rev=712873&view=auto
==============================================================================
---
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/app.properties
(added)
+++
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/app.properties
Mon Nov 10 15:33:19 2008
@@ -0,0 +1,4 @@
+# This is where global application properties go.
+# You can also have individual message catalogs for each page and each
+# component that override these defaults.
+# The name of this file is based on the <filter-name> element in web.
\ No newline at end of file