root / tmp / org.txm.concordance.core / plugin.xml @ 2212
History | View | Annotate | Download (559 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.concordance.core.preferences.ConcordancePreferences"> |
8 |
</initializer>
|
9 |
</extension>
|
10 |
<extension
|
11 |
point="org.txm.statsengine.r.core.RTransformer"> |
12 |
<transfert
|
13 |
class="org.txm.concordance.core.r.ConcordanceRTransformer" |
14 |
type="org.txm.concordance.core.functions.Concordance"> |
15 |
</transfert>
|
16 |
</extension>
|
17 |
|
18 |
</plugin>
|