Author: ffang
Date: Thu Aug 29 03:13:43 2013
New Revision: 1518458
URL: http://svn.apache.org/r1518458
Log:
[SMX4-1537]include drools-camel META-INF/services/** so that drools component
could get registered
Modified:
servicemix/smx4/bundles/trunk/drools-5.5.0/pom.xml
Modified: servicemix/smx4/bundles/trunk/drools-5.5.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/drools-5.5.0/pom.xml?rev=1518458&r1=1518457&r2=1518458&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/drools-5.5.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/drools-5.5.0/pom.xml Thu Aug 29 03:13:43 2013
@@ -257,9 +257,9 @@
</filter>
<filter>
<artifact>${pkgGroupId}:drools-camel</artifact>
- <excludes>
- <exclude>**</exclude>
- </excludes>
+ <includes>
+ <include>META-INF/services/**</include>
+ </includes>
</filter>
<filter>
<artifact>${pkgGroupId}:drools-repository</artifact>