Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] new project structure released


The Equinox code has been reorganized to make it simpler and more closely follow the Eclipse convention of one plugin, one project.  HEAD now contains only one project for all of the OSGi related code.
        org.eclipse.osgi
The instructions for how to self-host will be updated with the next build we make available (shortly after the Eclipse integration build is completed.  tomorrow?).  For now, delete the following projects from your workspace
        org.eclipse.osgi.*
        org.eclipse.core.runtime.osgi
and then get
        org.eclipse.osgi
from HEAD.

Please report any problems you might have to this list ASAP
Jeff

Back to the top