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 2013/03/06 13:15:11 UTC

svn commit: r1453309 - in /servicemix/smx4/bundles/trunk: ehcache-2.6.3/pom.xml pom.xml

Author: ffang
Date: Wed Mar  6 12:15:09 2013
New Revision: 1453309

URL: http://svn.apache.org/r1453309
Log:
[SMX4-1395]EHCache bundle should include the META-INF/services so the ServiceLoader works

Modified:
    servicemix/smx4/bundles/trunk/ehcache-2.6.3/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/ehcache-2.6.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ehcache-2.6.3/pom.xml?rev=1453309&r1=1453308&r2=1453309&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/ehcache-2.6.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/ehcache-2.6.3/pom.xml Wed Mar  6 12:15:09 2013
@@ -146,6 +146,7 @@
                                     <artifact>${pkgGroupId}:${pkgArtifactId}-core</artifact>
                                     <includes>
                                         <include>ehcache-failsafe.xml</include>
+                                        <include>META-INF/services/net.sf.ehcache.EhcacheInit</include>
                                     </includes>
                                 </filter>
                             </filters>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1453309&r1=1453308&r2=1453309&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Mar  6 12:15:09 2013
@@ -43,6 +43,7 @@
 
     <modules>
         <!-- add modules for all bundles to released in the next batch here -->
+        <module>ehcache-2.6.3</module>
     </modules>
 
 </project>