ensure PGEN appears in thinclient D2D Tools menu

Change-Id: Ib02d9f5f3c63edd963129e742da9c3b3e09e89fa

Former-commit-id: 173c250aa3fd9d3e5b35283b10eb5f37a4732a3a
This commit is contained in:
Nate Jensen 2015-01-20 11:52:37 -06:00
parent ed189dc7cf
commit ac9d787a26
2 changed files with 6 additions and 13 deletions

View file

@ -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" />

View file

@ -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>