I rather newbie to Buckminster, I am currently setting up my .rmap to resolve dependencies.
An interresting case is google.collect. It came with xtext, and I have been using reference to the plugin in my own plugins. In Orbit however, it's likely called Guava. Can I Advise CQuery to match google.collect to google.guava? (An alternative would be to include an own feature which would point to a google.collect named feature, but that's a hack. More ideas are welcome!
OK, thanks for the pointer.
It seems the URI to the "self-managed" orbit containing google collect, is a local workspace or target for your buckminster, which is not useful outside it's context. I would not post it here, but thanks anyway.
ah, ok now it makes sense!
I decided to self-manage this plugin as well for xtext references to google.collect.
In my own plugin, I will migrate to Guava.
Cheers Christophe