ensure PGEN appears in thinclient D2D Tools menu
Change-Id: Ib02d9f5f3c63edd963129e742da9c3b3e09e89fa Former-commit-id:3bcd3a5d40
[formerly7a10bd5620
] [formerlybfcb36eeac
] [formerlyac9d787a26
[formerlybfcb36eeac
[formerly 173c250aa3fd9d3e5b35283b10eb5f37a4732a3a]]] Former-commit-id:ac9d787a26
Former-commit-id: 95e99af7a1db07abbf85ec2b55d69d333cf1a06f [formerly0b9a5965a0
] Former-commit-id:74e207f306
This commit is contained in:
parent
d38f9858da
commit
a19eef1d8a
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