Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/org.eclipse.papyrus.sasheditor.ui/plugin.xml')
-rw-r--r--deprecated/org.eclipse.papyrus.sasheditor.ui/plugin.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/deprecated/org.eclipse.papyrus.sasheditor.ui/plugin.xml b/deprecated/org.eclipse.papyrus.sasheditor.ui/plugin.xml
new file mode 100644
index 00000000000..8f36319eff1
--- /dev/null
+++ b/deprecated/org.eclipse.papyrus.sasheditor.ui/plugin.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+
+ <extension
+ point="org.eclipse.ui.views">
+ <category
+ name="Sash Windows"
+ id="org.eclipse.papyrus.sasheditor.ui">
+ </category>
+ <view
+ category="org.eclipse.papyrus.sasheditor.ui"
+ class="org.eclipse.papyrus.sasheditor.ui.views.SashWindowsViewPart"
+ icon="icons/sample.gif"
+ id="org.eclipse.papyrus.sasheditor.ui.views.SashWindowsView"
+ name="Sash Windows View">
+ </view>
+ </extension>
+ <extension
+ point="org.eclipse.ui.perspectiveExtensions">
+ <perspectiveExtension
+ targetID="org.eclipse.jdt.ui.JavaPerspective">
+ <view
+ ratio="0.5"
+ relative="org.eclipse.ui.views.TaskList"
+ relationship="right"
+ id="org.eclipse.papyrus.sasheditor.ui.views.SashWindowsView">
+ </view>
+ </perspectiveExtension>
+ </extension>
+ <extension
+ point="org.eclipse.help.contexts">
+ <contexts
+ file="contexts.xml">
+ </contexts>
+ </extension>
+
+</plugin>

Back to the top