Statistiques
| Révision :

root / tmp / org.txm.ahc.feature / feature.xml @ 851

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<feature
3
      id="org.txm.ahc.feature"
4
      label="AHC"
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.lexicaltable.core" version="1.0.0" match="greaterOrEqual"/>
22
      <import plugin="org.txm.utils" version="1.0.0" match="greaterOrEqual"/>
23
      <import plugin="org.eclipse.osgi" version="3.10.2" match="greaterOrEqual"/>
24
      <import plugin="org.eclipse.core.runtime" version="3.10.0" match="greaterOrEqual"/>
25
      <import plugin="org.txm.statsengine.r.core" version="1.0.0" match="greaterOrEqual"/>
26
      <import plugin="org.txm.searchengine.cqp.core" version="1.1.0" match="greaterOrEqual"/>
27
      <import plugin="org.txm.ca.core" version="1.0.0" match="greaterOrEqual"/>
28
      <import plugin="org.txm.core" version="0.7.0" match="greaterOrEqual"/>
29
      <import plugin="org.txm.chartsengine.r.core" version="1.0.0" match="greaterOrEqual"/>
30
      <import plugin="org.txm.chartsengine.jfreechart.core" version="1.0.0" match="greaterOrEqual"/>
31
      <import plugin="org.txm.ahc.core" version="1.0.0" match="greaterOrEqual"/>
32
      <import plugin="org.eclipse.ui" version="3.106.1" match="greaterOrEqual"/>
33
      <import plugin="org.txm.statsengine.r.rcp" version="1.0.0" match="greaterOrEqual"/>
34
      <import plugin="org.txm.lexicaltable.rcp" version="1.0.0" match="greaterOrEqual"/>
35
      <import plugin="org.txm.statsengine.core" version="1.0.0" match="greaterOrEqual"/>
36
      <import plugin="org.txm.chartsengine.rcp" version="1.0.0" match="greaterOrEqual"/>
37
      <import plugin="org.txm.rcp" version="0.7.8" match="greaterOrEqual"/>
38
      <import plugin="org.eclipse.core.expressions" version="3.4.600" match="greaterOrEqual"/>
39
      <import plugin="org.txm.searchengine.core" version="1.0.0" match="greaterOrEqual"/>
40
      <import plugin="org.eclipse.core.commands"/>
41
   </requires>
42

    
43
   <plugin
44
         id="org.txm.ahc.core"
45
         download-size="0"
46
         install-size="0"
47
         version="0.0.0"
48
         unpack="false"/>
49

    
50
   <plugin
51
         id="org.txm.ahc.rcp"
52
         download-size="0"
53
         install-size="0"
54
         version="0.0.0"
55
         unpack="false"/>
56

    
57
</feature>