eclipse-equinox / equinox.bundles

Eclipse Public License 2.0
8 stars 16 forks source link

Add OSGi-service bundles to features #29

Closed HannesWell closed 2 years ago

HannesWell commented 2 years ago

This PR adds the OSGi-bundles that replace the formerly embedded OSGi source-code in org.eclipse.osgi.service to those Features that contain the org.eclipse.osgi.service plugin. The motivation to add the OSGi-bundles to the features is mainly to also have their sources included into the p2-repos of the Eclipse-SDK.

This is part of https://github.com/eclipse-equinox/equinox/issues/18 and should be submitted after https://github.com/eclipse-equinox/equinox.framework/pull/44 is merged.

HannesWell commented 2 years ago

We recently moved the repository content to https://github.com/eclipse-equinox/equinox would you be so kind to open your PR for the new repository?

Migrated to https://github.com/eclipse-equinox/equinox/pull/32