Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.core/plugin.properties')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core/plugin.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.core/plugin.properties b/build/org.eclipse.cdt.managedbuilder.core/plugin.properties
index 2f46bf52441..46b890e8956 100644
--- a/build/org.eclipse.cdt.managedbuilder.core/plugin.properties
+++ b/build/org.eclipse.cdt.managedbuilder.core/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2010 IBM Corporation and others.
+# Copyright (c) 2003, 2012 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
@@ -75,4 +75,8 @@ extension-point.name = Managed Build Tools 2.0 (Deprecated)
extension-point.name.0 = Managed Build Definitions
extension-point.name.1 = Managed Build Project Converter
extension-point.name.2 = Build Properties
-extension-point.name.3 = ToolChain Modification Info \ No newline at end of file
+extension-point.name.3 = ToolChain Modification Info
+
+GCCBuildOutputParser.name = CDT GCC Build Output Parser
+GCCBuildinCompilerSettings.name = CDT GCC Builtin Compiler Settings
+ManagedBuildSettingEntries.name = CDT Managed Build Setting Entries \ No newline at end of file

Back to the top