Removing the MPE and Hydro perspectives from the list of perspectives to load in CAVE
This commit is contained in:
parent
13f0852985
commit
b1c6d805e8
2 changed files with 1 additions and 32 deletions
|
@ -44,16 +44,6 @@
|
|||
</with>
|
||||
</definition>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.perspectives">
|
||||
<perspective
|
||||
class="com.raytheon.viz.hydro.perspective.HydroPerspective"
|
||||
id="com.raytheon.viz.hydro.HydroPerspective"
|
||||
name="Hydro"
|
||||
icon="icons/hydro.png"
|
||||
singleton="true">
|
||||
</perspective>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
|
@ -949,12 +939,6 @@
|
|||
id="com.raytheon.viz.hydro.HydroActionSet">
|
||||
</actionSet>
|
||||
</perspectiveExtension>
|
||||
<perspectiveExtension
|
||||
targetID="*">
|
||||
<perspectiveShortcut
|
||||
id="com.raytheon.viz.hydro.HydroPerspective">
|
||||
</perspectiveShortcut>
|
||||
</perspectiveExtension>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.contexts">
|
||||
|
|
|
@ -20,16 +20,7 @@
|
|||
-->
|
||||
<?eclipse version="3.2"?>
|
||||
<plugin>
|
||||
<extension
|
||||
point="org.eclipse.ui.perspectives">
|
||||
<perspective
|
||||
class="com.raytheon.viz.mpe.ui.perspective.MPEPerspective"
|
||||
id="com.raytheon.viz.mpe.ui.MPEPerspective"
|
||||
name="MPE"
|
||||
icon="icons/mpe.png"
|
||||
singleton="true">
|
||||
</perspective>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.ui.actionSets">
|
||||
<actionSet
|
||||
|
@ -1737,12 +1728,6 @@
|
|||
id="com.raytheon.viz.MPEActionSet">
|
||||
</actionSet>
|
||||
</perspectiveExtension>
|
||||
<perspectiveExtension
|
||||
targetID="*">
|
||||
<perspectiveShortcut
|
||||
id="com.raytheon.viz.mpe.ui.MPEPerspective">
|
||||
</perspectiveShortcut>
|
||||
</perspectiveExtension>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.bindings">
|
||||
|
|
Loading…
Add table
Reference in a new issue