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 2015/12/19 07:23:40 UTC

[1/2] karaf git commit: KARAF-4226 Web Console is missing package exports for bundleinfo and i18n

Repository: karaf
Updated Branches:
  refs/heads/master 3e5826184 -> 15539cc2e


KARAF-4226 Web Console is missing package exports for bundleinfo and i18n

add missing package exports


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/1383a386
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/1383a386
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/1383a386

Branch: refs/heads/master
Commit: 1383a386c5cef3b7fb5e08aa0e0214c7b4553272
Parents: 618a105
Author: Oliver Lietz <in...@oliverlietz.de>
Authored: Fri Dec 18 12:13:53 2015 +0100
Committer: Oliver Lietz <in...@oliverlietz.de>
Committed: Fri Dec 18 12:13:53 2015 +0100

----------------------------------------------------------------------
 webconsole/console/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/1383a386/webconsole/console/pom.xml
----------------------------------------------------------------------
diff --git a/webconsole/console/pom.xml b/webconsole/console/pom.xml
index d707839..8aee9ac 100644
--- a/webconsole/console/pom.xml
+++ b/webconsole/console/pom.xml
@@ -129,7 +129,9 @@
                             org.apache.felix.webconsole.internal.servlet.KarafOsgiManagerActivator
                         </Bundle-Activator>
                         <Export-Package>
-                            org.apache.felix.webconsole;version="${felix.webconsole.api.version}",
+                            org.apache.felix.webconsole;version="${felix.webconsole.api.version}";provide:=true,
+                            org.apache.felix.webconsole.bundleinfo;version=1.0.0;provide:=true,
+                            org.apache.felix.webconsole.i18n;version=1.0.0;provide:=true,
                             org.json;version="${org.json.version.osgi}"
                         </Export-Package>
                         <Private-Package>


[2/2] karaf git commit: Merge branch 'master' of https://github.com/oliverlietz/karaf

Posted by jb...@apache.org.
Merge branch 'master' of https://github.com/oliverlietz/karaf


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/15539cc2
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/15539cc2
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/15539cc2

Branch: refs/heads/master
Commit: 15539cc2ef20e3cad1d84ee6acd4bba1a9636695
Parents: 3e58261 1383a38
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Fri Dec 18 17:11:07 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Fri Dec 18 17:11:07 2015 +0100

----------------------------------------------------------------------
 webconsole/console/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------