If I would like to access an API residing in an OSGi bundle (built
with maven) from an eclipse RCP project, what's the
correct/best/simplest way to make that API available in the RCP
project:
1. stop eclipse, drop the bundle JAR into the plugins project, start
eclipse and browse to the bundle's exported package in the
MANIFEST.MF file editor?
2. create a pom.xml that can be used to generate neccessary
MANIFEST.MF info of the RCP project, and m2eclipse enable that
project so that the MANIFEST.MF in the future will be generated
from pom.xml, and there will be a "Maven2 Dependencies" entry
pointing into the maven repo where the OSGi bundle resides?
3. other...?
or perhaps none of the above (ie. "not possible")?
Thanx!
- Steinar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]