Statistiques
| Révision :

root / tmp / org.txm.referencer.feature / feature.xml @ 2080

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<feature
3
      id="org.txm.referencer.feature"
4
      label="Referencer"
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.statsengine.r.core" version="1.0.0" match="greaterOrEqual"/>
23
      <import plugin="org.txm.searchengine.cqp.core" version="1.1.0" match="greaterOrEqual"/>
24
      <import plugin="org.txm.concordance.rcp" version="1.0.0" match="greaterOrEqual"/>
25
      <import plugin="org.txm.referencer.core" version="1.0.0" match="greaterOrEqual"/>
26
      <import plugin="org.txm.links.rcp" version="1.0.0" match="greaterOrEqual"/>
27
   </requires>
28

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

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

    
43
</feature>