Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Schorn2007-02-13 09:39:20 +0000
committerMarkus Schorn2007-02-13 09:39:20 +0000
commit19ec4b50247a66cbcdff8c695397ad12b0f507b7 (patch)
tree62360541d00c708b5b16d4a68b40bdc5447b4145 /core/org.eclipse.cdt.core
parentb13056948866546fb0cc163a1952cc5ae419d97d (diff)
downloadorg.eclipse.cdt-19ec4b50247a66cbcdff8c695397ad12b0f507b7.tar.gz
org.eclipse.cdt-19ec4b50247a66cbcdff8c695397ad12b0f507b7.tar.xz
org.eclipse.cdt-19ec4b50247a66cbcdff8c695397ad12b0f507b7.zip
Fix for 108173, basically removes warnings in plugin.xml
Diffstat (limited to 'core/org.eclipse.cdt.core')
-rw-r--r--core/org.eclipse.cdt.core/plugin.properties12
-rw-r--r--core/org.eclipse.cdt.core/plugin.xml38
-rw-r--r--core/org.eclipse.cdt.core/schema/CIndexer.exsd4
3 files changed, 20 insertions, 34 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties
index 346c4016b25..218c86eb392 100644
--- a/core/org.eclipse.cdt.core/plugin.properties
+++ b/core/org.eclipse.cdt.core/plugin.properties
@@ -16,10 +16,20 @@ ccnature.name=C++ Nature
CProblemMarker.name=C/C++ Problem
PathEntryProblemMarker.name=Path Entry Problem
CBuildCommand.name=C Builder Command
-CBuildConsole.name=C Builder Console
+
+#names of extension points
CProject.name=C Project
+CBuildConsole.name=C Builder Console
ProcessList.name=Process List
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
+
CodeFormatter.name=C/C++ Code Formatter
CTaskName=C/C++ Task
diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml
index 3af219c5684..fa0afcafa04 100644
--- a/core/org.eclipse.cdt.core/plugin.xml
+++ b/core/org.eclipse.cdt.core/plugin.xml
@@ -22,27 +22,27 @@
<!-- =================================================================================== -->
<!-- Extension Point: IBinaryParser, use to detect wheter an IFile is a binary -->
<!-- =================================================================================== -->
- <extension-point id="BinaryParser" name="BinaryParser"/>
+ <extension-point id="BinaryParser" name="%BinaryParser.name"/>
<!-- =================================================================================== -->
<!-- Extension Point: IPathEntryStore, use to provide a storage for PathEtnry -->
<!-- =================================================================================== -->
- <extension-point id="PathEntryStore" name="PathEntryStore"/>
+ <extension-point id="PathEntryStore" name="%PathEntryStore.name"/>
<!-- =================================================================================== -->
<!-- Obsolete extension point, use the IPathEntry mechanism to provide include/macros -->
<!-- =================================================================================== -->
- <extension-point id="ScannerInfoProvider" name="Scanner Information Provider"/>
+ <extension-point id="ScannerInfoProvider" name="%ScannerInfoProvider.name"/>
<!-- =================================================================================== -->
<!-- Extension Point: CFileType and CFileTypeAssociation for translation unit ident -->
<!-- =================================================================================== -->
- <extension-point id="CLanguage" name="CLanguage" schema="schema/CLanguage.exsd"/>
- <extension-point id="CFileType" name="CFileType" />
- <extension-point id="CFileTypeAssociation" name="CFileTypeAssociation" />
+ <extension-point id="CLanguage" name="%CLanguage.name" schema="schema/CLanguage.exsd"/>
+ <extension-point id="CFileType" name="%CFileType.name" />
+ <extension-point id="CFileTypeAssociation" name="%CFileTypeAssociation.name" />
<!-- =================================================================================== -->
<!-- PathEntryContainer initialization, this is part of the IPathEntry framework -->
<!-- =================================================================================== -->
<extension-point id="PathEntryContainerInitializer" name="%PathEntryContainerInitializer" schema="schema/PathEntryContainerInitializer.exsd"/>
<extension-point id="CodeFormatter" name="%CodeFormatter.name" schema="schema/CodeFormatter.exsd"/>
- <extension-point id="CIndexer" name="C/C++ Indexer" schema="schema/CIndexer.exsd"/>
+ <extension-point id="CIndexer" name="%CIndexer.name" schema="schema/CIndexer.exsd"/>
<extension-point id="language" name="%language.name" schema="schema/language.exsd"/>
<!-- =================================================================================== -->
<!-- Define the list of the Binary Parser provided by the CDT -->
@@ -511,11 +511,6 @@
id="nullindexer"
name="%CDTIndexer.nullindexer"
point="org.eclipse.cdt.core.CIndexer">
- <cextension>
- <run
- class="org.eclipse.cdt.internal.core.index.nullindexer.NullIndexer">
- </run>
- </cextension>
<run class="org.eclipse.cdt.internal.core.pdom.indexer.nulli.PDOMNullIndexer"/>
</extension>
<extension
@@ -523,21 +518,11 @@
name="%fastIndexer.name"
point="org.eclipse.cdt.core.CIndexer">
<run class="org.eclipse.cdt.internal.core.pdom.indexer.fast.PDOMFastIndexer"/>
- <cextension>
- <run
- class="org.eclipse.cdt.internal.core.index.nullindexer.NullIndexer">
- </run>
- </cextension>
</extension>
<extension
name="%CDTIndexer.domsourceindexer"
id="domsourceindexer"
point="org.eclipse.cdt.core.CIndexer">
- <cextension>
- <run
- class="org.eclipse.cdt.internal.core.index.domsourceindexer.DOMSourceIndexer">
- </run>
- </cextension>
<run class="org.eclipse.cdt.internal.core.pdom.indexer.full.PDOMFullIndexer"/>
</extension>
<extension
@@ -577,15 +562,6 @@
class="org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkageFactory"
id="C++"/>
</extension>
- <extension
- point="org.eclipse.core.runtime.adapters">
- <factory
- adaptableType="org.eclipse.cdt.core.dom.ast.IBinding"
- class="org.eclipse.cdt.internal.core.pdom.dom.PDOMBindingAdapterFactory">
- <adapter type="org.eclipse.cdt.internal.core.pdom.dom.PDOMBinding"/>
- </factory>
- </extension>
-
<!-- =================================================================================== -->
<!-- Dynamic Variables -->
<!-- =================================================================================== -->
diff --git a/core/org.eclipse.cdt.core/schema/CIndexer.exsd b/core/org.eclipse.cdt.core/schema/CIndexer.exsd
index 0e42c7ddc90..eb1304c2def 100644
--- a/core/org.eclipse.cdt.core/schema/CIndexer.exsd
+++ b/core/org.eclipse.cdt.core/schema/CIndexer.exsd
@@ -22,14 +22,14 @@
</documentation>
</annotation>
</attribute>
- <attribute name="id" type="string">
+ <attribute name="id" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
- <attribute name="name" type="string">
+ <attribute name="name" type="string" use="required">
<annotation>
<documentation>

Back to the top