Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 49d57b97fb601a1ec0b539a14fd2f6b4b6e059d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.cdt.gnu.build"
      label="CDT GNU Toolchain Build Support"
      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>

</feature>

Back to the top