1
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<feature
|
|
3 |
id="org.eclipse.pde.p2"
|
|
4 |
label="%featureName"
|
|
5 |
version="1.0.0.v20080522-1--7w3119171503111"
|
|
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 |
<url>
|
|
21 |
<update label="%updateSiteName" url="http://download.eclipse.org/eclipse/updates/3.4"/>
|
|
22 |
<discovery label="%updateSiteName" url="http://download.eclipse.org/eclipse/updates/3.4"/>
|
|
23 |
</url>
|
|
24 |
|
|
25 |
<requires>
|
|
26 |
<import feature="org.eclipse.pde" version="3.4.0" match="compatible"/>
|
|
27 |
</requires>
|
|
28 |
|
|
29 |
<plugin
|
|
30 |
id="org.eclipse.pde.p2.ui"
|
|
31 |
download-size="0"
|
|
32 |
install-size="0"
|
|
33 |
version="1.0.0.v20080604-2000"
|
|
34 |
unpack="false"/>
|
|
35 |
|
|
36 |
</feature>
|