Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2014-05-26 17:29:28 +0000
committerDoug Schaefer2014-05-26 18:38:12 +0000
commit451cdd57875fb6d52197097e4c735348559163d9 (patch)
treeb282d9f25fee1aebb0c785baad9122d4da282b2f /core/org.eclipse.cdt.core.win32
parent46b8b346616bd5460faf422a222003e506f20f11 (diff)
downloadorg.eclipse.cdt-451cdd57875fb6d52197097e4c735348559163d9.tar.gz
org.eclipse.cdt-451cdd57875fb6d52197097e4c735348559163d9.tar.xz
org.eclipse.cdt-451cdd57875fb6d52197097e4c735348559163d9.zip
Bug 303083 - Rename spawner bundle to 'native'
Native more accurately reflects what we've put there. They're native utilities that can be reused by other Eclipse bundles to access native services. Also fixed up the cdt 4.4 target which had fixed version numbers for some of the dependencies and used RSE out of the Luna repo instead of their latest milestones. Change-Id: I259aa9e92212409378679a8c61bf2fffd05c67a2 Reviewed-on: https://git.eclipse.org/r/27304 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
Diffstat (limited to 'core/org.eclipse.cdt.core.win32')
-rw-r--r--core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF
index 23c6c93474c..9e7e9f4c028 100644
--- a/core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %fragmentName.win32
Bundle-SymbolicName: org.eclipse.cdt.core.win32; singleton:=true
Bundle-Version: 5.4.0.qualifier
Bundle-Vendor: %providerName
-Fragment-Host: org.eclipse.cdt.core.spawner;bundle-version="[5.7.0,6.0.0)"
+Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Eclipse-PlatformFilter: (osgi.os=win32)

Back to the top