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

svn commit: r487500 - /maven/archiva/trunk/archiva-webapp/pom.xml

Author: evenisse
Date: Fri Dec 15 01:43:07 2006
New Revision: 487500

URL: http://svn.apache.org/viewvc?view=rev&rev=487500
Log:
Remove some directories added by other webapps

Modified:
    maven/archiva/trunk/archiva-webapp/pom.xml

Modified: maven/archiva/trunk/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/pom.xml?view=diff&rev=487500&r1=487499&r2=487500
==============================================================================
--- maven/archiva/trunk/archiva-webapp/pom.xml (original)
+++ maven/archiva/trunk/archiva-webapp/pom.xml Fri Dec 15 01:43:07 2006
@@ -172,6 +172,10 @@
               <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>
                 <!-- Classes and Resources from other wars -->
                 <include>WEB-INF/lib</include>
@@ -187,6 +191,10 @@
                 <!-- plexus-security jsps -->
                 <include>WEB-INF/template/pss</include>
                 <!-- plexus-security xwork templates -->
+                <include>WEB-INF/logs</include>
+                <!-- Directory created by jetty:run -->
+                <include>WEB-INF/temp</include>
+                <!-- Directory created by jetty:run -->
               </includes>
             </fileset>
           </filesets>