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 21:25:36 UTC

svn commit: r1329956 - in /karaf/trunk/webconsole: console/pom.xml features/pom.xml gogo/pom.xml http/pom.xml instance/pom.xml

Author: jbonofre
Date: Tue Apr 24 19:25:36 2012
New Revision: 1329956

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

Modified:
    karaf/trunk/webconsole/console/pom.xml
    karaf/trunk/webconsole/features/pom.xml
    karaf/trunk/webconsole/gogo/pom.xml
    karaf/trunk/webconsole/http/pom.xml
    karaf/trunk/webconsole/instance/pom.xml

Modified: karaf/trunk/webconsole/console/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/console/pom.xml?rev=1329956&r1=1329955&r2=1329956&view=diff
==============================================================================
--- karaf/trunk/webconsole/console/pom.xml (original)
+++ karaf/trunk/webconsole/console/pom.xml Tue Apr 24 19:25:36 2012
@@ -124,7 +124,7 @@
                         </Export-Package>
                         <Private-Package>
                             !org.apache.felix.webconsole,
-                            org.apache.felix.webconsole.*,
+                            org.apache.felix.webconsole.*;-split-package:=merge-first
                         </Private-Package>
                         <Import-Package>
                             org.apache.felix.scr;version=1.0;resolution:=optional,

Modified: karaf/trunk/webconsole/features/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/features/pom.xml?rev=1329956&r1=1329955&r2=1329956&view=diff
==============================================================================
--- karaf/trunk/webconsole/features/pom.xml (original)
+++ karaf/trunk/webconsole/features/pom.xml Tue Apr 24 19:25:36 2012
@@ -104,7 +104,6 @@
                 <configuration>
                     <instructions>
                         <Import-Package>
-                            !${project.artifactId}*,
                             org.apache.aries.blueprint,
                             org.osgi.service.blueprint.container,
                             org.osgi.service.blueprint.reflect,

Modified: karaf/trunk/webconsole/gogo/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/gogo/pom.xml?rev=1329956&r1=1329955&r2=1329956&view=diff
==============================================================================
--- karaf/trunk/webconsole/gogo/pom.xml (original)
+++ karaf/trunk/webconsole/gogo/pom.xml Tue Apr 24 19:25:36 2012
@@ -104,7 +104,6 @@
                 <configuration>
                     <instructions>
                         <Import-Package>
-                            !${project.artifactId}*,
                             jline;version="[${jline.version}, ${jline.version}]",
                             org.apache.aries.blueprint,
                             org.osgi.service.blueprint.container,

Modified: karaf/trunk/webconsole/http/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/http/pom.xml?rev=1329956&r1=1329955&r2=1329956&view=diff
==============================================================================
--- karaf/trunk/webconsole/http/pom.xml (original)
+++ karaf/trunk/webconsole/http/pom.xml Tue Apr 24 19:25:36 2012
@@ -109,7 +109,6 @@
                 <configuration>
                     <instructions>
                         <Import-Package>
-                            !${project.artifactId}*,
                             org.apache.aries.blueprint,
                             org.osgi.service.blueprint.container,
                             org.osgi.service.blueprint.reflect,

Modified: karaf/trunk/webconsole/instance/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/instance/pom.xml?rev=1329956&r1=1329955&r2=1329956&view=diff
==============================================================================
--- karaf/trunk/webconsole/instance/pom.xml (original)
+++ karaf/trunk/webconsole/instance/pom.xml Tue Apr 24 19:25:36 2012
@@ -108,7 +108,6 @@
 				<configuration>
 					<instructions>
 						<Import-Package>
-							!${project.artifactId}*,
 							org.apache.aries.blueprint,
 							org.osgi.service.blueprint.container,
 							org.osgi.service.blueprint.reflect,