Repository: jclouds-karaf Updated Branches: refs/heads/master ccb562765 -> 522e24558
Added motivation for the bundles module Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/522e2455 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/522e2455 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/522e2455 Branch: refs/heads/master Commit: 522e245582acb3595144f4b02208909e3b935564 Parents: ccb5627 Author: Ignasi Barrera <[email protected]> Authored: Thu Sep 8 11:17:26 2016 +0200 Committer: Andrew Phillips <[email protected]> Committed: Wed Sep 14 17:07:51 2016 +0100 ---------------------------------------------------------------------- bundles/README.md | 5 +++++ bundles/jsch-agentproxy-jsch/pom.xml | 4 ++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/522e2455/bundles/README.md ---------------------------------------------------------------------- diff --git a/bundles/README.md b/bundles/README.md new file mode 100644 index 0000000..a835cbf --- /dev/null +++ b/bundles/README.md @@ -0,0 +1,5 @@ +Apache jclouds-karaf bundles +============================ + +This module provides bundles required to let jclouds run in OSGi environments. These bundles here may not be publicly available elsewhere, or have been repackaged to work with jclouds. + http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/522e2455/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>
