Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8d25a946551357e982dc6526115e46ead8b86d02 (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.tcf.te.terminals.sdk.feature"
      label="%featureName"
      version="1.3.1.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.license"
      license-feature-version="1.0.1.qualifier">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

   <requires>
      <import feature="org.eclipse.tcf.te.terminals.feature" version="1.3.1" match="greaterOrEqual"/>
      <import feature="org.eclipse.tm.terminal.sdk.feature" version="4.0.0" match="greaterOrEqual"/>
   </requires>

</feature>

Back to the top