carbidect/com.nokia.tools.carbide.ct.crml.ui/plugin.xml
changeset 0 30eb2d538f02
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/carbidect/com.nokia.tools.carbide.ct.crml.ui/plugin.xml	Thu Mar 11 18:39:02 2010 +0200
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+   <extension
+         point="org.eclipse.ui.editors">
+      <editor
+            class="com.nokia.tools.carbide.ct.crml.ui.editors.CRMLMultiPageEditorPart"
+            contributorClass="com.nokia.tools.carbide.ct.crml.ui.editors.CRMLMultiPageEditorPartContributor"
+            default="true"
+            extensions="crml"
+            icon="icons/CRMLDocumentRoot.gif"
+            id="com.nokia.tools.carbide.ct.crml.ui.editors.CRMLMultiPageEditorPart"
+            name="CRML Editor">
+      </editor>
+   </extension>
+   <extension
+         point="org.eclipse.wst.sse.ui.editorConfiguration">
+      <contentOutlineConfiguration
+            class="com.nokia.tools.carbide.ct.crml.ui.editors.ContentOutlineConfiguration"
+            target="com.nokia.tools.carbide.ct.crml.ui.editors.CRMLMultiPageEditorPart">
+      </contentOutlineConfiguration>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="implml"
+            id="com.nokia.tools.carbide.ct.crml.ui.implml"
+            name="ImlpML Content"
+            priority="normal">
+      </content-type>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="commandml"
+            id="com.nokia.tools.carbide.ct.crml.ui.commandml"
+            name="CommandML Content"
+            priority="normal">
+      </content-type>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="content"
+            id="com.nokia.tools.carbide.ct.crml.ui.content"
+            name="Content Content"
+            priority="normal">
+      </content-type>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="contentml"
+            id="com.nokia.tools.carbide.ct.crml.ui.contentml"
+            name="ContentML Content"
+            priority="normal">
+      </content-type>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="hcrml"
+            id="com.nokia.tools.carbide.ct.crml.ui.hcrml"
+            name="HcrML Content"
+            priority="normal">
+      </content-type>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="imageml"
+            id="com.nokia.tools.carbide.ct.crml.ui.imageml"
+            name="ImageML Content"
+            priority="normal">
+      </content-type>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="makeml"
+            id="com.nokia.tools.carbide.ct.crml.ui.makeml"
+            name="MakeML Content"
+            priority="normal">
+      </content-type>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="ruleml"
+            id="com.nokia.tools.carbide.ct.crml.ui.ruleml"
+            name="RuleML Content"
+            priority="normal">
+      </content-type>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="templateml"
+            id="com.nokia.tools.carbide.ct.crml.ui.templateml"
+            name="TemplateML Content"
+            priority="normal">
+      </content-type>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="thememl"
+            id="com.nokia.tools.carbide.ct.crml.ui.thememl"
+            name="ThemeML Content"
+            priority="normal">
+      </content-type>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="convertprojectml"
+            id="com.nokia.tools.carbide.ct.crml.ui.convertprojectml"
+            name="ConvertprojectML Content"
+            priority="normal">
+      </content-type>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="gcfml"
+            id="com.nokia.tools.carbide.ct.crml.ui.gcfml"
+            name="GcfML Content"
+            priority="normal">
+      </content-type>
+   </extension>
+
+</plugin>