debuggercdi/com.nokia.carbide.cpp.debug.capabilities/plugin.xml
author cawthron
Fri, 28 May 2010 16:01:18 -0500
branchC3_BUILDER_WORK
changeset 1417 8e6d57a444fc
parent 1209 c9cbc679eff0
child 1657 03f5f8bf29b4
permissions -rw-r--r--
copy default branch to C3_BUILDER_WORK branch so they are equal
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
<!-- The following UI elements are from org.eclipse.cdt.launch -->
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    10
      <category
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    11
            name="CDT - Launch UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    12
            description="CDT Launch UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    13
            id="org.eclipse.cdt.launch.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    14
      </category>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    15
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    16
            name="CDT - Launch UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    17
            description="CDT Launch UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    18
            id="org.eclipse.cdt.launch.activity">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    19
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    20
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    21
            activityId="org.eclipse.cdt.launch.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    22
            categoryId="org.eclipse.cdt.launch.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    23
      </categoryActivityBinding>
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    24
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    25
            activityId="org.eclipse.cdt.launch.activity"
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    26
            isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    27
            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
    28
      </activityPatternBinding>
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    29
       <activityPatternBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    30
            activityId="org.eclipse.cdt.launch.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    31
            isEqualityPattern="true"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    32
            pattern="org.eclipse.cdt.launch/org.eclipse.cdt.launch.launchGroup">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    33
      </activityPatternBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    34
<!-- -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    35
<!-- The following UI elements are from org.eclipse.cdt.dsf.gdb -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    36
      <category
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    37
            name="CDT - DSF GDB"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    38
            description="CDT DSF GDB Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    39
            id="org.eclipse.cdt.dsf.gdb.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    40
      </category>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    41
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    42
            name="CDT DSF GDB UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    43
            description="CDT DSF GDB UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    44
            id="org.eclipse.cdt.dsf.gdb.activity">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    45
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    46
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    47
            activityId="org.eclipse.cdt.dsf.gdb.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    48
            categoryId="org.eclipse.cdt.dsf.gdb.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    49
      </categoryActivityBinding>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    50
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    51
            activityId="org.eclipse.cdt.dsf.gdb.activity"
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    52
            isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    53
            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
    54
      </activityPatternBinding>
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    55
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    56
            activityId="org.eclipse.cdt.dsf.gdb.activity"
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    57
            isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    58
            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
    59
      </activityPatternBinding>
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    60
<!-- -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    61
<!-- The following UI elements are from org.eclipse.cdt.debug.core -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    62
      <category
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    63
            name="CDT - Core Debug Launch"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    64
            description="CDT Core Debug Launch"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    65
            id="org.eclipse.cdt.debug.core.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    66
      </category>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    67
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    68
            name="CDT - Core Debug Launch UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    69
            description="CDT Core Debug Launch"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    70
            id="org.eclipse.cdt.debug.core.activity">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    71
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    72
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    73
            activityId="org.eclipse.cdt.debug.core.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    74
            categoryId="org.eclipse.cdt.debug.core.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    75
      </categoryActivityBinding>
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    76
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    77
            activityId="org.eclipse.cdt.debug.core.activity"
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    78
            isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    79
            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
    80
      </activityPatternBinding>
432
f0a3eb120614 Hide the new CDT group launch for now.
ryall
parents: 392
diff changeset
    81
      
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    82
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    83
            activityId="org.eclipse.cdt.debug.core.activity"
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    84
            isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    85
            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
    86
      </activityPatternBinding>
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    87
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    88
     <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    89
           activityId="org.eclipse.cdt.debug.core.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    90
           isEqualityPattern="true"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    91
           pattern="org.eclipse.cdt.debug.core/org.eclipse.cdt.launch.applicationLaunchType">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    92
      </activityPatternBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    93
