Skip to main content
summaryrefslogtreecommitdiffstats
blob: c5de089211c237721b8342439315d05843ac5673 (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.wst.xml_core.feature.patch"
      label="%featureName"
      version="3.4.2.qualifier"
      provider-name="%providerName">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <url>
      <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates/"/>
   </url>

   <requires>
      <import feature="org.eclipse.wst.xml_core.feature" version="3.4.2.v201211061806-7C7OFm9F7RZHQVHiOz-P0Up" patch="true"/>
   </requires>

   <plugin
         id="org.eclipse.wst.standard.schemas"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top