You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by ml...@apache.org on 2013/02/15 10:06:54 UTC

svn commit: r1446480 - /manifoldcf/trunk/framework/combined-service/pom.xml

Author: mlizewski
Date: Fri Feb 15 09:06:54 2013
New Revision: 1446480

URL: http://svn.apache.org/r1446480
Log:
combined service did not contain css and png files. Related to CONNECTORS-636

Modified:
    manifoldcf/trunk/framework/combined-service/pom.xml

Modified: manifoldcf/trunk/framework/combined-service/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/combined-service/pom.xml?rev=1446480&r1=1446479&r2=1446480&view=diff
==============================================================================
--- manifoldcf/trunk/framework/combined-service/pom.xml (original)
+++ manifoldcf/trunk/framework/combined-service/pom.xml Fri Feb 15 09:06:54 2013
@@ -199,6 +199,8 @@
                 <type>war</type>
                 <includes>
                   <include>*.jsp</include>
+                  <include>*.css</include>
+                  <include>*.png</include>
                 </includes>
                 <targetPath>/</targetPath>
               </overlay>