[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.pde] Add-Import (shift-ctrl-m) doesn't work for bundles in the target platform

Hi,

For developing an OSGi application, I'm using PDE with a custom target platform.

When I write code inside a project, and I use a class from one of the target platform bundles, the class is marked with red squiggly line. When I use add-import, I expect Eclipse to find the class, and add the import statement to both the java source code and the manifest file. Can this be done (currently I have to manually add to the manifest file and only then hit shift-ctrl-m)

Thank you,
Ittay