I have two eclipse-plugin projects, and I want one of them to depend on the other one using the manifest approach. In Eclipse, all I have to do is put the Bundle sym name as the Require-Bundle and it automatically does this. How can Tycho map this? If I use Tycho/Maven to install the bundle into the maven repository on one project, how can I get the other project to depend on it? Thanks.
Roshan