author | wpaul |
Tue, 13 Apr 2010 18:20:31 -0500 | |
changeset 1209 | c9cbc679eff0 |
parent 432 | f0a3eb120614 |
child 1403 | 21a45b391b07 |
child 1417 | 8e6d57a444fc |
permissions | -rw-r--r-- |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
2 |
<?eclipse version="3.0"?> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
3 |
<plugin> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
4 |
<!-- The following UI elements from CDT are unused and are hidden using this activity --> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
5 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
6 |
<extension |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
7 |
point="org.eclipse.ui.activities"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
8 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
9 |
<activity |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
10 |
name="Unused CDT UI" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
11 |
description="These UI elements from CDT are not used and have been hidden using this capability" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
12 |
id="com.nokia.carbide.cpp.debug.cdtactivity"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
13 |
</activity> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
14 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
15 |
<!-- The signals view is added to the debug perspective by CDT and therefore it |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
16 |
tries to show the view no matter what. Because we hide it here it fails to |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
17 |
show the view properly and gives an error. There is no way to remove it from |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
18 |
the default debug perspective without modifying CDT. We'll just leave it in |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
19 |
for now, it won't have any content anyway. |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
20 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
21 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
22 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
23 |
pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.ui.SignalsView"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
24 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
25 |
--> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
26 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
27 |
<!-- The following UI elements are from org.eclipse.cdt.launch --> |
392
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
28 |
|
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
29 |
<activityPatternBinding |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
30 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
31 |
isEqualityPattern="true" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
32 |
pattern="org.eclipse.cdt.launch/org.eclipse.cdt.cdi.launch.localCLaunch"> |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
33 |
</activityPatternBinding> |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
34 |
|
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
35 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
36 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
392
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
37 |
isEqualityPattern="true" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
38 |
pattern="org.eclipse.cdt.dsf.gdb/org.eclipse.cdt.dsf.gdb.launch.localCLaunch"> |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
39 |
</activityPatternBinding> |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
40 |
|
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
41 |
<activityPatternBinding |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
42 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
43 |
isEqualityPattern="true" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
44 |
pattern="org.eclipse.cdt.dsf.gdb/org.eclipse.cdt.dsf.gdb.launch.remoteCLaunch"> |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
45 |
</activityPatternBinding> |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
46 |
|
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
47 |
<activityPatternBinding |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
48 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
49 |
isEqualityPattern="true" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
50 |
pattern="org.eclipse.cdt.debug.core/org.eclipse.cdt.launch.postmortemLaunchType"> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
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
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
59 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
60 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
392
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
61 |
isEqualityPattern="true" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
62 |
pattern="org.eclipse.cdt.debug.core/org.eclipse.cdt.launch.attachLaunchType"> |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
63 |
</activityPatternBinding> |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
64 |
|
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
65 |
<activityPatternBinding |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
66 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
67 |
isEqualityPattern="true" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
68 |
pattern="org.eclipse.cdt.launch.remote/org.eclipse.rse.remotecdt.RemoteApplicationLaunch"> |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
69 |
</activityPatternBinding> |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
70 |
|
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
71 |
<activityPatternBinding |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
72 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
73 |
isEqualityPattern="true" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
74 |
pattern="org.eclipse.cdt.examples.dsf.pda/org.eclipse.cdt.examples.dsf.pda.launchType"> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
75 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
76 |
|
392
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
77 |
<activityPatternBinding |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
78 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
79 |
isEqualityPattern="true" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
80 |
pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.ui.localCShortcut"> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
81 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
82 |
|
392
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
83 |
<activityPatternBinding |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
84 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
85 |
isEqualityPattern="true" |
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
86 |
pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.ui.DebuggerTypesPreferencePage"> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
87 |
</activityPatternBinding> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
88 |
|
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
89 |
<activityPatternBinding |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
90 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
91 |
isEqualityPattern="true" |
392
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
92 |
pattern="org.eclipse.cdt.debug.core/org.eclipse.cdt.launch.applicationLaunchType"> |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
93 |
</activityPatternBinding> |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
94 |
|
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
95 |
<activityPatternBinding |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
96 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
97 |
isEqualityPattern="true" |
6c8acd0bb50d
Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents:
0
diff
changeset
|
98 |
pattern="org.eclipse.cdt.debug.gdbjtag.core/org.eclipse.cdt.debug.gdbjtag.launchConfigurationType"> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
99 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
100 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
101 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
102 |
<!-- The following UI elements are from org.eclipse.cdt.managedbuilder.ui --> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
103 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
104 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
105 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.ui.wizards.ConvertToMakeWizard"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
106 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
107 |
|
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
108 |
<activityPatternBinding |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
109 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
110 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.ui.wizards.NewMakeFromExisting"> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
111 |
</activityPatternBinding> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
112 |
|
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
113 |
<activityPatternBinding |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
114 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
115 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.ui.wizards.MakeProjFromExisting"> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
116 |
</activityPatternBinding> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
117 |
|
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
118 |
<activityPatternBinding |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
119 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
120 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.managedbuilder.ui.preferences.PrefPage_NewCDTWizard"> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
121 |
</activityPatternBinding> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
122 |
|
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
123 |
<activityPatternBinding |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
124 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
125 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.managedbuilder.ui.preferences.PrefPage_NewCDTProject"> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
126 |
</activityPatternBinding> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
127 |
|
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
128 |
<activityPatternBinding |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
129 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
130 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.managedbuilder.ui.preferences.PrefPage_Vars"> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
131 |
</activityPatternBinding> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
132 |
|
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
133 |
<activityPatternBinding |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
134 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
135 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.managedbuilder.ui.preferences.PrefPage_Env"> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
136 |
</activityPatternBinding> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
137 |
|
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
138 |
<activityPatternBinding |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
139 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
140 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.managedbuilder.ui.preferences.PrefPage_PropertyPage"> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
141 |
</activityPatternBinding> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
142 |
|
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
143 |
<activityPatternBinding |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
144 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
145 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.managedbuilder.ui.preferences.PrefPage_MultiConfig"> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
146 |
</activityPatternBinding> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
147 |
|
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
148 |
<!-- The following UI elements are from org.eclipse.cdt.make.ui --> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
149 |
<activityPatternBinding |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
150 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
151 |
pattern="org.eclipse.cdt.make.ui/org.eclipse.cdt.make.ui.preferences.MakePreferencePage"> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
152 |
</activityPatternBinding> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
153 |
|
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
154 |
<!-- The following UI elements are from org.eclipse.cdt.ui --> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
155 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
156 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
157 |
pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.wizards.NewCWizard1"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
158 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
159 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
160 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
161 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
162 |
pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.wizards.NewCWizard2"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
163 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
164 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
165 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
166 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
167 |
pattern="org\.eclipse\.cdt.*/.*NewProjectDropDown"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
168 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
169 |
|
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
170 |
<activityPatternBinding |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
171 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
172 |
pattern="org\.eclipse\.cdt.*/.*NewTypeDropDown"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
173 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
174 |
|
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
175 |
<activityPatternBinding |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
176 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
177 |
pattern="org\.eclipse\.cdt.*/.*NewFileDropDown"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
178 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
179 |
|
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
180 |
<activityPatternBinding |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
181 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
182 |
pattern="org\.eclipse\.cdt.*/.*NewFolderDropDown"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
183 |
</activityPatternBinding> |
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
184 |
|
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
185 |
<activityPatternBinding |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
186 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
187 |
pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.projectSettingsImportWizard"> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
188 |
</activityPatternBinding> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
189 |
|
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
190 |
<activityPatternBinding |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
191 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
192 |
pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.projectSettingsExportWizard"> |
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
193 |
</activityPatternBinding> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
194 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
195 |
<!-- The following UI elements are from org.eclipse.debug.ui --> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
196 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
197 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
198 |
pattern="org\.eclipse\.debug.*/.*relaunch"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
199 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
200 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
201 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
202 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
203 |
pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.internal.ui.actions.AddEventBreakpointActionDelegate"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
204 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
205 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
206 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
207 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
208 |
pattern=".*ImportExecutableWizard"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
209 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
210 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
211 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
212 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
213 |
pattern="org\.eclipse\.debug.*/.*TerminateAndRelaunch"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
214 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
215 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
216 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
217 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
218 |
pattern="org\.eclipse\.debug.*/.*terminateAndRemove"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
219 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
220 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
221 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
222 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
223 |
pattern="org\.eclipse\.debug.*/.*terminateAll"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
224 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
225 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
226 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
227 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
228 |
pattern="org\.eclipse\.debug.*/.*stepWithFilters"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
229 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
230 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
231 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
232 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
233 |
pattern="org\.eclipse\.debug.*/.*toggleStepFilters"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
234 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
235 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
236 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
237 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
238 |
pattern="org\.eclipse\.debug.*/.*ToggleStepFilters"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
239 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
240 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
241 |
<category |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
242 |
name="Nokia Debug" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
243 |
description="Elements associated with the Nokia debugger" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
244 |
id="com.nokia.carbide.cpp.debug.nokiacategory"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
245 |
</category> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
246 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
247 |
<activityPatternBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
248 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
249 |
pattern="org.eclipse.ui.project.buildAutomatically"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
250 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
251 |
|
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
252 |
<activityPatternBinding |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
253 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
254 |
pattern="org.eclipse.ui.project.buildAll"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
255 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
256 |
|
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
257 |
<activityPatternBinding |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
258 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
259 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.ui.buildConfigToolbarAction"> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
260 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
261 |
|
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
262 |
<activityPatternBinding |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
263 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
264 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.ui.buildConfigMenuAction"> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
265 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
266 |
|
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
267 |
<activityPatternBinding |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
268 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
269 |
pattern="org.eclipse.cdt.debug.mi.ui/org.eclipse.cdt.debug.mi.ui.MIPreferencePage"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
270 |
</activityPatternBinding> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
271 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
272 |
<categoryActivityBinding |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
273 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
274 |
categoryId="com.nokia.carbide.cpp.debug.nokiacategory"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
275 |
</categoryActivityBinding> |
1209
c9cbc679eff0
fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents:
432
diff
changeset
|
276 |
|
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
277 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
278 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
279 |
</plugin> |