Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/org.eclipse.cdt.core/plugin.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml
index 9bfaba5143d..baf3209316c 100644
--- a/core/org.eclipse.cdt.core/plugin.xml
+++ b/core/org.eclipse.cdt.core/plugin.xml
@@ -838,5 +838,16 @@
name="%ReferencedProjectsLanguageSettingsProvider.name">
</provider>
</extension>
+ <extension
+ point="org.eclipse.core.resources.filterMatchers">
+ <filterMatcher
+ argumentType="string"
+ class="org.eclipse.cdt.core.index.export.ExportIndexFileInfoMatcher"
+ description="FIle Info Matcher used by CDT&apos;s index exporter"
+ id="org.eclipse.cdt.core.exportIndexFileInfoMatcher"
+ name="Export Index File Info Matcher"
+ ordering="first">
+ </filterMatcher>
+ </extension>
</plugin>

Back to the top