From 251d54056ed6e8114ffd75b98be460fb8ce82f16 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber Date: Sat, 17 May 2014 23:53:07 +0200 Subject: Bug 303083 - Split out the CDT Spawner into a separate feature This commit creates a new feature "org.eclipse.cdt.spawner" which is included by the cdt.platform feature and only holds the CDT native code fragments along with a new bundle named "org.eclipse.cdt.core.spawner" as their new fragment host. This new feature and bundle provide access to the CDT PTY, Spawner, Windows Registry Accesss and Tasklist capabilities without having to depend on the full cdt.core bundle. Nothing changes for existing consumers of the cdt.platform feature, or cdt.sdk feature (the new feature and bundle are installed and pulled in automatically). Consumers who only installed the org.eclipse.cdt bundle in the past will now also need the new spawner bundle. Change-Id: I3943b35948d1bba4771f715c5e700570aa2ae125 Signed-off-by: Martin Oberhuber Reviewed-on: https://git.eclipse.org/r/27225 Tested-by: Hudson CI Reviewed-by: Anton Leherbauer Tested-by: Anton Leherbauer Reviewed-by: Doug Schaefer --- releng/org.eclipse.cdt.sdk-feature/feature.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'releng/org.eclipse.cdt.sdk-feature') diff --git a/releng/org.eclipse.cdt.sdk-feature/feature.xml b/releng/org.eclipse.cdt.sdk-feature/feature.xml index 3c6d5240e6e..01a1fb4894b 100644 --- a/releng/org.eclipse.cdt.sdk-feature/feature.xml +++ b/releng/org.eclipse.cdt.sdk-feature/feature.xml @@ -21,6 +21,10 @@ id="org.eclipse.cdt.platform.source" version="0.0.0"/> + + -- cgit v1.2.3