Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2880b26f2d02a6c040947a83ae19cc0f7041c5ee (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.cdt.gnu.debug"
      label="CDT GNU Toolchain Debug Support"
      version="5.0.0"
      provider-name="Eclipse.org">

   <description url="http://www.example.com/description">
      [Enter Feature Description here.]
   </description>

   <copyright url="http://www.example.com/copyright">
      [Enter Copyright Description here.]
   </copyright>

   <license url="http://www.example.com/license">
      [Enter License Description here.]
   </license>

   <requires>
      <import plugin="org.eclipse.cdt.debug.core" version="5.0.0" match="compatible"/>
      <import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.debug.core" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.cdt.core" version="5.0.0" match="compatible"/>
      <import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.ui" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.cdt.debug.mi.core" version="5.0.0" match="compatible"/>
      <import plugin="org.eclipse.cdt.debug.ui" version="5.0.0" match="compatible"/>
      <import plugin="org.eclipse.cdt.ui" version="5.0.0" match="compatible"/>
      <import plugin="org.eclipse.debug.ui" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.ui.console" version="3.1.100" match="compatible"/>
      <import plugin="org.eclipse.jface.text" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.ui.ide" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.core.expressions" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.core.variables" version="3.1.100" match="compatible"/>
   </requires>

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

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

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

</feature>

Back to the top