eclipse-equinox / equinox.bundles

Eclipse Public License 2.0
8 stars 16 forks source link

Add OSGi app, coordinator and stream bundles to features #30

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.equinox.app, org.eclipse.equinox.coordinator, org.eclipse.equinox.log.stream to those Features that contain the Plug-ins whose OSGi-sources are replaced. 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.bundles/pull/26 is merged.

HannesWell commented 2 years ago

This PR has been updated to not include org.osgi.service.application, because it is eventually not used as discussed in https://github.com/eclipse-equinox/equinox.bundles/pull/26#issuecomment-1112647217.

After the build has succeeded this is ready for submission.