One other possibility: The Apache Felix project (which graduated from
the incubator recently) is an Apache-licensed implementation of
OSGi R4;
could this be used instead of the Eclipse-licensed one, for
implementing
the RCP packaging here?
The OSGi runtime is orthogonal to the eclipse build system. Maybe we
can replace equinox with felix but this would not help us with the
build problem.
It would also not avoid the inclusion of EPL binaries/plugins in the
Cas Editor.
If we do not make progress with this issue I would like to suggest that
I checkin the .project and .classpath files and we build the Cas Editor
for now with the eclipse ui.
What do you think ?