Addressed review comments
Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/ac1671bf Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/ac1671bf Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/ac1671bf Branch: refs/heads/bundles-readme Commit: ac1671bfca796992f2c83020f3e69d2bf0673b82 Parents: 8aef8a6 Author: Ignasi Barrera <[email protected]> Authored: Thu Sep 8 15:43:27 2016 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Thu Sep 8 15:43:27 2016 +0200 ---------------------------------------------------------------------- bundles/README.md | 3 --- bundles/jsch-agentproxy-jsch/pom.xml | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/ac1671bf/bundles/README.md ---------------------------------------------------------------------- diff --git a/bundles/README.md b/bundles/README.md index 8faeea4..f235516 100644 --- a/bundles/README.md +++ b/bundles/README.md @@ -5,6 +5,3 @@ This module provides convenience bundles to let jclouds run properly in OSGi env Some of the bundles contained here are not publicly available, and others are just repackaged to make them work well with jclouds. -The following convenience bundles are provided: - -* **jsch-agentproxy-jsch**: Fixes the `org.apache.servicemix.bundles.jsch-agentproxy-jsch` bundle by not exporting the core packages that are already exported by other bundles. http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/ac1671bf/bundles/jsch-agentproxy-jsch/pom.xml ---------------------------------------------------------------------- diff --git a/bundles/jsch-agentproxy-jsch/pom.xml b/bundles/jsch-agentproxy-jsch/pom.xml index 7a858cb..968f29c 100644 --- a/bundles/jsch-agentproxy-jsch/pom.xml +++ b/bundles/jsch-agentproxy-jsch/pom.xml @@ -24,6 +24,10 @@ limitations under the License. <version>2.0.0-SNAPSHOT</version> </parent> + <!-- + This bundle fixes the `org.apache.servicemix.bundles.jsch-agentproxy-jsch` bundle + by not exporting the core packages that are already exported by other bundles. + --> <groupId>org.apache.jclouds.karaf.bundles</groupId> <artifactId>jsch-agentproxy-jsch</artifactId> <name>jclouds :: Karaf :: JSch Agentproxy for JSch (shaded bundle)</name>
