Community
Participate
Working Groups
I was testing a new M4 eclipse-SDK build (I20111205-2330), and imported "all source bundles from runtime target" and noticed a red-X in org.eclipse.pde.api.tools manifest.mf file that said "this package does not exist in this bundle", for org.eclipse.pde.api.tools.internal.tasks I'm guessing this does not hurt much ... but figure it is incorrectly stating its "contract" and should be fixed?
That package is provided by the plug-in, but it is built into the ant tasks library. So it should probably not be included in the exported packages list. The plug-in manifest editor is not as smart as it could be, it lists all available packages from JDT in the add wizard. Perhaps we can check the build.properties model to see what packages will be put into libraries.
Fixed in master
Verified in I20120123-2200