Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8fe8126995a6301e906cc6e8032bc64702df2c7f (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
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.cdt.master"
      label="CDT Master Feature"
      version="5.0.0"
      provider-name="Eclipse.org">

   <description url="http://www.example.com/description">
      [Enter Feature Description here.]
   </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>

   <includes
         id="org.eclipse.cdt"
         version="0.0.0"/>
<!--
   <includes
         id="org.eclipse.cdt.core.parser.c99.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.cdt.core.parser.upc.feature"
         version="0.0.0"/>
-->
   <includes
         id="org.eclipse.cdt.debug.gdbjtag"
         version="0.0.0"/>

   <includes
         id="org.eclipse.cdt.sdk"
         version="0.0.0"/>

   <includes
         id="org.eclipse.cdt.testing"
         version="0.0.0"/>

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

   <includes
         id="org.eclipse.cdt.xlc.sdk"
         version="0.0.0"/>

</feature>

Back to the top