Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f69a84f41f2e2646a05eabc01114585b1f04efb2 (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.cdt.core.parser.upc.sdk"
      label="%featureName"
      version="5.1.0.qualifier"
      provider-name="%providerName"
      plugin="org.eclipse.cdt.core.parser.upc.source">

   <description>
      %description
   </description>

   <copyright url="http://www.example.com/copyright">
      [Enter Copyright Description here.]
   </copyright>

   <license url="http://www.example.com/license">
      [Enter License Description here.]
   </license>

   <url>
      <update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/galileo"/>
   </url>

   <includes
         id="org.eclipse.cdt.core.parser.upc.source"
         version="0.0.0"/>

   <requires>
      <import feature="org.eclipse.cdt.core.parser.upc.feature"/>
   </requires>

</feature>

Back to the top