Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 443b11576376a97809cb3d551d6e5bad532d14c4 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.cdt.autotools"
      label="%featureName"
      version="10.2.0.qualifier"
      provider-name="%provider"
      plugin="org.eclipse.cdt.autotools.ui"
      license-feature="org.eclipse.license"
      license-feature-version="0.0.0">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

   <requires>
      <import plugin="org.eclipse.cdt.managedbuilder.core" version="5.0.100" match="greaterOrEqual"/>
      <import plugin="org.eclipse.cdt.core" version="5.1.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.cdt.ui" version="5.1.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.cdt.managedbuilder.ui" version="5.0.100" match="greaterOrEqual"/>
      <import plugin="org.eclipse.cdt.managedbuilder.gnu.ui" version="5.0.100" match="greaterOrEqual"/>
      <import plugin="org.eclipse.ui.cheatsheets"/>
      <import plugin="org.eclipse.ui" version="3.4.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.core.runtime" version="3.4.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.jface.text" version="3.4.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.ui.editors" version="3.4.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.ui.workbench.texteditor" version="3.4.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.core.resources" version="3.4.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.ui.ide" version="3.4.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.cdt.make.core" version="5.1.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.cdt.make.ui" version="5.0.100" match="greaterOrEqual"/>
      <import plugin="org.eclipse.ui.console" version="3.3.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.help" version="3.3.100" match="greaterOrEqual"/>
      <import plugin="org.eclipse.core.variables" version="3.2.100" match="greaterOrEqual"/>
      <import plugin="org.eclipse.ui.views" version="3.3.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.core.filesystem" version="1.2.0" match="greaterOrEqual"/>
   </requires>

   <plugin
         id="org.eclipse.cdt.autotools.core"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.cdt.autotools.ui"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.cdt.autotools.docs"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

</feature>

Back to the top