awips2/ncep/gov.noaa.nws.ncep.viz.common/plugin.xml
Steve Harris 4300583fc2 12.12.1-4 baseline
Former-commit-id: b968ab5135 [formerly b91b7f0fae] [formerly 85130eb611] [formerly 57578da521 [formerly 85130eb611 [formerly 4a7e3fabdef8d948216483965c1f62e5216bf362]]]
Former-commit-id: 57578da521
Former-commit-id: 91397e4ab74890ddf2ddf5f2f930941cbb021f93 [formerly 628ca9e5c6]
Former-commit-id: e35a321a8c
2012-11-14 14:19:20 -06:00

35 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="com.raytheon.uf.viz.localization.localizationpath">
<path
application="NCEP"
localizationType="CAVE_STATIC"
name="Color Maps"
recursive="true"
value="ncep/ColorMaps"
extensionFilter=".tbl,.cmap">
</path>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
class="gov.noaa.nws.ncep.viz.common.preferences.NcepPreferences"
id="gov.noaa.nws.ncep.viz.common.nceppreferences"
name="NCEP">
</page>
<page
category="gov.noaa.nws.ncep.viz.common.nceppreferences"
class="gov.noaa.nws.ncep.viz.common.preferences.NcepGeneralPreferencesPage"
id="gov.noaa.nws.ncep.viz.common.NcepGeneralPreferencesPage"
name="General">
</page>
<page
category="gov.noaa.nws.ncep.viz.common.nceppreferences"
class="gov.noaa.nws.ncep.viz.common.preferences.GraphicsAreaPreferences"
id="gov.noaa.nws.ncep.viz.common.GraphicsAreaPreferences"
name="Data Area">
</page>
</extension>
</plugin>