Author: wsmoak Date: Fri Nov 10 16:41:27 2006 New Revision: 473598 URL: http://svn.apache.org/viewvc?view=rev&rev=473598 Log: Remove the Sitemesh tlds from the archetype descriptor. They were removed from the archetype in r472338 and r472339.
Modified: struts/maven/trunk/struts2-archetype-starter/src/main/resources/META-INF/archetype.xml Modified: struts/maven/trunk/struts2-archetype-starter/src/main/resources/META-INF/archetype.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/src/main/resources/META-INF/archetype.xml?view=diff&rev=473598&r1=473597&r2=473598 ============================================================================== --- struts/maven/trunk/struts2-archetype-starter/src/main/resources/META-INF/archetype.xml (original) +++ struts/maven/trunk/struts2-archetype-starter/src/main/resources/META-INF/archetype.xml Fri Nov 10 16:41:27 2006 @@ -38,8 +38,6 @@ <resource>src/main/webapp/styles/typo.css</resource> <resource>src/main/webapp/WEB-INF/dwr.xml</resource> <resource>src/main/webapp/WEB-INF/sitemesh.xml</resource> - <resource>src/main/webapp/WEB-INF/sitemesh-decorator.tld</resource> - <resource>src/main/webapp/WEB-INF/sitemesh-page.tld</resource> <resource>src/main/webapp/WEB-INF/web.xml</resource> <resource>src/main/webapp/index.jsp</resource> </resources>