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

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

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

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

</feature>

Back to the top