awips2/cave/com.raytheon.viz.redbook/plugin.xml
Max Schenkelberg cc6950107f Issue Moved some localization files from build.cave to plugins they are used in. Fixed CAVELocalizationAdapter to search all plugins when file not found in base etc folder for cave static base
Change-Id: I2a26ce21ca5127ddb0b32e1f645a544e83f5503f

Former-commit-id: cb1d5d1c5b [formerly b95a96f4c9] [formerly 0f3c791120] [formerly d79cfe8ad1 [formerly 0f3c791120 [formerly 5c707a35dcaedf5ae37119e56503aa8af59631fc]]]
Former-commit-id: d79cfe8ad1
Former-commit-id: 0d46128ba8af16237227239c716ce61a2bd99042 [formerly 75c95e83ef]
Former-commit-id: 4fdb3c8306
2013-08-09 14:24:49 -05:00

62 lines
2.4 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="com.raytheon.uf.viz.core.resource">
<resource
class="com.raytheon.viz.redbook.rsc.RedbookResource"
name="RedbookResource"
recordClass="com.raytheon.edex.plugin.redbook.common.RedbookRecord"
renderingOrderId="PLOT"
resourceType="PLAN_VIEW">
</resource>
<resource
class="com.raytheon.viz.redbookua.rsc.RedbookUpperAirResource"
name="RedbookUpperAirResource"
recordClass="com.raytheon.edex.plugin.redbook.common.RedbookRecord"
renderingOrderId="PLOT"
resourceType="PLAN_VIEW">
</resource>
</extension>
<extension
point="com.raytheon.uf.viz.core.scriptTemplate">
<scriptTemplate
pluginName="redbook"
scriptLibrary="BaseRequest">
</scriptTemplate>
</extension>
<extension
point="com.raytheon.uf.viz.productbrowser.dataDefinition">
<dataDefinition
name="redbookProductBrowserDataDefinition"
class="com.raytheon.viz.redbook.rsc.RedbookProductBrowserDataDefinition" >
</dataDefinition>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
class="com.raytheon.uf.viz.productbrowser.DataTypePreferencePage"
id="com.raytheon.uf.viz.productbrowser.productbrowserdatapreferencepage"
name="Redbook"
category="com.raytheon.uf.viz.productbrowser.productbrowserpreferencespage"/>
</extension>
</plugin>