Skip to main content
summaryrefslogtreecommitdiffstats
blob: d33f93fb1b09deaacb41d237169149a08179d7f1 (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jpt"
      label="%featureName"
      version="2.1.0.qualifier"
      provider-name="%providerName"
      plugin="org.eclipse.jpt"
      image="eclipse_update_120.jpg">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

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

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

   <includes
         id="org.eclipse.jpt.eclipselink.feature"
         version="0.0.0"/>

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

</feature>

Back to the top