You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/06/17 16:41:06 UTC

svn commit: r668680 - /servicemix/smx4/features/trunk/camel/bundles/jaxb-impl/pom.xml

Author: gnodet
Date: Tue Jun 17 07:41:06 2008
New Revision: 668680

URL: http://svn.apache.org/viewvc?rev=668680&view=rev
Log:
Include META-INF pakckages in bundle

Modified:
    servicemix/smx4/features/trunk/camel/bundles/jaxb-impl/pom.xml

Modified: servicemix/smx4/features/trunk/camel/bundles/jaxb-impl/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/bundles/jaxb-impl/pom.xml?rev=668680&r1=668679&r2=668680&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/bundles/jaxb-impl/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/bundles/jaxb-impl/pom.xml Tue Jun 17 07:41:06 2008
@@ -50,6 +50,11 @@
             org.jvnet.staxex*;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
+        <servicemix.osgi.private.pkg>
+            META-INF;-split-package:=merge-first,
+            META-INF.maven.org.apache.servicemix.bundles*;-split-package:=merge-first,
+            META-INF.services;-split-package:=merge-first,
+        </servicemix.osgi.private.pkg>
     </properties>
 
     <dependencies>