You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/12/15 10:33:23 UTC

svn commit: r487494 - /maven/continuum/trunk/continuum-webapp/pom.xml

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>