<!-- -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    94
<!-- The following UI elements are from org.eclipse.cdt.launch.remote -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    95
      <category
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    96
            name="CDT - Remote Launch"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    97
            description="CDT Remote Launch Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    98
            id="org.eclipse.cdt.launch.remote.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
    99
      </category>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   100
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   101
            name="CDT - Remote Launch UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   102
            description="CDT Remote Launch Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   103
            id="org.eclipse.cdt.launch.remote.activity">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   104
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   105
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   106
            activityId="org.eclipse.cdt.launch.remote.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   107
            categoryId="org.eclipse.cdt.launch.remote.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   108
      </categoryActivityBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   109
     <activityPatternBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   110
           activityId="org.eclipse.cdt.launch.remote.activity"
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   111
           isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   112
           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
   113
      </activityPatternBinding>
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   114
<!-- -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   115
<!-- The following UI elements are from org.eclipse.cdt.examples.dsf.pda -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   116
      <category
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   117
            name="CDT - DSF PDA"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   118
            description="CDT DSF PDA Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   119
            id="org.eclipse.cdt.examples.dsf.pda.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   120
      </category>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   121
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   122
            name="CDT - DSF PDA UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   123
            description="CDT DSF PDA Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   124
            id="org.eclipse.cdt.examples.dsf.pda.activity">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   125
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   126
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   127
            activityId="org.eclipse.cdt.examples.dsf.pda.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   128
            categoryId="org.eclipse.cdt.examples.dsf.pda.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   129
      </categoryActivityBinding>
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   130
     <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   131
           activityId="org.eclipse.cdt.examples.dsf.pda.activity"
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   132
           isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   133
           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
   134
      </activityPatternBinding>
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   135
<!-- -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   136
<!-- The following UI elements are from org.eclipse.cdt.debug.ui -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   137
      <category
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   138
            name="CDT - Debug UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   139
            description="CDT Debug UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   140
            id="org.eclipse.cdt.debug.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   141
      </category>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   142
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   143
            name="CDT - Debugger Local C Shortcut"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   144
            description="CDT Local C Shortcut"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   145
            id="org.eclipse.cdt.debug.ui.activity1">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   146
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   147
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   148
            name="CDT - Debugger Types Preference Page"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   149
            description="CDT Debugger types preference page"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   150
            id="org.eclipse.cdt.debug.ui.activity2">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   151
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   152
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   153
            name="CDT - Debugger Signals View"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   154
            description="CDT Debugger Signals View"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   155
            id="org.eclipse.cdt.debug.ui.activity3">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   156
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   157
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   158
            name="CDT - Debugger Add Breakpoint Event Action"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   159
            description="CDT Debugger Add Breakpoint Event Action"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   160
            id="org.eclipse.cdt.debug.ui.activity4">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   161
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   162
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   163
            activityId="org.eclipse.cdt.debug.ui.activity1"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   164
            categoryId="org.eclipse.cdt.debug.ui.cdtCategory">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   165
      </categoryActivityBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   166
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   167
            activityId="org.eclipse.cdt.debug.ui.activity2"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   168
            categoryId="org.eclipse.cdt.debug.ui.cdtCategory">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   169
      </categoryActivityBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   170
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   171
            activityId="org.eclipse.cdt.debug.ui.activity3"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   172
            categoryId="org.eclipse.cdt.debug.ui.cdtCategory">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   173
      </categoryActivityBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   174
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   175
            activityId="org.eclipse.cdt.debug.ui.activity4"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   176
            categoryId="org.eclipse.cdt.debug.ui.cdtCategory">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   177
      </categoryActivityBinding>
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   178
     <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   179
           activityId="org.eclipse.cdt.debug.ui.activity1"
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   180
           isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   181
           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
   182
      </activityPatternBinding>
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   183
     <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   184
           activityId="org.eclipse.cdt.debug.ui.activity2"
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   185
           isEqualityPattern="true"
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   186
           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
   187
      </activityPatternBinding>
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   188
      <activityPatternBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   189
            activityId="org.eclipse.cdt.debug.ui.activity3"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   190
            pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.ui.SignalsView">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   191
      </activityPatternBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   192
      <activityPatternBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   193
            activityId="org.eclipse.cdt.debug.ui.activity4"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   194
            pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.internal.ui.actions.AddEventBreakpointActionDelegate">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   195
      </activityPatternBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   196
