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:51:18 UTC

svn commit: r1329759 - /karaf/trunk/deployer/wrap/pom.xml

Author: jbonofre
Date: Tue Apr 24 14:51:18 2012
New Revision: 1329759

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

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

Modified: karaf/trunk/deployer/wrap/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/deployer/wrap/pom.xml?rev=1329759&r1=1329758&r2=1329759&view=diff
==============================================================================
--- karaf/trunk/deployer/wrap/pom.xml (original)
+++ karaf/trunk/deployer/wrap/pom.xml Tue Apr 24 14:51:18 2012
@@ -85,7 +85,6 @@
                         <Bundle-SymbolicName>${project.artifactId}</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,