aboutsummaryrefslogtreecommitdiffstats
path: root/tools/eclipse/config_wizard/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eclipse/config_wizard/plugin.xml')
-rw-r--r--tools/eclipse/config_wizard/plugin.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/tools/eclipse/config_wizard/plugin.xml b/tools/eclipse/config_wizard/plugin.xml
index e2163c8fb..84ca332e5 100644
--- a/tools/eclipse/config_wizard/plugin.xml
+++ b/tools/eclipse/config_wizard/plugin.xml
@@ -17,14 +17,29 @@
</wizard>
</extension>
- <!-- Registers the file extension .chxml as an XML type. -->
+ <!-- Registers the file extension .chcfg as an XML type. -->
<extension point="org.eclipse.core.contenttype.contentTypes">
<file-association
content-type="org.eclipse.core.runtime.xml"
- file-extensions="chxml">
+ file-extensions="chcfg">
</file-association>
</extension>
+ <!-- XML catalog extensions. -->
+ <extension point="org.eclipse.wst.xml.core.catalogContributions">
+ <catalogContribution id="default">
+ <uri
+ name="http://www.chibios.org/xml/schema/boards/stm32f0xx_board.xsd"
+ uri="resources/gencfg/schema/boards/stm32f0xx_board.xsd" />
+ <uri
+ name="http://www.chibios.org/xml/schema/boards/stm32f4xx_board.xsd"
+ uri="resources/gencfg/schema/boards/stm32f4xx_board.xsd" />
+ <uri
+ name="http://www.chibios.org/xml/schema/boards/stm32l1xx_board.xsd"
+ uri="resources/gencfg/schema/boards/stm32l1xx_board.xsd" />
+ </catalogContribution>
+ </extension>
+
<!-- Commands. -->
<extension
point="org.eclipse.ui.commands">