You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/04/05 09:51:03 UTC

svn commit: r1309677 - /servicemix/smx4/bundles/trunk/bundles-pom/pom.xml

Author: jbonofre
Date: Thu Apr  5 07:51:03 2012
New Revision: 1309677

URL: http://svn.apache.org/viewvc?rev=1309677&view=rev
Log:
[SMX4-1119] Don't implicitely append * in the import packages to avoid version warnings, let the bundles do it.

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

Modified: servicemix/smx4/bundles/trunk/bundles-pom/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bundles-pom/pom.xml?rev=1309677&r1=1309676&r2=1309677&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bundles-pom/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bundles-pom/pom.xml Thu Apr  5 07:51:03 2012
@@ -185,7 +185,7 @@
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Bundle-Description>${project.description}</Bundle-Description>
                         <Export-Package>${servicemix.osgi.export}</Export-Package>
-                        <Import-Package>${servicemix.osgi.import.pkg}*</Import-Package>
+                        <Import-Package>${servicemix.osgi.import.pkg}</Import-Package>
                         <Private-Package>${servicemix.osgi.private.pkg}</Private-Package>
                         <DynamicImport-Package>${servicemix.osgi.dynamicimport.pkg}</DynamicImport-Package>
                         <Embed-Dependency>${servicemix.osgi.embed.dependency}</Embed-Dependency>