muting GFE and MPE perspectives from default menu

This commit is contained in:
mjames-upc 2014-07-06 18:39:26 -06:00
parent 654734a4cd
commit 8ccfbe0524
2 changed files with 4 additions and 3 deletions

View file

@ -1816,6 +1816,7 @@
sortID="702">
</contextualMenu>
</extension>
<!--
<extension point="com.raytheon.viz.ui.perspectiveManager">
<perspectiveManager
perspectiveId="com.raytheon.viz.ui.GFEPerspective"
@ -1838,6 +1839,7 @@
</perspectiveShortcut>
</perspectiveExtension>
</extension>
-->
<extension
point="com.raytheon.uf.viz.core.component">
<component key="gfeclient" class="com.raytheon.viz.gfe.GfeClient"/>

View file

@ -20,6 +20,7 @@
-->
<?eclipse version="3.2"?>
<plugin>
<!--
<extension
point="org.eclipse.ui.perspectives">
<perspective
@ -1723,7 +1724,6 @@
Theme for MPE Legend
</description>
</themeElementCategory>
<!-- MPE Legend -->
<fontDefinition
categoryId="com.raytheon.viz.mpe.ui.theme.legend"
id="com.raytheon.viz.mpe.ui.rsc.MPELegendResource.miniscule"
@ -1785,7 +1785,6 @@
</description>
</fontDefinition>
<!-- Gage Plots -->
<fontDefinition
categoryId="com.raytheon.viz.mpe.ui.theme.gage"
id="com.raytheon.viz.mpe.ui.rsc.MPEGageResource.miniscule"
@ -1847,7 +1846,6 @@
</description>
</fontDefinition>
<!-- Wx Plots -->
<fontDefinition
categoryId="com.raytheon.viz.mpe.ui.theme.default"
id="com.raytheon.viz.mpe.ui.defaultFont.miniscule"
@ -1923,4 +1921,5 @@
perspectiveId="com.raytheon.viz.mpe.ui.MPEPerspective">
</tearoffperspective>
</extension>
-->
</plugin>