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:35:18 UTC

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

Author: evenisse
Date: Fri Dec 15 01:35:17 2006
New Revision: 487497

URL: http://svn.apache.org/viewvc?view=rev&rev=487497
Log:
Remove images/pss 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=487497&r1=487496&r2=487497
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Fri Dec 15 01:35:17 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>images/pss</include>
+                <!-- Images from other wars -->
                 <include>template/pss</include>
                 <!-- Templates from other wars -->
                 <include>WEB-INF/classes</include>