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>
|
</with>
|
||||||
</definition>
|
</definition>
|
||||||
</extension>
|
</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
|
<extension
|
||||||
point="org.eclipse.ui.menus">
|
point="org.eclipse.ui.menus">
|
||||||
<menuContribution
|
<menuContribution
|
||||||
|
@ -949,12 +939,6 @@
|
||||||
id="com.raytheon.viz.hydro.HydroActionSet">
|
id="com.raytheon.viz.hydro.HydroActionSet">
|
||||||
</actionSet>
|
</actionSet>
|
||||||
</perspectiveExtension>
|
</perspectiveExtension>
|
||||||
<perspectiveExtension
|
|
||||||
targetID="*">
|
|
||||||
<perspectiveShortcut
|
|
||||||
id="com.raytheon.viz.hydro.HydroPerspective">
|
|
||||||
</perspectiveShortcut>
|
|
||||||
</perspectiveExtension>
|
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.contexts">
|
point="org.eclipse.ui.contexts">
|
||||||
|
|
|
@ -20,16 +20,7 @@
|
||||||
-->
|
-->
|
||||||
<?eclipse version="3.2"?>
|
<?eclipse version="3.2"?>
|
||||||
<plugin>
|
<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
|
<extension
|
||||||
point="org.eclipse.ui.actionSets">
|
point="org.eclipse.ui.actionSets">
|
||||||
<actionSet
|
<actionSet
|
||||||
|
@ -1737,12 +1728,6 @@
|
||||||
id="com.raytheon.viz.MPEActionSet">
|
id="com.raytheon.viz.MPEActionSet">
|
||||||
</actionSet>
|
</actionSet>
|
||||||
</perspectiveExtension>
|
</perspectiveExtension>
|
||||||
<perspectiveExtension
|
|
||||||
targetID="*">
|
|
||||||
<perspectiveShortcut
|
|
||||||
id="com.raytheon.viz.mpe.ui.MPEPerspective">
|
|
||||||
</perspectiveShortcut>
|
|
||||||
</perspectiveExtension>
|
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.bindings">
|
point="org.eclipse.ui.bindings">
|
||||||
|
|
Loading…
Add table
Reference in a new issue