root / tmp / org.txm.annotation.kr.core / plugin.xml @ 2127
History | View | Annotate | Download (563 Bytes)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
<extension
|
5 |
point="org.eclipse.core.runtime.preferences"> |
6 |
<initializer
|
7 |
class="org.txm.annotation.kr.core.preferences.KRAnnotationPreferences"> |
8 |
</initializer>
|
9 |
</extension>
|
10 |
<extension
|
11 |
point="org.txm.annotation.core.AnnotationEngine"> |
12 |
<AnnotationEngine
|
13 |
class="org.txm.annotation.kr.core.KRAnnotationEngine" |
14 |
description="Annotate with a Knowledge repository"> |
15 |
</AnnotationEngine>
|
16 |
</extension>
|
17 |
|
18 |
</plugin>
|