Author: ffang
Date: Tue Mar 1 02:36:26 2011
New Revision: 1075623
URL: http://svn.apache.org/viewvc?rev=1075623&view=rev
Log:
[SMX4-767]ehcache-2.3.0 missing ehcache-failsafe.xml
Modified:
servicemix/smx4/bundles/trunk/ehcache-2.3.0/pom.xml
Modified: servicemix/smx4/bundles/trunk/ehcache-2.3.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ehcache-2.3.0/pom.xml?rev=1075623&r1=1075622&r2=1075623&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/ehcache-2.3.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/ehcache-2.3.0/pom.xml Tue Mar 1 02:36:26 2011
@@ -85,9 +85,9 @@
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}-core</artifact>
- <excludes>
- <exclude>**</exclude>
- </excludes>
+ <includes>
+ <include>ehcache-failsafe.xml</include>
+ </includes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
@@ -98,4 +98,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>