Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core/plugin.properties')
-rwxr-xr-xcore/org.eclipse.cdt.core/plugin.properties17
1 files changed, 2 insertions, 15 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties
index 9f72cc6d3a7..bb82bdfb37d 100755
--- a/core/org.eclipse.cdt.core/plugin.properties
+++ b/core/org.eclipse.cdt.core/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2011 IBM Corporation and others.
+# Copyright (c) 2003, 2014 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
# Contributors:
# IBM Corporation - initial API and implementation
# Anton Leherbauer (Wind River Systems)
+# Martin Oberhuber (Wind River) - [303083] Split out the Spawner
###############################################################################
pluginName=C/C++ Development Tools Core
providerName=Eclipse CDT
@@ -83,20 +84,6 @@ fileTypeMapping.assemblySourceFile=Assembly Source File
fileTypeMapping.cHeaderFile=C Header File
fileTypeMapping.cppHeaderFile=C++ Header File
-fragmentName.aix = C/C++ Development Tools Core for AIX
-fragmentName.linux = C/C++ Development Tools Core for Linux
-fragmentName.linux.ia64 = C/C++ Development Tools Core for Linux (ia64)
-fragmentName.linux.ppc = C/C++ Development Tools Core for Linux (ppc)
-fragmentName.linux.ppc64 = C/C++ Development Tools Core for Linux (ppc64)
-fragmentName.linux.x86 = C/C++ Development Tools Core for Linux (x86)
-fragmentName.linux.x86_64 = C/C++ Development Tools Core for Linux (x86_64)
-fragmentName.qnx = C/C++ Development Tools Core for QNX
-fragmentName.solaris = C/C++ Development Tools Core for Solaris
-fragmentName.win32 = C/C++ Development Tools Core for Windows
-fragmentName.win32.x86 = C/C++ Development Tools Core for Windows (x86)
-fragmentName.win32.x86_64 = C/C++ Development Tools Core for Windows (x86_64)
-fragmentName.macosx = C/C++ Development Tools Core for MacOS X
-
cSourceName=C Source File
cHeaderName=C Header File
cxxSourceName=C++ Source File

Back to the top