ensure PGEN appears in thinclient D2D Tools menu
Change-Id: Ib02d9f5f3c63edd963129e742da9c3b3e09e89fa Former-commit-id:bfcb36eeac
[formerly 173c250aa3fd9d3e5b35283b10eb5f37a4732a3a] Former-commit-id:ac9d787a26
This commit is contained in:
parent
7a097bdff6
commit
0b9a5965a0
2 changed files with 6 additions and 13 deletions
|
@ -59,7 +59,7 @@
|
|||
|
||||
<contribute xsi:type="command"
|
||||
commandId="com.raytheon.viz.awipstools.lapstools"
|
||||
menuText="LAPS tools..." />
|
||||
menuText="LAPS tools..." id="lapsTools" />
|
||||
|
||||
<contribute xsi:type="bundleItem" file="bundles/tools/Points.xml"
|
||||
menuText="Points" id="pointsTool" timeQuery="false" />
|
||||
|
|
|
@ -588,21 +588,14 @@
|
|||
|
||||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution locationURI="menu:tools">
|
||||
<menuContribution locationURI="menu:tools?after=lapsTools">
|
||||
<command
|
||||
commandId="gov.noaa.nws.ncep.ui.pgen.palette"
|
||||
label="Pgen">
|
||||
label="PGEN">
|
||||
<visibleWhen>
|
||||
<and>
|
||||
<reference
|
||||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
<test
|
||||
args="WFO"
|
||||
forcePluginActivation="true"
|
||||
property="com.raytheon.viz.warngen.site.SiteMode">
|
||||
</test>
|
||||
</and>
|
||||
<reference
|
||||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
</visibleWhen>
|
||||
</command>
|
||||
</menuContribution>
|
||||
|
|
Loading…
Add table
Reference in a new issue