You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/06/19 20:49:28 UTC

svn commit: r669644 - /servicemix/components/components-pom/trunk/pom.xml

Author: chirino
Date: Thu Jun 19 11:49:28 2008
New Revision: 669644

URL: http://svn.apache.org/viewvc?rev=669644&view=rev
Log:
including the file component

Modified:
    servicemix/components/components-pom/trunk/pom.xml

Modified: servicemix/components/components-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/components-pom/trunk/pom.xml?rev=669644&r1=669643&r2=669644&view=diff
==============================================================================
--- servicemix/components/components-pom/trunk/pom.xml (original)
+++ servicemix/components/components-pom/trunk/pom.xml Thu Jun 19 11:49:28 2008
@@ -46,6 +46,7 @@
   <modules>
     <module>shared-libraries</module>
     <module>bindings/servicemix-cxf-bc</module>
+    <module>bindings/servicemix-file</module>
     <module>engines/servicemix-bean</module>
   </modules>
 
@@ -1493,6 +1494,12 @@
                 <value>log4j-tests.properties</value>
               </property>
             </systemProperties>
+            <includes>
+              <include>**/*Test.*</include>
+            </includes>
+            <excludes>
+              <exclude>**/*$*</exclude>
+            </excludes>
           </configuration>
         </plugin>
         <plugin>