Statistiques
| Révision :

root / tmp / org.txm.properties.feature / feature.xml @ 845

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<feature
3
      id="org.txm.properties.feature"
4
      label="Properties"
5
      version="1.0.0.qualifier">
6

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

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

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

    
19
   <requires>
20
      <import plugin="org.txm.utils"/>
21
      <import plugin="org.txm.core" version="0.8.0" match="greaterOrEqual"/>
22
      <import plugin="org.txm.searchengine.cqp.core" version="1.1.0" match="greaterOrEqual"/>
23
      <import plugin="org.eclipse.ui" version="3.106.1" match="greaterOrEqual"/>
24
      <import plugin="org.txm.properties.core" version="1.0.0" match="greaterOrEqual"/>
25
      <import plugin="org.eclipse.core.runtime" version="3.10.0" match="greaterOrEqual"/>
26
      <import plugin="org.txm.rcp" version="0.8.0" match="greaterOrEqual"/>
27
   </requires>
28

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

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

    
43
</feature>