I recently upgraded to Eclipse Neon. I had a plugin project that built fine in Eclipse Luna, but now in neon, everywhere that I imported "org.eclipse."something I get an error:
The import org.eclipse cannot be resolved.
The plugin.xml has errors etc. The Project build path has "Plugin Dependencies" on the build path.
My version of Eclipse is Eclipse IDE for Eclipse Committers Version: Neon.3 Release (4.6.3) Build id: 20170314-1500
I'm running on MacOSX High Sierra.
It's probably something very simple.
META-INF/MANIFEST.MFare bound to a very specific version and your target platform is the running platform (so no dependency can be resolved). By the way, also Neon is pretty old. The current version is Eclipse 2018-09. - howlger