You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2015/02/10 03:05:37 UTC

svn commit: r1658609 - /servicemix/smx4/bundles/trunk/spring-test-4.1.0.RELEASE/pom.xml

Author: ffang
Date: Tue Feb 10 02:05:36 2015
New Revision: 1658609

URL: http://svn.apache.org/r1658609
Log:
[SMX4-1962]spring-test Bundle misses META-INF/spring.factories

Modified:
    servicemix/smx4/bundles/trunk/spring-test-4.1.0.RELEASE/pom.xml

Modified: servicemix/smx4/bundles/trunk/spring-test-4.1.0.RELEASE/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-test-4.1.0.RELEASE/pom.xml?rev=1658609&r1=1658608&r2=1658609&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-test-4.1.0.RELEASE/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/spring-test-4.1.0.RELEASE/pom.xml Tue Feb 10 02:05:36 2015
@@ -190,9 +190,9 @@
                             <filters>
                                 <filter>
                                     <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
+                                    <includes>
+                                        <include>META-INF/spring.*</include>
+                                    </includes>
                                 </filter>
                             </filters>
                             <promoteTransitiveDependencies>true</promoteTransitiveDependencies>