You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/04/24 16:50:35 UTC

svn commit: r1329754 - /karaf/trunk/deployer/blueprint/pom.xml

Author: jbonofre
Date: Tue Apr 24 14:50:35 2012
New Revision: 1329754

URL: http://svn.apache.org/viewvc?rev=1329754&view=rev
Log:
[KARAF-1383] Fix warning messages in deployer blueprint module

Modified:
    karaf/trunk/deployer/blueprint/pom.xml

Modified: karaf/trunk/deployer/blueprint/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/deployer/blueprint/pom.xml?rev=1329754&r1=1329753&r2=1329754&view=diff
==============================================================================
--- karaf/trunk/deployer/blueprint/pom.xml (original)
+++ karaf/trunk/deployer/blueprint/pom.xml Tue Apr 24 14:50:35 2012
@@ -103,7 +103,6 @@
                         <Bundle-SymbolicName>${project.artifactId};blueprint.graceperiod:=false</Bundle-SymbolicName>
                         <Export-Package>${project.artifactId}*;version=${project.version}</Export-Package>
                         <Import-Package>
-                            !${project.artifactId}*,
                             org.apache.felix.service.command;version=${felix.gogo.version};status=provisional;mandatory:=status,
                             org.apache.aries.blueprint,
                             org.osgi.service.blueprint.container,