How to extend the BndTool Repository with additional bundles?
Thanks
You take the bundles, and drop them on your repository in the "Repositories" view to add them to Bndtools' basic repository.
If you want to refer to other repositories, you can use bnd's plugin mechanism to do this. In cnf/build.bnd
, there is a line pointing to the plugins:
-plugin: aQute.lib.deployer.FileRepo;location=${repo}
You can add multiple plugins, thus using more than one repository, by comma-separating them.
I have just found the OBR Bundle Repository of the OSGI alliance. The repository urls from that page can be added successfully to the "Osgi Bundle Repositories" dialog in eclipse (bnd-tools configuration).
If one opens the url of an obr mentioned at the site above you can learn the xml format from it.
For today, bnd-tools rock!
精彩评论