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/schema/CIndexer.exsd
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/schema/CIndexer.exsd')
-rw-r--r--core/org.eclipse.cdt.core/schema/CIndexer.exsd4
1 files changed, 2 insertions, 2 deletions
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