root / tmp / org.eclipse.equinox.p2.user.ui / feature.xml @ 702
History | View | Annotate | Download (1 kB)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.eclipse.equinox.p2.user.ui" |
4 |
label="%featureName" |
5 |
version="2.2.0.v20150129-0838-TXM" |
6 |
provider-name="%providerName"> |
7 |
|
8 |
<description>
|
9 |
%description |
10 |
</description>
|
11 |
|
12 |
<copyright>
|
13 |
%copyright |
14 |
</copyright>
|
15 |
|
16 |
<license url="%licenseURL"> |
17 |
%license |
18 |
</license>
|
19 |
|
20 |
<includes
|
21 |
id="org.eclipse.equinox.p2.core.feature" |
22 |
version="1.3.0.v20140523-0116"/> |
23 |
|
24 |
<includes
|
25 |
id="org.eclipse.equinox.p2.extras.feature" |
26 |
version="1.2.0.v20150129-0838"/> |
27 |
|
28 |
<includes
|
29 |
id="org.eclipse.equinox.p2.rcp.feature" |
30 |
version="1.2.0.v20140523-0116-TXM"/> |
31 |
|
32 |
<plugin
|
33 |
id="org.eclipse.equinox.p2.updatesite" |
34 |
download-size="89" |
35 |
install-size="208" |
36 |
version="1.0.400.v20131211-1531" |
37 |
unpack="false"/> |
38 |
|
39 |
<plugin
|
40 |
id="org.eclipse.equinox.p2.ui.importexport" |
41 |
download-size="116" |
42 |
install-size="242" |
43 |
version="1.1.0.v20131210-1027" |
44 |
unpack="false"/> |
45 |
|
46 |
</feature>
|