awips2/cave/com.raytheon.uf.viz.ui.menus/plugin.xml
Matt Nash 8e3d2af84e Issue #26 add tear off code to git baseline
Former-commit-id: cf4e1f764e [formerly dedac216cfa51bd413f7c4d1f7db5ee8ce665866]
Former-commit-id: 4286cb0342
2012-01-25 12:50:31 -06:00

22 lines
680 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="com.raytheon.uf.viz.localization.localizationpath">
<path
application="CAVE"
localizationType="CAVE_STATIC"
name="Menus"
value="menus"
recursive="true"
extensionFilter=".xml">
</path>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
class="com.raytheon.uf.viz.ui.menus.widgets.tearoff.TearOffPreferencePage"
id="com.raytheon.uf.viz.ui.menus.tearoffpreferencepage"
name="Tear-Off Menus"/>
</extension>
</plugin>