Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2010-09-01 20:22:37 +0000
committerMartin Fluegge2010-09-01 20:22:37 +0000
commitf52361f17d632a19c32d6e6a460425420ed5e74f (patch)
treeeaea244cd8700cbc2106de1d7f68dd6c7ddc28a4 /plugins/org.eclipse.emf.cdo.dawn.ui
parent3e32ef597fb1a07dd868c7f17bf28817559817c7 (diff)
downloadcdo-f52361f17d632a19c32d6e6a460425420ed5e74f.tar.gz
cdo-f52361f17d632a19c32d6e6a460425420ed5e74f.tar.xz
cdo-f52361f17d632a19c32d6e6a460425420ed5e74f.zip
removing perspective for Dawn Explorer
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.ui')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml b/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml
index 97fb16aca1..b8d9aa6653 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml
@@ -26,18 +26,6 @@
</view>
</extension>
<extension
- point="org.eclipse.ui.perspectiveExtensions">
- <perspectiveExtension
- targetID="org.eclipse.jdt.ui.JavaPerspective">
- <view
- id="org.eclipse.emf.cdo.dawn.ui.views.DawnExplorer"
- ratio="0.5"
- relationship="right"
- relative="org.eclipse.ui.views.TaskList">
- </view>
- </perspectiveExtension>
- </extension>
- <extension
point="org.eclipse.help.contexts">
<contexts
file="contexts.xml">

Back to the top