eclipse-equinox / equinox.bundles

Eclipse Public License 2.0
8 stars 16 forks source link

Add OSGi-util bundles to features #28

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.util to those Features that contain the org.eclipse.osgi.util 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/41 is merged.