root / tmp / org.txm.annotation.rcp / plugin.xml @ 1600
Historique | Voir | Annoter | Télécharger (862 octet)
| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|---|---|
| 2 |
<?eclipse version="3.4"?>
|
| 3 |
<plugin>
|
| 4 |
<extension-point id="org.txm.annotation.rcp.editor.AnnotationArea" name="%extension-point.name" schema="schema/org.txm.annotation.rcp.editor.AnnotationArea.exsd"/> |
| 5 |
<extension
|
| 6 |
point="org.eclipse.ui.commands"> |
| 7 |
</extension>
|
| 8 |
<extension
|
| 9 |
point="org.eclipse.ui.preferencePages"> |
| 10 |
<page
|
| 11 |
category="org.txm.rcp.preferences.UserPreferencePage" |
| 12 |
class="org.txm.annotation.rcp.preferences.AnnotationPreferencePage" |
| 13 |
id="org.txm.rcp.preferences.AnnotationPreferencePage" |
| 14 |
name="%page.name"> |
| 15 |
</page>
|
| 16 |
</extension>
|
| 17 |
<extension
|
| 18 |
point="org.txm.rcp.editors.TXMEditorExtension"> |
| 19 |
<editorextension
|
| 20 |
class="org.txm.annotation.rcp.editor.AnnotationExtension"> |
| 21 |
</editorextension>
|
| 22 |
</extension>
|
| 23 |
</plugin>
|