Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4fae92b5fa5c54e29be717b232fc25895c43049a (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.jpt.patch"
      label="%featureName"
      version="1.0.2.qualifier"
      provider-name="%providerName">

   <description url="http://download.eclipse.org/webtools/patches/">
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

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

   <requires>
      <import feature="org.eclipse.jpt.feature" version="1.0.2.v200802140100-77-7_CYQCD2CaLYCHCD" patch="true"/>
   </requires>

   <plugin
         id="org.eclipse.jpt.gen"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top