blob: 107e6cb22e85094d504511842e1f035a32beea90 [file] [log] [blame]
dacarver30a54be2008-10-31 14:41:03 +00001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.wst.xsl_sdk.feature"
4 label="%featureName"
5 version="0.5.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.wst.xml.vex.feature"
27 version="0.0.0"/>
28
29 <includes
30 id="org.eclipse.wst.xml.vex.feature.source"
31 version="0.0.0"/>
32
33</feature>