Author: norman
Date: Mon Jul 25 18:03:09 2011
New Revision: 1150814

URL: http://svn.apache.org/viewvc?rev=1150814&view=rev
Log:
Fix war deployment

Modified:
    james/app/trunk/pom.xml

Modified: james/app/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1150814&r1=1150813&r2=1150814&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Mon Jul 25 18:03:09 2011
@@ -348,7 +348,6 @@ END Tanuki Software License ============
               <targetPath>WEB-INF/conf/</targetPath>
               <excludes>
                 <exclude>log4j.properties</exclude>
-                <exclude>META-INF/persistence.xml</exclude> 
                 <exclude>**/lib/**</exclude>
               </excludes>
             </resource>
@@ -358,7 +357,6 @@ END Tanuki Software License ============
               <targetPath>WEB-INF/classes/</targetPath>
               <includes>
                 <include>log4j.properties</include>
-                <include>META-INF/persistence.xml</include> 
               </includes>
             </resource>
             <resource>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to