awips2/cave/com.raytheon.viz.lightning/plugin.xml
Brian Clements f315c4a1e6 Omaha #3214 added pulse and cloud flash rendering to cave
Change-Id: Ibb842c0088b959e9ffc88c4db51f4c1bcc77d3ce

Former-commit-id: 0a6bc2631f [formerly 24e406cbf2] [formerly 6345119f9b] [formerly 6345119f9b [formerly 7dd90e6f85]] [formerly 0a6bc2631f [formerly 24e406cbf2] [formerly 6345119f9b] [formerly 6345119f9b [formerly 7dd90e6f85]] [formerly a18069809a [formerly 6345119f9b [formerly 7dd90e6f85] [formerly a18069809a [formerly 136bb5feca753f83f53d9d1e9381061853edc402]]]]]
Former-commit-id: a18069809a
Former-commit-id: 2843f6ed61 [formerly fa919b9d2d] [formerly bd2288e066] [formerly b885bfc8bd9d169c8ed4a0617728f9ce8c9cdd54 [formerly 150445682f7d66379f3836756c6b255b6676574a] [formerly bd2288e066 [formerly 6d5cbf29a5]]]
Former-commit-id: 39e887fb98022cb971a4368bc521c7ae56b0aa61 [formerly 779b58b592bf4d7a21c61fa23bb33f937bcf3653] [formerly cadb1091fb [formerly 74d4ebf071]]
Former-commit-id: cadb1091fb
Former-commit-id: fe445262e9
2014-06-19 12:50:56 -05:00

49 lines
1.9 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.lightning.LightningResource"
name="Lightning"
recordClass="com.raytheon.uf.common.dataplugin.binlightning.BinLightningRecord"
renderingOrderId="PLOT"
resourceType="PLAN_VIEW">
</resource>
</extension>
<extension
point="com.raytheon.uf.viz.productbrowser.dataDefinition">
<dataDefinition
name="lightningProductBrowserDataDefinition"
class="com.raytheon.viz.lightning.LightningProductBrowserDataDefinition" >
</dataDefinition>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
class="com.raytheon.uf.viz.productbrowser.DataTypePreferencePage"
id="com.raytheon.uf.viz.productbrowser.productbrowserdatapreferencepage"
name="Lightning"
category="com.raytheon.uf.viz.productbrowser.productbrowserpreferencespage"/>
</extension>
</plugin>