blob: 9d7d8cd35e01d82422ea581b30f93712295a05ba [file] [log] [blame]
Florian Thienelfa641e52011-11-10 00:49:26 +01001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.vex.sdk.feature"
4 label="%featureName"
5 version="1.0.0.qualifier"
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/webtools/updates/"/>
22 <discovery label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/>
23 </url>
24
25 <includes
26 id="org.eclipse.vex.feature"
27 version="0.0.0"/>
28
29 <plugin
30 id="org.eclipse.vex.ui.source"
31 download-size="0"
32 install-size="0"
33 version="0.0.0"
34 unpack="false"/>
35
36 <plugin
37 id="org.eclipse.vex.core.source"
38 download-size="0"
39 install-size="0"
40 version="0.0.0"
41 unpack="false"/>
42
43 <plugin
44 id="org.eclipse.vex.docbook.source"
45 download-size="0"
46 install-size="0"
47 version="0.0.0"
48 unpack="false"/>
49
50 <plugin
51 id="org.eclipse.vex.xhtml.source"
52 download-size="0"
53 install-size="0"
54 version="0.0.0"
55 unpack="false"/>
56
57</feature>