<!-- -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   197
<!-- The following UI elements are from org.eclipse.cdt.debug.gdbjtag.core -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   198
      <category
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   199
            name="CDT - GDB JTAG Debug UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   200
            description="CDT GDB JTAG Debug UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   201
            id="org.eclipse.cdt.debug.gdbjtag.core.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   202
      </category>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   203
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   204
            name="CDT - GDB JTAG Debug UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   205
            description="CDT GDB JTAG Debug UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   206
            id="org.eclipse.cdt.debug.gdbjtag.core.activity">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   207
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   208
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   209
            activityId="org.eclipse.cdt.debug.gdbjtag.core.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   210
            categoryId="org.eclipse.cdt.debug.gdbjtag.core.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   211
      </categoryActivityBinding>
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   212
     <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   213
           activityId="org.eclipse.cdt.debug.gdbjtag.core.activity"
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   214
           isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   215
           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
   216
      </activityPatternBinding>
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   217
<!-- -->
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   218
<!-- The following UI elements are from org.eclipse.cdt.managedbuilder.ui -->
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   219
      <category
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   220
            name="CDT - Managed Builder UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   221
            description="CDT Managed Builder UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   222
            id="org.eclipse.cdt.managedbuilder.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   223
      </category>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   224
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   225
            name="CDT - Managed Builder UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   226
            description="CDT Managed Builder UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   227
            id="org.eclipse.cdt.managedbuilder.ui.activity">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   228
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   229
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   230
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   231
            categoryId="org.eclipse.cdt.managedbuilder.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   232
      </categoryActivityBinding>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   233
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   234
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   235
            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
   236
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   237
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   238
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   239
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   240
            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
   241
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   242
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   243
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   244
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   245
            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
   246
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   247
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   248
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   249
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   250
            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
   251
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   252
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   253
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   254
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   255
            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
   256
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   257
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   258
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   259
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   260
            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
   261
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   262
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   263
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   264
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   265
            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
   266
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   267
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   268
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   269
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   270
            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
   271
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   272
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   273
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   274
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   275
            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
   276
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   277
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   278
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   279
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   280
            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
   281
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   282
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   283
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   284
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   285
            pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.ui.buildConfigMenuAction">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   286
      </activityPatternBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   287
<!-- -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   288
<!-- The following UI elements are from org.eclipse.cdt.make.ui -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   289
      <category
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   290
            name="CDT - Make UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   291
            description="CDT Make UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   292
            id="org.eclipse.cdt.make.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   293
      </category>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   294
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   295
            name="CDT - Make UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   296
            description="CDT Make UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   297
            id="org.eclipse.cdt.make.ui.activity">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   298
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   299
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   300
            activityId="org.eclipse.cdt.make.ui.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   301
            categoryId="org.eclipse.cdt.make.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   302
      </categoryActivityBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   303
      <activityPatternBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   304
            activityId="org.eclipse.cdt.make.ui.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   305
            pattern="org.eclipse.cdt.make.ui/org.eclipse.cdt.make.ui.preferences.MakePreferencePage">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   306
      </activityPatternBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   307
<!-- -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   308
<!-- The following UI elements are from org.eclipse.cdt.ui -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   309
      <category
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   310
            name="CDT - UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   311
            description="CDT UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   312
            id="org.eclipse.cdt.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   313
      </category>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   314
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   315
            name="CDT - UI for New* Wizards"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   316
            description="CDT UI for New* Wizards"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   317
            id="org.eclipse.cdt.ui.activity">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   318
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   319
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   320
            name="CDT - Project Settings Actions"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   321
            description="CDT Project settings import and export actions"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   322
            id="org.eclipse.cdt.ui.activity2">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   323
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   324
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   325
            name="CDT - Import Executable Action"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   326
            description="CDT Import executable action"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   327
            id="org.eclipse.cdt.ui.activity3">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   328
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   329
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   330
            activityId="org.eclipse.cdt.ui.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   331
            categoryId="org.eclipse.cdt.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   332
      </categoryActivityBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   333
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   334
            activityId="org.eclipse.cdt.ui.activity2"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   335
            categoryId="org.eclipse.cdt.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   336
      </categoryActivityBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   337
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   338
            activityId="org.eclipse.cdt.ui.activity3"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   339
            categoryId="org.eclipse.cdt.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   340
      </categoryActivityBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   341
      <activityPatternBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   342
            activityId="org.eclipse.cdt.ui.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   343
            pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.wizards.NewCWizard1">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   344
      </activityPatternBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   345
      <activityPatternBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   346
            activityId="org.eclipse.cdt.ui.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   347
            pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.wizards.NewCWizard2">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   348
      </activityPatternBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   349
      <activityPatternBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   350
            activityId="org.eclipse.cdt.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   351
            pattern="org\.eclipse\.cdt.*/.*NewProjectDropDown">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   352
      </activityPatternBinding>
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   353
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   354
            activityId="org.eclipse.cdt.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   355
            pattern="org\.eclipse\.cdt.*/.*NewTypeDropDown">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   356
      </activityPatternBinding>
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   357
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   358
            activityId="org.eclipse.cdt.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   359
            pattern="org\.eclipse\.cdt.*/.*NewFileDropDown">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   360
      </activityPatternBinding>
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   361
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   362
            activityId="org.eclipse.cdt.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   363
            pattern="org\.eclipse\.cdt.*/.*NewFolderDropDown">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   364
      </activityPatternBinding>
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   365
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   366
            activityId="org.eclipse.cdt.ui.activity2"
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   367
            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
   368
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   369
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   370
            activityId="org.eclipse.cdt.ui.activity2"
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   371
            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
   372
      </activityPatternBinding>      
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   373
      <activityPatternBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   374
            activityId="org.eclipse.cdt.ui.activity3"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   375
            pattern=".*ImportExecutableWizard">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   376
      </activityPatternBinding>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   377
