----------------------------------------------------------------- *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)
114 lines
4.8 KiB
XML
114 lines
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
|
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
|
|
|
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
|
This_software_product_contains_export-restricted_data_whose
|
|
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
|
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
|
an_export_license_or_other_authorization.
|
|
|
|
Contractor_Name:________Raytheon_Company
|
|
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
|
________________________Mail_Stop_B8
|
|
________________________Omaha,_NE_68106
|
|
________________________402.291.0100
|
|
|
|
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
|
further_licensing_information.
|
|
-->
|
|
<?eclipse version="3.2"?>
|
|
<plugin>
|
|
<extension-point id="com.raytheon.viz.volumebrowser.datacatalog" name="Volume Browser Data Catalog" schema="schema/com.raytheon.viz.volumebrowser.datacatalog.exsd"/>
|
|
<extension-point id="com.raytheon.viz.volumebrowser.productcreator" name="Volume Browser Product Creator" schema="schema/com.raytheon.viz.volumebrowser.productcreator.exsd"/>
|
|
<extension-point id="com.raytheon.viz.volumebrowser.config.path" name="Volume Browser Config Path" schema="schema/com.raytheon.viz.volumebrowser.config.path.exsd"/>
|
|
<extension
|
|
point="org.eclipse.ui.commands">
|
|
<command
|
|
id="com.raytheon.viz.volumebrowser.volumeBrowser"
|
|
name="Volume Browser">
|
|
</command>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.commands">
|
|
<command
|
|
id="com.raytheon.viz.volumebrowser.volumeBrowserRef"
|
|
name="Volume Browser">
|
|
</command>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.handlers">
|
|
<handler
|
|
class="com.raytheon.viz.volumebrowser.vbui.VolumeBrowserAction"
|
|
commandId="com.raytheon.viz.volumebrowser.volumeBrowserRef">
|
|
</handler>
|
|
</extension>
|
|
<extension point="com.raytheon.uf.viz.d2d.core.alterBundle">
|
|
<alterBundle class="com.raytheon.viz.volumebrowser.ToolsAlterBundleContributor"/>
|
|
</extension>
|
|
<extension point="com.raytheon.uf.viz.d2d.core.alterBundle">
|
|
<alterBundle class="com.raytheon.viz.volumebrowser.GridAlterBundleContributor"/>
|
|
</extension>
|
|
<extension
|
|
point="com.raytheon.uf.viz.localization.perspective.localizationpath">
|
|
<path
|
|
application="D2D"
|
|
localizationType="CAVE_STATIC,COMMON_STATIC"
|
|
name="Volume Browser"
|
|
value="volumebrowser"
|
|
recursive="true">
|
|
</path>
|
|
<path
|
|
application="D2D"
|
|
localizationType="COMMON_STATIC"
|
|
name="Volume Browser Level Mappings"
|
|
value="level/mappings"
|
|
recursive="true">
|
|
</path>
|
|
<path
|
|
application="D2D"
|
|
localizationType="CAVE_STATIC"
|
|
name="Height Scales"
|
|
value="scales"
|
|
recursive="true">
|
|
</path>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.menus">
|
|
<menuContribution
|
|
locationURI="menu:models?after=top">
|
|
<command
|
|
commandId="com.raytheon.viz.volumebrowser.volumeBrowserRef"
|
|
label="Volume Browser">
|
|
</command>
|
|
<separator name="afterVB" visible="false"/>
|
|
<separator name="VolumeBundles" visible="true"/>
|
|
<separator name="ComparisonFamilies" visible="true"/>
|
|
<separator name="SurfaceFamilies" visible="false"/>
|
|
<separator name="StdEnvDataPackageFamilies" visible="true"/>
|
|
</menuContribution>
|
|
<menuContribution
|
|
locationURI="menu:tools">
|
|
<command
|
|
commandId="com.raytheon.viz.volumebrowser.volumeBrowserRef"
|
|
label="Volume Browser">
|
|
</command>
|
|
</menuContribution>
|
|
</extension>
|
|
<extension
|
|
point="com.raytheon.uf.viz.ui.menus.contribItemProvider">
|
|
<contributionItemProvider
|
|
contribution="com.raytheon.uf.common.menus.xml.CommonToolBarContribution"
|
|
itemProvider="com.raytheon.viz.volumebrowser.xml.ToolBarContribution">
|
|
</contributionItemProvider>
|
|
<contributionItemProvider
|
|
contribution="com.raytheon.uf.common.menus.xml.CommonMenuContribution"
|
|
itemProvider="com.raytheon.viz.volumebrowser.xml.MenuContribution">
|
|
</contributionItemProvider>
|
|
<contributionItemProvider
|
|
contribution="com.raytheon.uf.common.menus.xml.CommonTitleImgContribution"
|
|
itemProvider="com.raytheon.viz.volumebrowser.xml.TitleImgContribution">
|
|
</contributionItemProvider>
|
|
</extension>
|
|
</plugin>
|