Skip to main content
summaryrefslogtreecommitdiffstats
blob: 519e51e8eea44ace2740f02b6c289a9aa027e77c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jst.web_userdoc.feature"
      label="User Documentation for JST Web Feature"
      version="1.0.2.qualifier"
      provider-name="Eclipse.org">

   <description>
      %description
   </description>

   <license url="license.html">
      %license
   </license>

   <url>
      <update label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates/"/>
   </url>

</feature>

Back to the top