Community
Participate
Working Groups
I recently tried to change the help feature to use a new version of org.eclipse.equinox.http.jetty (bug 248793) . The source bundle wasn't generated for the 2.0.0 version of org.eclipse.equinox.http.jetty, but was generated for the 1.1.0 version. We determined that this was because the source feature is generated in the org.eclipse.equinox.http.jetty.source directory in both cases. The source directories should be unique so that source bundles with the same name but different versions can be generated within the same build.
done