When building my Eclipse RCP Application, I get the following error.
The type org.eclipse.core.runtime.IConfigurationElement cannot be resolved. It is indirectly referenced from required .class files.
I have included the org.eclipse.core.runtime library in my dependencies, so I am not sure what the problem is.