Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2004-09-08 18:23:48 +0000
committerAlain Magloire2004-09-08 18:23:48 +0000
commit88738cfecc29b1865fc1f15d5be862a385ee1678 (patch)
treeb1a76b9d8e20cdeeb0a354186afd6bbac0b5142a /core/org.eclipse.cdt.core/plugin.xml
parentbe32ca5a0a826bca14e617628cdeb2c77dd2cee3 (diff)
downloadorg.eclipse.cdt-88738cfecc29b1865fc1f15d5be862a385ee1678.tar.gz
org.eclipse.cdt-88738cfecc29b1865fc1f15d5be862a385ee1678.tar.xz
org.eclipse.cdt-88738cfecc29b1865fc1f15d5be862a385ee1678.zip
Copyright fixes
Diffstat (limited to 'core/org.eclipse.cdt.core/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml
index 4066259eed9..0f161893bb5 100644
--- a/core/org.eclipse.cdt.core/plugin.xml
+++ b/core/org.eclipse.cdt.core/plugin.xml
@@ -54,7 +54,7 @@
<extension-point id="CFileType" name="CFileType" schema="schema/CFileType.exsd"/>
<extension-point id="CFileTypeAssociation" name="CFileTypeAssociation" schema="schema/CFileTypeAssociation.exsd"/>
<extension-point id="PathEntryContainerInitializer" name="%PathEntryContainerInitializer" schema="schema/PathEntryContainerInitializer.exsd"/>
- <extension-point id="CodeFormatter" name="CodeFormatter.name" schema="schema/CodeFormatter.exsd"/>
+ <extension-point id="CodeFormatter" name="%CodeFormatter.name" schema="schema/CodeFormatter.exsd"/>
<!-- =================================================================================== -->
<!-- Define the list of the Binary Parser provided by the CDT -->

Back to the top