Statistiques
| Révision :

root / tmp / org.txm.cooccurrence.feature / feature.xml @ 859

Historique | Voir | Annoter | Télécharger (2,21 ko)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<feature
3
      id="org.txm.cooccurrence.feature"
4
      label="Cooccurrence"
5
      version="1.0.0.qualifier"
6
      provider-name="Textometrie.org">
7

    
8
   <description url="http://www.example.com/description">
9
      [Enter Feature Description here.]
10
   </description>
11

    
12
   <copyright url="http://www.example.com/copyright">
13
      [Enter Copyright Description here.]
14
   </copyright>
15

    
16
   <license url="http://www.example.com/license">
17
      [Enter License Description here.]
18
   </license>
19

    
20
   <requires>
21
      <import plugin="org.txm.utils" version="1.0.0" match="greaterOrEqual"/>
22
      <import plugin="org.eclipse.osgi" version="3.10.2" match="greaterOrEqual"/>
23
      <import plugin="org.eclipse.core.runtime" version="3.10.0" match="greaterOrEqual"/>
24
      <import plugin="org.txm.concordance.core" version="1.0.0" match="greaterOrEqual"/>
25
      <import plugin="org.txm.statsengine.r.core" version="1.0.0" match="greaterOrEqual"/>
26
      <import plugin="org.txm.core" version="0.7.0" match="greaterOrEqual"/>
27
      <import plugin="org.txm.lexicaltable.core"/>
28
      <import plugin="org.txm.specificities.core" version="1.0.0" match="greaterOrEqual"/>
29
      <import plugin="org.txm.index.core" version="1.0.0" match="greaterOrEqual"/>
30
      <import plugin="org.txm.searchengine.core" version="1.0.0" match="greaterOrEqual"/>
31
      <import plugin="org.txm.searchengine.cqp.core" version="1.1.0" match="greaterOrEqual"/>
32
      <import plugin="org.txm.cooccurrence.core" version="1.0.0" match="greaterOrEqual"/>
33
      <import plugin="org.txm.statsengine.r.rcp" version="1.0.0" match="greaterOrEqual"/>
34
      <import plugin="org.eclipse.ui" version="3.106.1" match="greaterOrEqual"/>
35
      <import plugin="org.txm.rcp"/>
36
      <import plugin="org.eclipse.core.expressions" version="3.4.600" match="greaterOrEqual"/>
37
      <import plugin="org.txm.links.rcp" version="1.0.0" match="greaterOrEqual"/>
38
   </requires>
39

    
40
   <plugin
41
         id="org.txm.cooccurrence.core"
42
         download-size="0"
43
         install-size="0"
44
         version="0.0.0"
45
         unpack="false"/>
46

    
47
   <plugin
48
         id="org.txm.cooccurrence.rcp"
49
         download-size="0"
50
         install-size="0"
51
         version="0.0.0"
52
         unpack="false"/>
53

    
54
</feature>