Author: wsmoak
Date: Sun Jan 29 20:46:54 2006
New Revision: 373433
URL: http://svn.apache.org/viewcvs?rev=373433&view=rev
Log:
Moved messages.jspf back to src/main/webapp. It gets filtered during
archetype:create, not at build ('mvn install') time.
Added:
struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/archetype-resources/src/main/webapp/messages.jspf
- copied unchanged from r373431,
struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/archetype-resources/src/main/webapp-filtered/messages.jspf
Removed:
struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/archetype-resources/src/main/webapp-filtered/messages.jspf
Modified:
struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/META-INF/archetype.xml
Modified:
struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/META-INF/archetype.xml
URL:
http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/META-INF/archetype.xml?rev=373433&r1=373432&r2=373433&view=diff
==============================================================================
---
struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/META-INF/archetype.xml
(original)
+++
struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/META-INF/archetype.xml
Sun Jan 29 20:46:54 2006
@@ -30,11 +30,11 @@
<resources>
<resource>src/main/java/overview.html</resource>
<resource>src/main/webapp/index.jsp</resource>
+ <resource>src/main/webapp/messages.jspf</resource>
<resource>src/main/webapp/welcome.jsp</resource>
<resource>src/main/webapp/WEB-INF/chain-config.xml</resource>
<resource>src/main/webapp/WEB-INF/dialog-config.xml</resource>
<resource>src/main/webapp/WEB-INF/faces-config.xml</resource>
- <resource>src/main/webapp-filtered/messages.jspf</resource>
<resource>src/main/webapp-filtered/WEB-INF/web.xml</resource>
</resources>
</archetype>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]