Repository: jclouds-karaf Updated Branches: refs/heads/bundles-readme [created] ac1671bfc
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/8aef8a6f Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/8aef8a6f Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/8aef8a6f Branch: refs/heads/bundles-readme Commit: 8aef8a6f4def37a190a13238c7ec1856181d02df Parents: 00ff5d2 Author: Ignasi Barrera <[email protected]> Authored: Thu Sep 8 11:17:26 2016 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Thu Sep 8 11:17:26 2016 +0200 ---------------------------------------------------------------------- bundles/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/8aef8a6f/bundles/README.md ---------------------------------------------------------------------- diff --git a/bundles/README.md b/bundles/README.md new file mode 100644 index 0000000..8faeea4 --- /dev/null +++ b/bundles/README.md @@ -0,0 +1,10 @@ +Apache jclouds-karaf bundles +============================ + +This module provides convenience bundles to let jclouds run properly in OSGi environments. +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.
