Project

General

Profile

« Previous | Next » 

Revision 672874ab

Added by Patrick Plitzner about 6 years ago

ref #7268 Implement own extension point for preferences

Conflicts:

eu.etaxonomy.taxeditor.workbench/fragment.e4xmi

View differences:

eu.etaxonomy.taxeditor.store/plugin.xml
2 2
<?eclipse version="3.2"?>
3 3
<plugin>
4 4
   <extension-point id="eu.etaxonomy.taxeditor.store.cdmViewer" name="Cdm Viewer" schema="schema/eu.etaxonomy.taxeditor.store.cdmViewer.exsd"/>
5
   <extension-point id="eu.etaxonomy.taxeditor.store.preferencePage" name="Preference Page" schema="schema/eu.etaxonomy.taxeditor.store.preferencePage.exsd"/>
5 6
   <extension
6 7
         point="org.eclipse.ui.menus">
7 8
      <menuContribution
......
364 365
   </fragment>
365 366
</extension>
366 367
<extension
367
      point="org.eclipse.ui.preferencePages">
368
   <page
368
      point="eu.etaxonomy.taxeditor.store.preferencePage">
369
<page
369 370
         category="eu.etaxonomy.taxeditor.preferences.general"
370 371
         class="eu.etaxonomy.taxeditor.preference.DebugPreferences"
371 372
         id="eu.etaxonomy.taxeditor.preference.DebugPreferences"

Also available in: Unified diff