root / TXM / trunk / org.txm.libs.javafx.feature / feature.xml @ 3628
Historique | Voir | Annoter | Télécharger (2,06 ko)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.txm.libs.javafx.feature" |
4 |
label="org.txm.libs.javafx.feature" |
5 |
version="1.0.0.qualifier" |
6 |
license-feature="org.txm.rcp.feature" |
7 |
license-feature-version="0.8.3.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 |
TXM 0.8.3 |
15 |
Copyright © 2013-2023 ENS de Lyon, University of Franche-Comté. |
16 |
Copyright © 2010-2013 ENS de Lyon. |
17 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
18 |
Lyon 2, University of Franche-Comté, University of Nice |
19 |
Sophia Antipolis, University of Paris 3. |
20 |
The TXM platform is free software: you can redistribute it and/or |
21 |
modify it under the terms of the GNU General Public |
22 |
License as published by the Free Software Foundation, either |
23 |
version 2 of the License, or (at your option) any |
24 |
later version. |
25 |
The TXM platform is distributed in the hope that it will be useful, |
26 |
but WITHOUT ANY WARRANTY; without even the implied |
27 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
28 |
See the GNU General Public License for more |
29 |
details. |
30 |
You should have received a copy of the GNU General Public License |
31 |
along with the TXM platform. If not, see |
32 |
http://www.gnu.org/licenses |
33 |
</copyright>
|
34 |
|
35 |
<license url="http://www.example.com/license"> |
36 |
[Enter License Description here.] |
37 |
</license>
|
38 |
|
39 |
<plugin
|
40 |
id="org.txm.libs.javafx.linux" |
41 |
os="linux" |
42 |
download-size="0" |
43 |
install-size="0" |
44 |
version="0.0.0" |
45 |
fragment="true"/> |
46 |
|
47 |
<plugin
|
48 |
id="org.txm.libs.javafx.macosx" |
49 |
os="macosx" |
50 |
download-size="0" |
51 |
install-size="0" |
52 |
version="0.0.0" |
53 |
fragment="true"/> |
54 |
|
55 |
<plugin
|
56 |
id="org.txm.libs.javafx.win32" |
57 |
os="win32" |
58 |
download-size="0" |
59 |
install-size="0" |
60 |
version="0.0.0" |
61 |
fragment="true"/> |
62 |
|
63 |
<plugin
|
64 |
id="org.txm.libs.javafx" |
65 |
download-size="0" |
66 |
install-size="0" |
67 |
version="0.0.0"/> |
68 |
|
69 |
</feature>
|