1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.core.macosx
Martin Oberhuber 251d54056e 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 <martin.oberhuber@windriver.com>
Reviewed-on: https://git.eclipse.org/r/27225
Tested-by: Hudson CI
Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com>
Tested-by: Anton Leherbauer <anton.leherbauer@windriver.com>
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-05-26 09:38:09 -04:00
..
library Bug 334845 - Port Linux pfind to Mac. 2011-01-20 02:05:20 +00:00
META-INF Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
os/macosx Bug 334845 - Port Linux pfind to Mac. 2011-01-20 02:05:20 +00:00
src/org/eclipse/cdt/internal/core/macosx Bug 314504 ProcessList leaks file descriptors during #getProcessList() 2010-05-27 10:01:52 +00:00
.classpath Fix manifest warnings 2008-02-15 10:29:25 +00:00
.cvsignore Initial contribution of Mac Port from Greg Watson. 2004-07-07 19:19:42 +00:00
.project Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00
about.html Bug 189539 - Fix dates on about.html files to reflect projected release date. 2007-05-29 03:48:49 +00:00
build.properties Remove fragment jars. Add missing property files. (Cherry picked 8_0) 2012-10-13 18:25:17 -04:00
ChangeLog Updated to reflect the changes in Spawner.java and PTY.java 2004-11-18 17:07:29 +00:00
fragment.xml Made all of the plugins OSGi components. 2005-11-15 21:33:43 +00:00
plugin.properties Remove fragment jars. Add missing property files. (Cherry picked 8_0) 2012-10-13 18:25:17 -04:00
pom.xml Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00