File: plugin.xml

package info (click to toggle)
eclipse-cdt 9.9.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 145,456 kB
  • sloc: java: 1,114,843; xml: 64,727; javascript: 18,756; cpp: 5,269; ansic: 3,171; makefile: 1,508; asm: 814; sh: 295; f90: 22; python: 5
file content (171 lines) | stat: -rw-r--r-- 7,441 bytes parent folder | download
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
   <extension-point id="launchConfigAffinity" name="%launchConfigAffinity.name" schema="schema/launchConfigAffinity.exsd"/>
   <extension-point id="coreBuildTab" name="Core Build Tab" schema="schema/coreBuildTab.exsd"/>

     <extension
         point="org.eclipse.debug.core.launchDelegates">
      <launchDelegate
            id="org.eclipse.cdt.cdi.launch.localCLaunch"
            type="org.eclipse.cdt.launch.applicationLaunchType"
            delegate="org.eclipse.cdt.launch.internal.LocalRunLaunchDelegate"
            modes="run"
            name="%LocalCDTLaunch.name"
            delegateDescription="%LocalCDTLaunch.description"
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
            sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer">
      </launchDelegate>

      <!-- Deprecated, See Bug 517722 -->
      <launchDelegate
            delegate="org.eclipse.cdt.launch.internal.MultiLaunchConfigurationDelegate"
            delegateDescription="%LaunchGroup.description"
            id="org.eclipse.cdt.launch.launchGroup.delegate"
            type="org.eclipse.cdt.launch.launchGroup"
            modes="run,debug,profile"
            name="%LaunchGroup.name"
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
            sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer">
      </launchDelegate>
   </extension>
   
   <extension
         point="org.eclipse.debug.ui.launchConfigurationTabs">      
      <!-- Run launch tabs-->
      <tab
            id="org.eclipse.cdt.cdi.launch.runApplicationLaunch.mainTab"
            group="org.eclipse.cdt.launch.applicationRunLaunchTabGroup"
            name="%MainLaunchTab.name"
            class="org.eclipse.cdt.launch.ui.CMainTab2">
        <associatedDelegate delegate="org.eclipse.cdt.cdi.launch.localCLaunch"/>
      </tab>
      <tab
            id="org.eclipse.cdt.cdi.launch.runApplicationLaunch.argumentsTab"
            group="org.eclipse.cdt.launch.applicationRunLaunchTabGroup"
            name="%ArgumentsLaunchTab.name"
            class="org.eclipse.cdt.launch.ui.CArgumentsTab">
        <associatedDelegate delegate="org.eclipse.cdt.cdi.launch.localCLaunch"/>
        <placement after="org.eclipse.cdt.cdi.launch.mainTab"/>
      </tab>
      <tab
            id="org.eclipse.cdt.cdi.launch.runApplicationLaunch.environmentTab"
            group="org.eclipse.cdt.launch.applicationRunLaunchTabGroup"
            name="%EnvironmentLaunchTab.name"
            class="org.eclipse.debug.ui.EnvironmentTab">
        <associatedDelegate delegate="org.eclipse.cdt.cdi.launch.localCLaunch"/>
        <placement after="org.eclipse.cdt.cdi.launch.argumentsTab"/>
      </tab>
      <tab
            id="org.eclipse.cdt.cdi.launch.runApplicationLaunch.commonTab"
            group="org.eclipse.cdt.launch.applicationRunLaunchTabGroup"
            name="%CommonLaunchTab.name"
            class="org.eclipse.debug.ui.CommonTab">
        <associatedDelegate delegate="org.eclipse.cdt.cdi.launch.localCLaunch"/>
        <placement after="org.eclipse.debug.ui.environmentTab"/>
      </tab>
   </extension>
   <extension
         point="org.eclipse.debug.core.statusHandlers">
      <statusHandler
            code="100"
            plugin="org.eclipse.cdt.launch"
            class="org.eclipse.cdt.launch.internal.ui.ProcessPrompter"
            id="org.eclipse.cdt.launch.statusHandler.processPrompter">
      </statusHandler>  
      <statusHandler
            class="org.eclipse.cdt.launch.internal.ui.BuildErrPrompter"
            code="1002"
            id="org.eclipse.cdt.launch.statusHandler.buildErrPrompter"
            plugin="org.eclipse.cdt.launch">
      </statusHandler>  
      <statusHandler
            class="org.eclipse.cdt.launch.internal.ui.BuildErrPrompter"
            code="1003"
            id="org.eclipse.cdt.launch.statusHandler.buildErrPrompter"
            plugin="org.eclipse.cdt.launch">
      </statusHandler>  
	</extension>

    <extension
         point="org.eclipse.debug.core.launchConfigurationTypes">
      <!-- Deprecated, See Bug 517722 -->
      <launchConfigurationType
            id="org.eclipse.cdt.launch.launchGroup"
            name="%LaunchGroup.name"
            public="true">
      </launchConfigurationType>
   </extension>
   
      <extension
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
      <!-- Deprecated, See Bug 517722 -->
      <launchConfigurationTabGroup
            class="org.eclipse.cdt.launch.internal.ui.MultiLaunchConfigurationTabGroup"
            id="org.eclipse.cdt.launch.launchGroup.tabgroup"
            type="org.eclipse.cdt.launch.launchGroup">
      </launchConfigurationTabGroup>
   </extension>
   
   <extension
         point="org.eclipse.debug.ui.launchConfigurationTypeImages">
      <!-- Deprecated, See Bug 517722 -->
     <launchConfigurationTypeImage
            icon="icons/obj16/exec_obj.gif"
            configTypeID="org.eclipse.cdt.launch.launchGroup"
            id="org.eclipse.cdt.launch.launchGroup.image">
      </launchConfigurationTypeImage>
   </extension>
   <extension
         point="org.eclipse.ltk.core.refactoring.renameParticipants">
      <renameParticipant
            class="org.eclipse.cdt.launch.internal.refactoring.ResourceRenameParticipant"
            id="org.eclipse.cdt.launch.resourceRenameParticipant"
            name="%resourceRenameParticipant.name">
         <enablement>
            <with
                  variable="affectedNatures">
               <iterate
                     ifEmpty="false"
                     operator="or">
                  <or>
                     <equals
                           value="org.eclipse.cdt.core.cnature">
                     </equals>
                     <equals
                           value="org.eclipse.cdt.core.ccnature">
                     </equals>
                  </or>
               </iterate>
            </with>
            <with
                  variable="element">
               <instanceof
                     value="org.eclipse.core.resources.IResource">
               </instanceof>
            </with>
         </enablement>
      </renameParticipant>
   </extension>
   <extension
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
      <launchConfigurationTabGroup
            class="org.eclipse.cdt.launch.internal.corebuild.LocalLaunchConfigurationTabGroup"
            id="org.eclipse.cdt.launch.launchConfigurationTabGroup.local"
            type="org.eclipse.cdt.debug.core.localCoreBuildLaunchConfigType">
      </launchConfigurationTabGroup>
      <launchConfigurationTabGroup
            class="org.eclipse.cdt.launch.internal.corebuild.GenericLaunchConfigTabGroup"
            id="org.eclipse.cdt.launch.genericLaunchConfigTabGroup"
            type="org.eclipse.cdt.debug.core.genericLaunchConfigType">
      </launchConfigurationTabGroup>
   </extension>
   <extension
         point="org.eclipse.launchbar.ui.launchBarUIContributions">
      <buildTabGroup
            launchConfigType="org.eclipse.cdt.debug.core.genericLaunchConfigType"
            launchDescriptorType="org.eclipse.cdt.debug.core.coreBuildDescriptorType"
            tabGroup="org.eclipse.cdt.launch.internal.corebuild.CoreBuildTabGroup">
      </buildTabGroup>
   </extension>
</plugin>