ensure PGEN appears in thinclient D2D Tools menu

Change-Id: Ib02d9f5f3c63edd963129e742da9c3b3e09e89fa

Former-commit-id: ac9d787a26 [formerly 173c250aa3fd9d3e5b35283b10eb5f37a4732a3a]
Former-commit-id: bfcb36eeac
This commit is contained in:
Nate Jensen 2015-01-20 11:52:37 -06:00
parent 661a03c719
commit 7a10bd5620
2 changed files with 6 additions and 13 deletions

View file

@ -59,7 +59,7 @@
<contribute xsi:type="command" <contribute xsi:type="command"
commandId="com.raytheon.viz.awipstools.lapstools" commandId="com.raytheon.viz.awipstools.lapstools"
menuText="LAPS tools..." /> menuText="LAPS tools..." id="lapsTools" />
<contribute xsi:type="bundleItem" file="bundles/tools/Points.xml" <contribute xsi:type="bundleItem" file="bundles/tools/Points.xml"
menuText="Points" id="pointsTool" timeQuery="false" /> menuText="Points" id="pointsTool" timeQuery="false" />

View file

@ -588,21 +588,14 @@
<extension <extension
point="org.eclipse.ui.menus"> point="org.eclipse.ui.menus">
<menuContribution locationURI="menu:tools"> <menuContribution locationURI="menu:tools?after=lapsTools">
<command <command
commandId="gov.noaa.nws.ncep.ui.pgen.palette" commandId="gov.noaa.nws.ncep.ui.pgen.palette"
label="Pgen"> label="PGEN">
<visibleWhen> <visibleWhen>
<and>
<reference <reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet"> definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference> </reference>
<test
args="WFO"
forcePluginActivation="true"
property="com.raytheon.viz.warngen.site.SiteMode">
</test>
</and>
</visibleWhen> </visibleWhen>
</command> </command>
</menuContribution> </menuContribution>