Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] PsychoPath XPath 2.0 processor

Hi,
You only need your artifact to have an OSGi MANIFEST. Some tools such as bnd can be used at build time to generate one for you.
Once the bundle has working OSGi metdata, you can bypass Orbit and directly consume it in Eclipse plugin projects such as WTP by referencing it in a .target file together with other dependencies you'll need. The Eclispe Plugin Development Tools and m2e and Tycho will make it available for consumption in the IDE and the build, without need to bother with Orbit.
HTH

Back to the top