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 <[email protected]> Authored: Mon Mar 2 15:11:47 2015 +0100 Committer: anierbeck <[email protected]> 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,
