Statistiques
| Révision :

root / tmp / org.txm.progression.feature / feature.xml @ 2093

Historique | Voir | Annoter | Télécharger (1,52 ko)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<feature
3
      id="org.txm.progression.feature"
4
      label="Progression"
5
      version="1.0.0.qualifier"
6
      license-feature="org.txm.rcp.feature"
7
      license-feature-version="0.8.0.qualifier">
8

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

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

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

    
21
   <requires>
22
      <import plugin="org.txm.chartsengine.jfreechart.core" version="1.0.0" match="greaterOrEqual"/>
23
      <import plugin="org.txm.chartsengine.r.core" version="1.0.0" match="greaterOrEqual"/>
24
      <import plugin="org.txm.searchengine.cqp.core" version="1.1.0" match="greaterOrEqual"/>
25
      <import plugin="org.txm.chartsengine.rcp" version="1.0.0" match="greaterOrEqual"/>
26
      <import plugin="org.txm.progression.core" version="1.0.0" match="greaterOrEqual"/>
27
      <import plugin="org.txm.concordance.rcp" version="1.0.0" match="greaterOrEqual"/>
28
      <import plugin="org.txm.edition.rcp" version="1.0.0" match="greaterOrEqual"/>
29
   </requires>
30

    
31
   <plugin
32
         id="org.txm.progression.core"
33
         download-size="0"
34
         install-size="0"
35
         version="0.0.0"
36
         unpack="false"/>
37

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

    
45
</feature>