Author: evenisse
Date: Fri Dec 15 01:33:22 2006
New Revision: 487494
URL: http://svn.apache.org/viewvc?view=rev&rev=487494
Log:
Remove template directory from p-sec war
Modified:
maven/continuum/trunk/continuum-webapp/pom.xml
Modified: maven/continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?view=diff&rev=487494&r1=487493&r2=487494
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Fri Dec 15 01:33:22 2006
@@ -50,6 +50,8 @@
<includes>
<!-- TODO: META-INF shouldn't be required, seems to be an issue with the
current war plugin -->
<include>META-INF</include>
+ <include>template/pss</include>
+ <!-- Templates from other wars -->
<include>WEB-INF/classes</include>
<!-- Classes and Resources from other wars -->
<include>WEB-INF/lib</include>
|