You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ni...@apache.org on 2011/07/22 04:15:31 UTC

svn commit: r1149434 - /activemq/trunk/activemq-camel/pom.xml

Author: ningjiang
Date: Fri Jul 22 02:15:30 2011
New Revision: 1149434

URL: http://svn.apache.org/viewvc?rev=1149434&view=rev
Log:
AMQ-3412: Don't export the package of META-INF.services.org.apache.camel

Modified:
    activemq/trunk/activemq-camel/pom.xml

Modified: activemq/trunk/activemq-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-camel/pom.xml?rev=1149434&r1=1149433&r2=1149434&view=diff
==============================================================================
--- activemq/trunk/activemq-camel/pom.xml (original)
+++ activemq/trunk/activemq-camel/pom.xml Fri Jul 22 02:15:30 2011
@@ -49,8 +49,7 @@
       *
     </activemq.osgi.import.pkg>
     <activemq.osgi.export>
-      org.apache.activemq.camel*;version=${project.version};-noimport:=true,
-      '=META-INF.services.org.apache.camel';-noimport:=true
+      org.apache.activemq.camel*;version=${project.version};-noimport:=true
     </activemq.osgi.export>
   </properties>