root / tmp / org.txm.libs.javafx.feature / feature.xml @ 2864
Historique | Voir | Annoter | Télécharger (1,23 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.1.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 |
<plugin
|
| 22 |
id="org.txm.libs.javafx.linux" |
| 23 |
os="linux" |
| 24 |
download-size="0" |
| 25 |
install-size="0" |
| 26 |
version="0.0.0" |
| 27 |
fragment="true"/> |
| 28 |
|
| 29 |
<plugin
|
| 30 |
id="org.txm.libs.javafx.macosx" |
| 31 |
os="macosx" |
| 32 |
download-size="0" |
| 33 |
install-size="0" |
| 34 |
version="0.0.0" |
| 35 |
fragment="true"/> |
| 36 |
|
| 37 |
<plugin
|
| 38 |
id="org.txm.libs.javafx.win32" |
| 39 |
os="win32" |
| 40 |
download-size="0" |
| 41 |
install-size="0" |
| 42 |
version="0.0.0" |
| 43 |
fragment="true"/> |
| 44 |
|
| 45 |
<plugin
|
| 46 |
id="org.txm.libs.javafx" |
| 47 |
download-size="0" |
| 48 |
install-size="0" |
| 49 |
version="0.0.0"/> |
| 50 |
|
| 51 |
</feature>
|