You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by an...@apache.org on 2015/03/02 15:37:04 UTC

[1/2] karaf git commit: [KARAF-3575] - Enhance diagnostic core to allow "external" dump providers

Repository: karaf
Updated Branches:
  refs/heads/karaf-2.x e24bc632b -> 5b80490ce
  refs/heads/master 73e7492dc -> 321d26edb


[KARAF-3575] - Enhance diagnostic core to allow "external" dump
providers

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

Branch: refs/heads/master
Commit: 321d26edbc13d377883d105a0899643cf2affc0a
Parents: 73e7492
Author: anierbeck <bc...@googlemail.com>
Authored: Mon Mar 2 15:11:47 2015 +0100
Committer: anierbeck <bc...@googlemail.com>
Committed: Mon Mar 2 15:11:47 2015 +0100

----------------------------------------------------------------------
 diagnostic/boot/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/321d26ed/diagnostic/boot/pom.xml
----------------------------------------------------------------------
diff --git a/diagnostic/boot/pom.xml b/diagnostic/boot/pom.xml
index d56eed8..9e79fad 100644
--- a/diagnostic/boot/pom.xml
+++ b/diagnostic/boot/pom.xml
@@ -54,7 +54,8 @@
                 <configuration>
                     <instructions>
                         <Export-Package>
-                            org.apache.karaf.diagnostic.core
+                            org.apache.karaf.diagnostic.core,
+                            org.apache.karaf.diagnostic.core.common
                         </Export-Package>
                         <Private-Package>
                             org.apache.karaf.diagnostic.core.common,


[2/2] karaf git commit: [KARAF-3575] - Enhance diagnostic core to allow "external" dump

Posted by an...@apache.org.
[KARAF-3575] - Enhance diagnostic core to allow "external" dump

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

Branch: refs/heads/karaf-2.x
Commit: 5b80490ce1173913d412bcdccf8db17393289ccc
Parents: e24bc632
Author: anierbeck <bc...@googlemail.com>
Authored: Mon Mar 2 15:36:48 2015 +0100
Committer: anierbeck <bc...@googlemail.com>
Committed: Mon Mar 2 15:36:48 2015 +0100

----------------------------------------------------------------------
 diagnostic/core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/5b80490c/diagnostic/core/pom.xml
----------------------------------------------------------------------
diff --git a/diagnostic/core/pom.xml b/diagnostic/core/pom.xml
index 7038f4c..3e6e258 100644
--- a/diagnostic/core/pom.xml
+++ b/diagnostic/core/pom.xml
@@ -67,13 +67,13 @@
                 <configuration>
                     <instructions>
                         <Export-Package>
-                        	${project.artifactId};version=${project.version}
+                        	${project.artifactId};version=${project.version},
+                        	${project.artifactId}.common;version=${project.version}
                        	</Export-Package>
                         <Import-Package>
                             *
                         </Import-Package>
                         <Private-Package>
-                            org.apache.karaf.diagnostic.core.common,
                             org.apache.karaf.diagnostic.core.internal,
                             org.apache.karaf.diagnostic.core.providers
                         </Private-Package>