move CAVE menu items to d2dFile
This commit is contained in:
parent
996754de3b
commit
118787ae50
5 changed files with 29 additions and 5 deletions
|
@ -15,7 +15,7 @@
|
|||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="menu:CAVE?after=browsers">
|
||||
locationURI="menu:d2dFile?after=afterNewGroup">
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.alertview.openAlertView"
|
||||
label="Open AlertView"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="menu:CAVE?after=group1">
|
||||
locationURI="menu:d2dFile?after=group1">
|
||||
<menu
|
||||
label="Archive"
|
||||
id="archive">
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="menu:org.eclipse.ui.main.menu?after=CAVE">
|
||||
locationURI="menu:org.eclipse.ui.main.menu">
|
||||
<menu id="d2dFile" label="File" mnemonic="F">
|
||||
<visibleWhen>
|
||||
<reference
|
||||
|
@ -131,6 +131,30 @@
|
|||
value="current">
|
||||
</parameter>
|
||||
</command>
|
||||
<separator
|
||||
name="afterNewGroup"
|
||||
visible="true">
|
||||
</separator>
|
||||
<separator
|
||||
name="group1"
|
||||
visible="true">
|
||||
</separator>
|
||||
<separator
|
||||
name="group2"
|
||||
visible="true">
|
||||
</separator>
|
||||
<separator
|
||||
name="group3"
|
||||
visible="true">
|
||||
</separator>
|
||||
<separator
|
||||
name="group4"
|
||||
visible="true">
|
||||
</separator>
|
||||
<separator
|
||||
name="group5"
|
||||
visible="true">
|
||||
</separator>
|
||||
</menu>
|
||||
<menu
|
||||
id="view"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
allPopups="false"
|
||||
locationURI="menu:CAVE?after=group1">
|
||||
locationURI="menu:d2dFile?after=group1">
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.stats.statsui"
|
||||
id="stats"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
allPopups="false"
|
||||
locationURI="menu:CAVE?after=group1">
|
||||
locationURI="menu:d2dFile?after=group1">
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.useradmin.useradminui"
|
||||
label="AWIPS User Administration..."
|
||||
|
|
Loading…
Add table
Reference in a new issue