root / tmp / org.txm.cooccurrence.core / plugin.xml @ 2801
History | View | Annotate | Download (565 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.cooccurrence.core.preferences.CooccurrencePreferences"> |
8 |
</initializer>
|
9 |
</extension>
|
10 |
|
11 |
<extension
|
12 |
point="org.txm.statsengine.r.core.RTransformer"> |
13 |
<transfert
|
14 |
class="org.txm.cooccurrence.core.r.CooccurrencesRTransformer" |
15 |
type="org.txm.cooccurrence.core.functions.Cooccurrence"> |
16 |
</transfert>
|
17 |
</extension>
|
18 |
</plugin>
|