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:07 UTC

svn commit: r1329758 - /karaf/trunk/deployer/spring/pom.xml

Author: jbonofre
Date: Tue Apr 24 14:51:07 2012
New Revision: 1329758

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

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

Modified: karaf/trunk/deployer/spring/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/deployer/spring/pom.xml?rev=1329758&r1=1329757&r2=1329758&view=diff
==============================================================================
--- karaf/trunk/deployer/spring/pom.xml (original)
+++ karaf/trunk/deployer/spring/pom.xml Tue Apr 24 14:51:07 2012
@@ -101,7 +101,6 @@
                              See the blueprint config file -->
                         <Bundle-SymbolicName>${project.artifactId};blueprint.graceperiod:=false</Bundle-SymbolicName>
                         <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,