Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] New Module support.



New module support has been dropped into the Equinox repository.  The new
module support should replace all of the package splitting that was being
done.  As a result all of the hard-coded manifests need to be updated for
the following standard plugins:

    org.apache.xerces
    org.eclipse.swt
    org.eclipse.swt.carbon
    org.eclipse.swt.gtk
    org.eclipse.swt.motif
    org.eclipse.swt.photon
    org.eclipse.swt.win32

The equinox plugin project org.eclipse.core.runtime.osgi contains the
updated manifests for these projects under the folder
org.eclipse.core.runtime.osgi/manifests/.  All other standard plugins
should remove their existing manifest files so that the new manifest
generator will create the properly formated ones.  The following standard
plugins currently have manifests that need to be deleted:

    org.eclipse.text
    org.eclipse.ui
    org.eclipse.ui.editors
    org.eclipse.ui.versioncheck
    org.eclipse.ui.views

Until a new integrated build includes these manifest changes you will need
to manually update or remove the manifests for the plugins mentioned above.

Thomas Watson



Back to the top