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

svn commit: r1329756 - /karaf/trunk/deployer/kar/pom.xml

Author: jbonofre
Date: Tue Apr 24 14:50:56 2012
New Revision: 1329756

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

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

Modified: karaf/trunk/deployer/kar/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/deployer/kar/pom.xml?rev=1329756&r1=1329755&r2=1329756&view=diff
==============================================================================
--- karaf/trunk/deployer/kar/pom.xml (original)
+++ karaf/trunk/deployer/kar/pom.xml Tue Apr 24 14:50:56 2012
@@ -103,14 +103,13 @@
                              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,
                             org.osgi.service.blueprint.reflect,
                             *
                         </Import-Package>
-                        <Private-Package>org.apache.karaf.deployer.features</Private-Package>
+                        <Private-Package>org.apache.karaf.deployer.kar</Private-Package>
                     </instructions>
                 </configuration>
             </plugin>