root / TXM / trunk / org.txm.python.feature / feature.xml @ 3618
Historique | Voir | Annoter | Télécharger (1,15 ko)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.txm.python.feature" |
4 |
label="org.txm.python.feature" |
5 |
version="1.0.0.qualifier" |
6 |
license-feature="org.txm.core.feature" |
7 |
license-feature-version="1.0.0.qualifier"> |
8 |
|
9 |
<description url="http://www.example.com/description"> |
10 |
Be able to run Python script from TXM File or Macro views |
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.core" version="0.8.0" match="greaterOrEqual"/> |
23 |
<import plugin="org.txm.python.core" version="1.0.0" match="greaterOrEqual"/> |
24 |
<import plugin="org.txm.rcp" version="0.8.2" match="greaterOrEqual"/> |
25 |
</requires>
|
26 |
|
27 |
<plugin
|
28 |
id="org.txm.python.core" |
29 |
download-size="0" |
30 |
install-size="0" |
31 |
version="0.0.0" |
32 |
unpack="false"/> |
33 |
|
34 |
<plugin
|
35 |
id="org.txm.python.rcp" |
36 |
download-size="0" |
37 |
install-size="0" |
38 |
version="0.0.0" |
39 |
unpack="false"/> |
40 |
|
41 |
</feature>
|