Statistiques
| Révision :

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

Historique | Voir | Annoter | Télécharger (2,13 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
   </requires>
38

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

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

    
53
</feature>