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 18:26:10 UTC

svn commit: r1329830 - in /karaf/trunk/shell: commands/pom.xml console/pom.xml ssh/pom.xml

Author: jbonofre
Date: Tue Apr 24 16:26:10 2012
New Revision: 1329830

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

Modified:
    karaf/trunk/shell/commands/pom.xml
    karaf/trunk/shell/console/pom.xml
    karaf/trunk/shell/ssh/pom.xml

Modified: karaf/trunk/shell/commands/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/commands/pom.xml?rev=1329830&r1=1329829&r2=1329830&view=diff
==============================================================================
--- karaf/trunk/shell/commands/pom.xml (original)
+++ karaf/trunk/shell/commands/pom.xml Tue Apr 24 16:26:10 2012
@@ -97,7 +97,6 @@
                 <configuration>
                     <instructions>
                         <Import-Package>
-                            !org.apache.karaf.shell.shell*,
                             org.apache.aries.blueprint,
                             org.osgi.service.blueprint.container,
                             org.osgi.service.blueprint.reflect,
@@ -110,7 +109,7 @@
                             org.apache.karaf.shell.shell*
                         </Export-Package>
                         <Private-Package>
-                            org.apache.karaf.util.process,
+                            org.apache.karaf.util.process;-split-package:=merge-first,
                             !*
                         </Private-Package>
                     </instructions>

Modified: karaf/trunk/shell/console/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/console/pom.xml?rev=1329830&r1=1329829&r2=1329830&view=diff
==============================================================================
--- karaf/trunk/shell/console/pom.xml (original)
+++ karaf/trunk/shell/console/pom.xml Tue Apr 24 16:26:10 2012
@@ -136,13 +136,6 @@
                 <configuration>
                     <instructions>
                         <Import-Package>
-                            !org.apache.karaf.shell.console*,
-                            !org.apache.karaf.util*,
-                            !org.apache.felix.gogo.commands*,
-                            !org.fusesource.jansi*,
-                            !javax.swing,
-                            !jline,
-                            com.sun.jna*;resolution:=optional,
                             org.osgi.service.event;resolution:=optional,
                             org.apache.aries.blueprint, org.osgi.service.blueprint.container, org.osgi.service.blueprint.reflect,
                             org.apache.karaf.branding;resolution:=optional,

Modified: karaf/trunk/shell/ssh/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/ssh/pom.xml?rev=1329830&r1=1329829&r2=1329830&view=diff
==============================================================================
--- karaf/trunk/shell/ssh/pom.xml (original)
+++ karaf/trunk/shell/ssh/pom.xml Tue Apr 24 16:26:10 2012
@@ -96,7 +96,6 @@
                 <configuration>
                     <instructions>
                         <Import-Package>
-                            !${project.artifactId}*,
                             org.apache.aries.blueprint,
                             org.osgi.service.blueprint.container,
                             org.osgi.service.blueprint.reflect,
@@ -107,7 +106,6 @@
                             org.apache.sshd.server.jaas,
                             *
                         </Import-Package>
-                        <Private-Package>org.apache.karaf.jpm.*</Private-Package>
                     </instructions>
                 </configuration>
             </plugin>