I am trying to set up a build using the PDE build system of a feature
that includes two source plug-ins and one binary plug-in from the Orbit
project.
Reading the http://wiki.eclipse.org/Easy_Bake_Builds_with_Orbit_Bundles
document I figured I would have to add a map entry to my map file.
The PDE build does download the bundle and does included in the class
path. Everything compiles correctly. But when it comes to bundling the
distribution zip the commons lang jar does not get included.
Is there a better reference, article or wiki page on how to include
pre-packaged binary bundles in the a feature distribution. Or am I
trying to do something completely wrong here?