Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2008-01-08 11:27:57 +0000
committerAnton Leherbauer2008-01-08 11:27:57 +0000
commitef7458bcf9f0999895c180aba10cd498140b07e6 (patch)
tree4df107bc030b61ff8655b41c8d2c8d274341c727 /core/org.eclipse.cdt.core/plugin.properties
parent7c19d235c2531c739057aef32f0457ee173e6d1a (diff)
downloadorg.eclipse.cdt-ef7458bcf9f0999895c180aba10cd498140b07e6.tar.gz
org.eclipse.cdt-ef7458bcf9f0999895c180aba10cd498140b07e6.tar.xz
org.eclipse.cdt-ef7458bcf9f0999895c180aba10cd498140b07e6.zip
Cleanup obsolete extension points
Diffstat (limited to 'core/org.eclipse.cdt.core/plugin.properties')
-rw-r--r--core/org.eclipse.cdt.core/plugin.properties7
1 files changed, 1 insertions, 6 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties
index cf7b7fb32e2..c7ced431587 100644
--- a/core/org.eclipse.cdt.core/plugin.properties
+++ b/core/org.eclipse.cdt.core/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2007 IBM Corporation and others.
+# Copyright (c) 2003, 2008 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
@@ -26,9 +26,6 @@ ErrorParser.name=Error Parser
BinaryParser.name=Binary Parser
PathEntryStore.name=Path Entry Store
ScannerInfoProvider.name=Scanner Information Provider
-CLanguage.name= CDT Language
-CFileType.name= CDT File Type
-CFileTypeAssociation.name= CDT File Type Association
CIndexer.name= C/C++ Indexer
language.name= CDT Language
@@ -72,8 +69,6 @@ fragmentName.solaris = C/C++ Development Tools Core for Solaris
fragmentName.win32 = C/C++ Development Tools Core for Windows
fragmentName.macosx = C/C++ Development Tools Core for MacOS X
-DefaultCodeFormatter.name=Default Formatter
-
cSourceName=C Source File
cHeaderName=C Header File
cxxSourceName=C++ Source File

Back to the top