You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2011/12/07 17:58:46 UTC

svn commit: r1211537 - /karaf/trunk/shell/services/pom.xml

Author: cschneider
Date: Wed Dec  7 16:58:46 2011
New Revision: 1211537

URL: http://svn.apache.org/viewvc?rev=1211537&view=rev
Log:
KARAF-1077 Remove import instructions from pom as it works without

Modified:
    karaf/trunk/shell/services/pom.xml

Modified: karaf/trunk/shell/services/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/services/pom.xml?rev=1211537&r1=1211536&r2=1211537&view=diff
==============================================================================
--- karaf/trunk/shell/services/pom.xml (original)
+++ karaf/trunk/shell/services/pom.xml Wed Dec  7 16:58:46 2011
@@ -92,17 +92,6 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Import-Package>
-                            !${project.artifactId}*,
-                            org.apache.aries.blueprint,
-                            org.osgi.service.blueprint.container,
-                            org.osgi.service.blueprint.reflect,
-                            org.apache.felix.service.command,
-                            org.apache.karaf.shell.commands,
-                            org.apache.karaf.shell.console,
-                            org.apache.karaf.shell.bundles,
-                            *
-                        </Import-Package>
                         <Private-Package>
                             org.apache.karaf.util
                         </Private-Package>