Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0122cee881efd1e8b9e59f27e065d3ab393c8028 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.rcp.configuration"
      label="%featureName"
      version="1.0.1.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.license"
      license-feature-version="0.0.0">
   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

</feature>

Back to the top