root / tmp / org.txm.annotation.core / plugin.xml @ 917
History | View | Annotate | Download (748 Bytes)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
<extension-point id="org.txm.annotation.core.AnnotationEngine" name="org.txm.annotation.core.AnnotationEngine" schema="schema/org.txm.annotation.core.AnnotationEngine.exsd"/> |
5 |
<extension
|
6 |
point="org.eclipse.core.runtime.preferences"> |
7 |
<initializer
|
8 |
class="org.txm.annotation.core.preferences.AnnotationPreferences"> |
9 |
</initializer>
|
10 |
</extension>
|
11 |
<extension
|
12 |
point="org.txm.core.engines.EnginesManager"> |
13 |
<EngineManager
|
14 |
class="org.txm.annotation.core.AnnotationEnginesManager" |
15 |
description="Annotation engines manager" |
16 |
name="Annotation"> |
17 |
</EngineManager>
|
18 |
</extension>
|
19 |
|
20 |
</plugin>
|