0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.0"?>
|
|
3 |
<plugin>
|
|
4 |
<!-- The following UI elements from CDT are unused and are hidden using this activity -->
|
|
5 |
|
|
6 |
<extension
|
|
7 |
point="org.eclipse.ui.activities">
|
|
8 |
|
|
9 |
<activity
|
|
10 |
name="Unused CDT UI"
|
|
11 |
description="These UI elements from CDT are not used and have been hidden using this capability"
|
|
12 |
id="com.nokia.carbide.cpp.debug.cdtactivity">
|
|
13 |
</activity>
|
|
14 |
|
|
15 |
<!-- The signals view is added to the debug perspective by CDT and therefore it
|
|
16 |
tries to show the view no matter what. Because we hide it here it fails to
|
|
17 |
show the view properly and gives an error. There is no way to remove it from
|
|
18 |
the default debug perspective without modifying CDT. We'll just leave it in
|
|
19 |
for now, it won't have any content anyway.
|
|
20 |
|
|
21 |
<activityPatternBinding
|
|
22 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
23 |
pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.ui.SignalsView">
|
|
24 |
</activityPatternBinding>
|
|
25 |
-->
|
|
26 |
|
|
27 |
<!-- The following UI elements are from org.eclipse.cdt.launch -->
|
392
|
28 |
|
|
29 |
<activityPatternBinding
|
|
30 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
31 |
isEqualityPattern="true"
|
|
32 |
pattern="org.eclipse.cdt.launch/org.eclipse.cdt.cdi.launch.localCLaunch">
|
|
33 |
</activityPatternBinding>
|
|
34 |
|
0
|
35 |
<activityPatternBinding
|
|
36 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
392
|
37 |
isEqualityPattern="true"
|
|
38 |
pattern="org.eclipse.cdt.dsf.gdb/org.eclipse.cdt.dsf.gdb.launch.localCLaunch">
|
|
39 |
</activityPatternBinding>
|
|
40 |
|
|
41 |
<activityPatternBinding
|
|
42 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
43 |
isEqualityPattern="true"
|
|
44 |
pattern="org.eclipse.cdt.dsf.gdb/org.eclipse.cdt.dsf.gdb.launch.remoteCLaunch">
|
|
45 |
</activityPatternBinding>
|
|
46 |
|
|
47 |
<activityPatternBinding
|
|
48 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
49 |
isEqualityPattern="true"
|
|
50 |
pattern="org.eclipse.cdt.debug.core/org.eclipse.cdt.launch.postmortemLaunchType">
|
0
|
51 |
</activityPatternBinding>
|
432
|
52 |
|
|
53 |
<activityPatternBinding
|
|
54 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
55 |
isEqualityPattern="true"
|
|
56 |
pattern="org.eclipse.cdt.launch/org.eclipse.cdt.launch.launchGroup">
|
|
57 |
</activityPatternBinding>
|
|
58 |
|
0
|
59 |
<activityPatternBinding
|
|
60 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
392
|
61 |
isEqualityPattern="true"
|
|
62 |
pattern="org.eclipse.cdt.debug.core/org.eclipse.cdt.launch.attachLaunchType">
|
|
63 |
</activityPatternBinding>
|
|
64 |
|
|
65 |
<activityPatternBinding
|
|
66 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
67 |
isEqualityPattern="true"
|
|
68 |
pattern="org.eclipse.cdt.launch.remote/org.eclipse.rse.remotecdt.RemoteApplicationLaunch">
|
|
69 |
</activityPatternBinding>
|
|
70 |
|
|
71 |
<activityPatternBinding
|
|
72 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
73 |
isEqualityPattern="true"
|
|
74 |
pattern="org.eclipse.cdt.examples.dsf.pda/org.eclipse.cdt.examples.dsf.pda.launchType">
|
0
|
75 |
</activityPatternBinding>
|
|
76 |
|
392
|
77 |
<activityPatternBinding
|
|
78 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
79 |
isEqualityPattern="true"
|
|
80 |
pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.ui.localCShortcut">
|
0
|
81 |
</activityPatternBinding>
|
|
82 |
|
392
|
83 |
<activityPatternBinding
|
|
84 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
85 |
isEqualityPattern="true"
|
|
86 |
pattern="org.eclipse.cdt.debug.core/org.eclipse.cdt.launch.applicationLaunchType">
|
|
87 |
</activityPatternBinding>
|
|
88 |
|
|
89 |
<activityPatternBinding
|
|
90 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
91 |
isEqualityPattern="true"
|
|
92 |
pattern="org.eclipse.cdt.debug.gdbjtag.core/org.eclipse.cdt.debug.gdbjtag.launchConfigurationType">
|
0
|
93 |
</activityPatternBinding>
|
|
94 |
|
|
95 |
<!-- The following UI elements are from org.eclipse.cdt.debug.ui -->
|
|
96 |
|
|
97 |
<activityPatternBinding
|
|
98 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
99 |
pattern="org\.eclipse\.cdt.*/.*SignalZeroWorkbenchActionDelegate">
|
|
100 |
</activityPatternBinding>
|
|
101 |
|
|
102 |
|
|
103 |
<!-- The following UI elements are from org.eclipse.cdt.managedbuilder.ui -->
|
|
104 |
<activityPatternBinding
|
|
105 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
106 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.ui.wizards.ConvertToMakeWizard">
|
|
107 |
</activityPatternBinding>
|
|
108 |
|
|
109 |
<!-- The following UI elements are from org.eclipse.cdt.ui -->
|
|
110 |
<activityPatternBinding
|
|
111 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
112 |
pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.wizards.NewCWizard1">
|
|
113 |
</activityPatternBinding>
|
|
114 |
|
|
115 |
<activityPatternBinding
|
|
116 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
117 |
pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.wizards.NewCWizard2">
|
|
118 |
</activityPatternBinding>
|
|
119 |
|
|
120 |
<activityPatternBinding
|
|
121 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
122 |
pattern="org\.eclipse\.cdt.*/.*NewProjectDropDown">
|
|
123 |
</activityPatternBinding>
|
|
124 |
|
|
125 |
<activityPatternBinding
|
|
126 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
127 |
pattern="org\.eclipse\.cdt.*/.*NewTypeDropDown">
|
|
128 |
</activityPatternBinding>
|
|
129 |
|
|
130 |
<activityPatternBinding
|
|
131 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
132 |
pattern="org\.eclipse\.cdt.*/.*NewFileDropDown">
|
|
133 |
</activityPatternBinding>
|
|
134 |
|
|
135 |
<activityPatternBinding
|
|
136 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
137 |
pattern="org\.eclipse\.cdt.*/.*NewFolderDropDown">
|
|
138 |
</activityPatternBinding>
|
|
139 |
|
|
140 |
<!-- The following UI elements are from org.eclipse.debug.ui -->
|
|
141 |
<activityPatternBinding
|
|
142 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
143 |
pattern="org\.eclipse\.debug.*/.*relaunch">
|
|
144 |
</activityPatternBinding>
|
|
145 |
|
|
146 |
<activityPatternBinding
|
|
147 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
148 |
pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.internal.ui.actions.AddEventBreakpointActionDelegate">
|
|
149 |
</activityPatternBinding>
|
|
150 |
|
|
151 |
<activityPatternBinding
|
|
152 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
153 |
pattern=".*ImportExecutableWizard">
|
|
154 |
</activityPatternBinding>
|
|
155 |
|
|
156 |
<activityPatternBinding
|
|
157 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
158 |
pattern="org\.eclipse\.debug.*/.*TerminateAndRelaunch">
|
|
159 |
</activityPatternBinding>
|
|
160 |
|
|
161 |
<activityPatternBinding
|
|
162 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
163 |
pattern="org\.eclipse\.debug.*/.*terminateAndRemove">
|
|
164 |
</activityPatternBinding>
|
|
165 |
|
|
166 |
<activityPatternBinding
|
|
167 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
168 |
pattern="org\.eclipse\.debug.*/.*terminateAll">
|
|
169 |
</activityPatternBinding>
|
|
170 |
|
|
171 |
<activityPatternBinding
|
|
172 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
173 |
pattern="org\.eclipse\.debug.*/.*stepWithFilters">
|
|
174 |
</activityPatternBinding>
|
|
175 |
|
|
176 |
<activityPatternBinding
|
|
177 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
178 |
pattern="org\.eclipse\.debug.*/.*toggleStepFilters">
|
|
179 |
</activityPatternBinding>
|
|
180 |
|
|
181 |
<activityPatternBinding
|
|
182 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
183 |
pattern="org\.eclipse\.debug.*/.*ToggleStepFilters">
|
|
184 |
</activityPatternBinding>
|
|
185 |
|
|
186 |
<category
|
|
187 |
name="Nokia Debug"
|
|
188 |
description="Elements associated with the Nokia debugger"
|
|
189 |
id="com.nokia.carbide.cpp.debug.nokiacategory">
|
|
190 |
</category>
|
|
191 |
|
|
192 |
<activityPatternBinding
|
|
193 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
194 |
pattern="org.eclipse.ui.project.buildAutomatically">
|
|
195 |
</activityPatternBinding>
|
|
196 |
|
|
197 |
<activityPatternBinding
|
|
198 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
199 |
pattern="org.eclipse.ui.project.buildAll">
|
|
200 |
</activityPatternBinding>
|
|
201 |
|
|
202 |
<activityPatternBinding
|
|
203 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
204 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.managedbuilder.ui.buildConfigToolbarAction">
|
|
205 |
</activityPatternBinding>
|
|
206 |
|
|
207 |
<activityPatternBinding
|
|
208 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
209 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.managedbuilder.ui.buildConfigMenuAction">
|
|
210 |
</activityPatternBinding>
|
|
211 |
|
|
212 |
<activityPatternBinding
|
|
213 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
214 |
pattern="org.eclipse.cdt.debug.mi.ui/org.eclipse.cdt.debug.mi.ui.MIPreferencePage">
|
|
215 |
</activityPatternBinding>
|
|
216 |
|
|
217 |
<categoryActivityBinding
|
|
218 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
219 |
categoryId="com.nokia.carbide.cpp.debug.nokiacategory">
|
|
220 |
</categoryActivityBinding>
|
|
221 |
|
|
222 |
</extension>
|
|
223 |
|
|
224 |
</plugin>
|