org.symbian.tools.wrttools.editing/plugin.xml
changeset 39 eb7d9e33e288
parent 38 954dbf7baac6
child 40 9bebb93c6833
--- a/org.symbian.tools.wrttools.editing/plugin.xml	Wed Jan 20 18:00:15 2010 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
-   <extension
-         point="org.eclipse.ui.editors">
-      <editor
-            class="org.symbian.tools.wrttools.editing.html.HTMLEditor"
-            contributorClass="org.eclipse.wst.html.ui.internal.edit.ui.ActionContributorHTML"
-            default="false"
-            icon="icons/obj16/html-editor.gif"
-            id="org.symbian.tools.wrttools.editing.editor2"
-            name="WRT HTML Editor"
-            symbolicFontName="org.eclipse.wst.sse.ui.textfont">
-         <contentTypeBinding
-               contentTypeId="org.eclipse.wst.html.core.htmlsource">
-         </contentTypeBinding>
-      </editor>
-   </extension>
-   <extension
-         point="org.eclipse.ui.views">
-      <view
-            allowMultiple="false"
-            class="org.symbian.tools.wrttools.editing.preview.PreviewView"
-            icon="icons/obj16/html-editor.gif"
-            id="org.symbian.tools.wrttools.editing.wrtpreview"
-            name="WRT Preview"
-            restorable="true">
-      </view>
-   </extension>
-   <extension
-         point="org.eclipse.ui.preferencePages">
-      <page
-            class="org.symbian.tools.wrttools.editing.preferences.WrtEditingPreferencePage"
-            id="org.symbian.tools.wrttools.editing.preferences.WrtEditingPreferencePage"
-            name="WRT">
-      </page>
-   </extension>
-   <extension
-         point="org.eclipse.ui.perspectiveExtensions">
-      <perspectiveExtension
-            targetID="org.symbian.tools.wrttools.mainPerspective">
-         <viewShortcut
-               id="org.symbian.tools.wrttools.editing.wrtpreview">
-         </viewShortcut>
-         <view
-               id="org.symbian.tools.wrttools.editing.wrtpreview"
-               minimized="false"
-               relationship="stack"
-               relative="org.eclipse.ui.views.ContentOutline">
-         </view>
-      </perspectiveExtension>
-   </extension>
-
-</plugin>