Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 375091ab6dd2dad1eb3339d3a470a4145741fadc (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.cdt.flatpak.launcher"
      label="%featureName"
      version="10.1.0.qualifier"
      provider-name="%provider"
      license-feature="org.eclipse.license"
      license-feature-version="0.0.0">

   <description url="http://www.example.com/description">
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>
   
   <plugin
         id="org.eclipse.cdt.flatpak.launcher"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top