----------------------------------------------------------------- *edexOsgi/build.edex/build.xml -Added com.raytheon.uf.edex.goesr.feature *edexOsgi/com.raytheon.edex.feature.uframe/feature.xml -Added com.raytheon.uf.edex.goesr.feature *com.raytheon.viz.volumebrowser/plugin.xml -Update the Volume Browser label from “Browser…” to “Volume Browser” -Add it to the “model” menu instead of “volume” -Add the volume browser to the “tools” menu *menus/grid -copied grid menu from unidata_18.2.1 to unidata_20.3.2 (awips2/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid) -Removed the volume menu from CAVE side (awips2/cave/com.raytheon.viz.volumebrowser/localization/menus/volume) -Moved the xml menu from CAVE side to edex *bundles -copied grid bundles from unidata_18.2.1 to unidata_20.3.2 (awips2/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/) -Removed volume bundles from CAVE side (awips2/cave/com.raytheon.viz.volumebrowser/localization/bundles)
19 lines
985 B
XML
19 lines
985 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<contribute xsi:type="bundleItem" file="bundles/grid/WW3-TSWH.xml"
|
|
menuText="Significant Wave Height" id="" useReferenceTime="true">
|
|
<substitute key="frameCount" value="${frameCount}"/>
|
|
</contribute>
|
|
<contribute xsi:type="bundleItem" file="bundles/grid/WW3-WVHGT.xml"
|
|
menuText="Wind Wave Height" id="" useReferenceTime="true">
|
|
<substitute key="frameCount" value="${frameCount}"/>
|
|
</contribute>
|
|
<contribute xsi:type="bundleItem" file="bundles/grid/WW3-SwellHeightDirection.xml"
|
|
menuText="Swell Height and Direction" id="" useReferenceTime="true">
|
|
<substitute key="frameCount" value="${frameCount}"/>
|
|
</contribute>
|
|
<contribute xsi:type="bundleItem" file="bundles/grid/WW3-PeakWavePeriod.xml"
|
|
menuText="Peak Wave Period" id="" useReferenceTime="true">
|
|
<substitute key="frameCount" value="${frameCount}"/>
|
|
</contribute>
|
|
</menuTemplate>
|