<!-- -->
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   378
<!-- The following UI elements are from org.eclipse.debug.ui -->
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   379
      <category
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   380
            name="Platform Debug UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   381
            description="Platform Debug UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   382
            id="org.eclipse.debug.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   383
      </category>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   384
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   385
            name="Platform Debug UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   386
            description="Platform Debug UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   387
            id="org.eclipse.debug.ui.activity">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   388
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   389
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   390
            activityId="org.eclipse.debug.ui.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   391
            categoryId="org.eclipse.debug.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   392
      </categoryActivityBinding>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   393
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   394
            activityId="org.eclipse.debug.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   395
            pattern="org\.eclipse\.debug.*/.*relaunch">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   396
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   397
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   398
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   399
            activityId="org.eclipse.debug.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   400
            pattern="org\.eclipse\.debug.*/.*TerminateAndRelaunch">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   401
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   402
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   403
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   404
            activityId="org.eclipse.debug.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   405
            pattern="org\.eclipse\.debug.*/.*terminateAndRemove">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   406
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   407
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   408
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   409
            activityId="org.eclipse.debug.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   410
            pattern="org\.eclipse\.debug.*/.*terminateAll">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   411
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   412
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   413
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   414
            activityId="org.eclipse.debug.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   415
            pattern="org\.eclipse\.debug.*/.*stepWithFilters">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   416
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   417
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   418
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   419
            activityId="org.eclipse.debug.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   420
            pattern="org\.eclipse\.debug.*/.*toggleStepFilters">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   421
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   422
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   423
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   424
            activityId="org.eclipse.debug.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   425
            pattern="org\.eclipse\.debug.*/.*ToggleStepFilters">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   426
      </activityPatternBinding>
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   427
<!-- -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   428
<!-- The following UI elements are from org.eclipse.ui.ide -->
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   429
      <category
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   430
            name="Platform IDE UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   431
            description="Platform IDE UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   432
            id="org.eclipse.ui.ide.category">
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   433
      </category>
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   434
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   435
            name="Platform IDE UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   436
            description="Platform IDE UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   437
            id="org.eclipse.ui.ide.activity">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   438
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   439
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   440
            activityId="org.eclipse.ui.ide.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   441
            categoryId="org.eclipse.ui.ide.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   442
      </categoryActivityBinding>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   443
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   444
            activityId="org.eclipse.ui.ide.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   445
            pattern="org.eclipse.ui.project.buildAutomatically">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   446
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   447
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   448
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   449
            activityId="org.eclipse.ui.ide.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   450
            pattern="org.eclipse.ui.project.buildAll">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   451
      </activityPatternBinding>
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   452
<!-- -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   453
  
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   454
<!-- The following UI elements are from org.eclipse.cdt.debug.mi.ui -->
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   455
      <category
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   456
            name="CDT - MI Debug UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   457
            description="CDT - MI Debug UI Elements"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   458
            id="org.eclipse.cdt.debug.mi.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   459
      </category>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   460
      <activity
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   461
            name="CDT - MI Debug UI"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   462
            description="CDT - MI Debug Preference Page"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   463
            id="org.eclipse.cdt.debug.mi.ui.activity">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   464
      </activity>
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   465
      <categoryActivityBinding
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   466
            activityId="org.eclipse.cdt.debug.mi.ui.activity"
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   467
            categoryId="org.eclipse.cdt.debug.mi.ui.category">
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   468
      </categoryActivityBinding>
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   469
      <activityPatternBinding
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   470
            activityId="org.eclipse.cdt.debug.mi.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   471
            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
   472
      </activityPatternBinding>
1417
8e6d57a444fc copy default branch to C3_BUILDER_WORK branch so they are equal
cawthron
parents: 1209
diff changeset
   473
<!-- -->
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   474
   </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   475
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   476
</plugin>