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:52:40 UTC

svn commit: r1329767 - /karaf/trunk/http/command/pom.xml

Author: jbonofre
Date: Tue Apr 24 14:52:40 2012
New Revision: 1329767

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

Modified:
    karaf/trunk/http/command/pom.xml

Modified: karaf/trunk/http/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/http/command/pom.xml?rev=1329767&r1=1329766&r2=1329767&view=diff
==============================================================================
--- karaf/trunk/http/command/pom.xml (original)
+++ karaf/trunk/http/command/pom.xml Tue Apr 24 14:52:40 2012
@@ -99,7 +99,6 @@
 						<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
 						<Export-Package>${project.artifactId}*;version=${project.version}</Export-Package>
 						<Import-Package>
-							!${project.artifactId}*,
                             org.apache.aries.blueprint,
                             org.osgi.service.blueprint.container,
                             org.osgi.service.blueprint.reflect,
@@ -111,7 +110,7 @@
 						<Private-Package>
 							org.apache.felix.utils.version,
 							org.apache.felix.utils.manifest,
-							org.apache.karaf.util,
+							org.apache.karaf.util;-split-package:=merge-first,
 							!*
                         </Private-Package>
 						<_versionpolicy>${bnd.version.policy}</_versionpolicy>