Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core.spawner/plugin.properties')
-rwxr-xr-xcore/org.eclipse.cdt.core.spawner/plugin.properties28
1 files changed, 28 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.spawner/plugin.properties b/core/org.eclipse.cdt.core.spawner/plugin.properties
new file mode 100755
index 00000000000..1570b3e73e4
--- /dev/null
+++ b/core/org.eclipse.cdt.core.spawner/plugin.properties
@@ -0,0 +1,28 @@
+###############################################################################
+# 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# 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 Spawner
+providerName=Eclipse CDT
+
+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

Back to the top