Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 834c79dd67cd3fc2658d75b515a2c5090387977d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.wst.web_sdk.feature"
      label="%featureName"
      version="3.9.0.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.license"
      license-feature-version="1.0.1.qualifier">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

   <includes
         id="org.eclipse.wst.web_ui.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.wst.web_ui.feature.source"
         version="0.0.0"/>

   <includes
         id="org.eclipse.wst.jsdt_sdk.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.wst.xml_sdk.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.wst.server_sdk.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.wst.json_sdk.feature"
         version="0.0.0"/>
</feature>

Back to the top