debuggercdi/com.nokia.carbide.cpp.debug.capabilities/plugin.xml
author fturovic <frank.turovich@nokia.com>
Wed, 06 Oct 2010 10:33:22 -0500
changeset 2132 e08aff86e1bc
parent 1657 03f5f8bf29b4
permissions -rw-r--r--
removed old files moved to new directory
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
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
     9
<!-- The following UI elements are from org.eclipse.cdt.launch & org.eclipse.cdt.core -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
    10
      <category
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    11
            name="CDT - C/C++ Standard Launch Configurations"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    12
            description="C/C++ Standard launch configurations provided by CDT"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    13
            id="org.eclipse.cdt.standard.category">
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
    14
      </category>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    15
<!-- Create Process Configuration -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
    16
      <activity
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    17
            name="CDT - C/C++ Standard Create Process Type"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    18
            description="Start new application optionally under control of the standard debugger"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    19
            id="org.eclipse.cdt.standard.launch.activityAppLaunch">
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
    20
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
    21
      <categoryActivityBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    22
            activityId="org.eclipse.cdt.standard.launch.activityAppLaunch"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    23
            categoryId="org.eclipse.cdt.standard.category">
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
    24
      </categoryActivityBinding>
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    25
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    26
            activityId="org.eclipse.cdt.standard.launch.activityAppLaunch"
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    27
            isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
    28
            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
    29
      </activityPatternBinding>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    30
     <activityPatternBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    31
           activityId="org.eclipse.cdt.standard.launch.activityAppLaunch"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    32
           isEqualityPattern="true"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    33
           pattern="org.eclipse.cdt.debug.core/org.eclipse.cdt.launch.applicationLaunchType">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    34
      </activityPatternBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    35
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    36
<!-- Multiple Launch Configuration -->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    37
      <activity
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    38
            name="CDT - C/C++ Launch Group Type"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    39
            description="Launch several other configurations sequentially"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    40
            id="org.eclipse.cdt.standard.launch.activityGroupLaunch">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    41
      </activity>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    42
      <categoryActivityBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    43
            activityId="org.eclipse.cdt.standard.launch.activityGroupLaunch"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    44
            categoryId="org.eclipse.cdt.standard.category">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    45
      </categoryActivityBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    46
      <activityPatternBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    47
            activityId="org.eclipse.cdt.standard.launch.activityGroupLaunch"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
    48
            isEqualityPattern="true"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
    49
            pattern="org.eclipse.cdt.launch/org.eclipse.cdt.launch.launchGroup">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
    50
      </activityPatternBinding>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    51
<!-- Standard Postmortem Debugger -->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    52
      <activity
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    53
            name="CDT - C/C++ Postmortem Debugger Type"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    54
            description="Load an application dump into the standard debugger"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    55
            id="org.eclipse.cdt.standard.launch.activityPostmortem">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    56
      </activity>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    57
      <categoryActivityBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    58
            activityId="org.eclipse.cdt.standard.launch.activityPostmortem"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    59
            categoryId="org.eclipse.cdt.standard.category">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    60
      </categoryActivityBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    61
      <activityPatternBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    62
            activityId="org.eclipse.cdt.standard.launch.activityPostmortem"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    63
            isEqualityPattern="true"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    64
            pattern="org.eclipse.cdt.debug.core/org.eclipse.cdt.launch.postmortemLaunchType">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    65
      </activityPatternBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    66
<!-- Standard Attach to Process -->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    67
      <activity
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    68
            name="CDT - C/C++ Standard Attach to Process Type"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    69
            description="Attach standard debugger to a running program"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    70
            id="org.eclipse.cdt.standard.launch.activityAttach">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    71
      </activity>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    72
      <categoryActivityBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    73
            activityId="org.eclipse.cdt.standard.launch.activityAttach"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    74
            categoryId="org.eclipse.cdt.standard.category">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    75
      </categoryActivityBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    76
      <activityPatternBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    77
            activityId="org.eclipse.cdt.standard.launch.activityAttach"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    78
            isEqualityPattern="true"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    79
            pattern="org.eclipse.cdt.debug.core/org.eclipse.cdt.launch.attachLaunchType">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    80
      </activityPatternBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    81
<!-- Local C/C++ Application Shorcut -->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    82
      <activity
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    83
            name="CDT - C/C++ Application Launch Shortcut"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    84
            description="Runs/Debugs a local C/C++ application from a shortcut"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    85
            id="org.eclipse.cdt.standard.launch.activityAppLaunchShortcut">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    86
      </activity>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    87
      <categoryActivityBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    88
            activityId="org.eclipse.cdt.standard.launch.activityAppLaunchShortcut"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    89
            categoryId="org.eclipse.cdt.standard.category">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    90
      </categoryActivityBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    91
     <activityPatternBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    92
           activityId="org.eclipse.cdt.standard.launch.activityAppLaunchShortcut"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    93
           isEqualityPattern="true"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    94
           pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.ui.localCShortcut">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    95
      </activityPatternBinding>
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
    96
<!-- -->
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    97
<!-- The following UI elements are from org.eclipse.cdt.dsf.gdb  NOT INCLUDED IN C3-->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
    98
<!--      <category
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
    99
            name="CDT - DSF GDB"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   100
            description="CDT DSF GDB Elements"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   101
            id="org.eclipse.cdt.dsf.gdb.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   102
      </category>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   103
      <activity
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   104
            name="CDT DSF GDB UI"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   105
            description="CDT DSF GDB UI"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   106
            id="org.eclipse.cdt.dsf.gdb.activity">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   107
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   108
      <categoryActivityBinding
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   109
            activityId="org.eclipse.cdt.dsf.gdb.activity"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   110
            categoryId="org.eclipse.cdt.dsf.gdb.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   111
      </categoryActivityBinding>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   112
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   113
            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
   114
            isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   115
            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
   116
      </activityPatternBinding>
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   117
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   118
            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
   119
            isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   120
            pattern="org.eclipse.cdt.dsf.gdb/org.eclipse.cdt.dsf.gdb.launch.remoteCLaunch">
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   121
      </activityPatternBinding>-->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   122
<!-- -->
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   123
<!-- The following UI elements are from org.eclipse.cdt.debug.core MERGED ABOVE-->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   124
<!--      <category
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   125
            name="CDT - Core Debug Launch"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   126
            description="CDT Core Debug Launch"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   127
            id="org.eclipse.cdt.debug.core.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   128
      </category>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   129
      <activity
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   130
            name="CDT - Core Debug Launch UI"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   131
            description="CDT Core Debug Launch"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   132
            id="org.eclipse.cdt.debug.core.activity">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   133
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   134
      <categoryActivityBinding
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   135
            activityId="org.eclipse.cdt.debug.core.activity"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   136
            categoryId="org.eclipse.cdt.debug.core.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   137
      </categoryActivityBinding>
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   138
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   139
            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
   140
            isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   141
            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
   142
      </activityPatternBinding>
432
f0a3eb120614 Hide the new CDT group launch for now.
ryall
parents: 392
diff changeset
   143
      
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   144
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   145
            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
   146
            isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   147
            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
   148
      </activityPatternBinding>
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   149
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   150
     <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   151
           activityId="org.eclipse.cdt.debug.core.activity"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   152
           isEqualityPattern="true"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   153
           pattern="org.eclipse.cdt.debug.core/org.eclipse.cdt.launch.applicationLaunchType">
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   154
      </activityPatternBinding> -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   155
<!-- -->
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   156
<!-- The following UI elements are from org.eclipse.cdt.launch.remote NOT IN C3-->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   157
<!--      <category
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   158
            name="CDT - Remote Launch"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   159
            description="CDT Remote Launch Elements"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   160
            id="org.eclipse.cdt.launch.remote.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   161
      </category>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   162
      <activity
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   163
            name="CDT - Remote Launch UI"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   164
            description="CDT Remote Launch Elements"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   165
            id="org.eclipse.cdt.launch.remote.activity">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   166
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   167
      <categoryActivityBinding
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   168
            activityId="org.eclipse.cdt.launch.remote.activity"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   169
            categoryId="org.eclipse.cdt.launch.remote.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   170
      </categoryActivityBinding>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   171
     <activityPatternBinding
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   172
           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
   173
           isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   174
           pattern="org.eclipse.cdt.launch.remote/org.eclipse.rse.remotecdt.RemoteApplicationLaunch">
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   175
      </activityPatternBinding>-->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   176
<!-- -->
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   177
<!-- The following UI elements are from org.eclipse.cdt.examples.dsf.pda NOT IN C3-->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   178
<!--      <category
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   179
            name="CDT - DSF PDA"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   180
            description="CDT DSF PDA Elements"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   181
            id="org.eclipse.cdt.examples.dsf.pda.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   182
      </category>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   183
      <activity
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   184
            name="CDT - DSF PDA UI"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   185
            description="CDT DSF PDA Elements"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   186
            id="org.eclipse.cdt.examples.dsf.pda.activity">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   187
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   188
      <categoryActivityBinding
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   189
            activityId="org.eclipse.cdt.examples.dsf.pda.activity"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   190
            categoryId="org.eclipse.cdt.examples.dsf.pda.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   191
      </categoryActivityBinding>
392
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   192
     <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   193
           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
   194
           isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   195
           pattern="org.eclipse.cdt.examples.dsf.pda/org.eclipse.cdt.examples.dsf.pda.launchType">
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   196
      </activityPatternBinding> -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   197
<!-- -->
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   198
<!-- The following UI elements are from org.eclipse.cdt.debug.ui -->
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   199
      <category
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   200
            name="CDT - C/C++ Standard Debug UI"
1493
b9e4c7377026 Add more detail to some descriptions
chpeckha
parents: 1467
diff changeset
   201
            description="CDT C/C++ Standard debug preferences, actions, and views"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   202
            id="org.eclipse.cdt.debug.ui.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   203
      </category>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   204
<!-- Debugger Types Preference Page -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   205
      <activity
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   206
            name="CDT - Debugger Types Preference Page"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   207
            description="CDT Debugger types preference page"
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   208
            id="org.eclipse.cdt.debug.ui.activityDebuggerTypesPref">
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   209
      </activity>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   210
      <categoryActivityBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   211
            activityId="org.eclipse.cdt.debug.ui.activityDebuggerTypesPref"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   212
            categoryId="org.eclipse.cdt.debug.ui.category">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   213
      </categoryActivityBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   214
     <activityPatternBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   215
           activityId="org.eclipse.cdt.debug.ui.activityDebuggerTypesPref"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   216
           isEqualityPattern="true"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   217
           pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.ui.DebuggerTypesPreferencePage">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   218
      </activityPatternBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   219
<!-- Debugger Signals View -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   220
      <activity
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   221
            name="CDT - Debugger Signals View"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   222
            description="CDT Debugger Signals View"
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   223
            id="org.eclipse.cdt.debug.ui.activitySignalsView">
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   224
      </activity>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   225
      <categoryActivityBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   226
            activityId="org.eclipse.cdt.debug.ui.activitySignalsView"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   227
            categoryId="org.eclipse.cdt.debug.ui.category">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   228
      </categoryActivityBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   229
      <activityPatternBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   230
            activityId="org.eclipse.cdt.debug.ui.activitySignalsView"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   231
            pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.ui.SignalsView">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   232
      </activityPatternBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   233
<!-- Debugger Add Breakpoint Event Action -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   234
      <activity
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   235
            name="CDT - Debugger Add Breakpoint Event Action"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   236
            description="CDT Debugger Add Breakpoint Event Action"
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   237
            id="org.eclipse.cdt.debug.ui.activityAddBreakpointEvent">
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   238
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   239
      <categoryActivityBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   240
            activityId="org.eclipse.cdt.debug.ui.activityAddBreakpointEvent"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   241
            categoryId="org.eclipse.cdt.debug.ui.category">
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   242
      </categoryActivityBinding>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   243
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   244
            activityId="org.eclipse.cdt.debug.ui.activityAddBreakpointEvent"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   245
            pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.internal.ui.actions.AddEventBreakpointActionDelegate">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   246
      </activityPatternBinding>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   247
<!-- -->
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   248
<!-- The following UI elements are from org.eclipse.cdt.debug.gdbjtag.core NOT IN C3-->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   249
<!--      <category
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   250
            name="CDT - GDB JTAG Debug UI"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   251
            description="CDT GDB JTAG Debug UI Elements"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   252
            id="org.eclipse.cdt.debug.gdbjtag.core.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   253
      </category>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   254
      <activity
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   255
            name="CDT - GDB JTAG Debug UI"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   256
            description="CDT GDB JTAG Debug UI Elements"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   257
            id="org.eclipse.cdt.debug.gdbjtag.core.activity">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   258
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   259
      <categoryActivityBinding
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   260
            activityId="org.eclipse.cdt.debug.gdbjtag.core.activity"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   261
            categoryId="org.eclipse.cdt.debug.gdbjtag.core.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   262
      </categoryActivityBinding>
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   263
     <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   264
           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
   265
           isEqualityPattern="true"
6c8acd0bb50d Bugs 9560, 9572. Updated activityPatternBindings to match new launch type IDs in CDT.
ryall
parents: 0
diff changeset
   266
           pattern="org.eclipse.cdt.debug.gdbjtag.core/org.eclipse.cdt.debug.gdbjtag.launchConfigurationType">
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   267
      </activityPatternBinding> -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   268
<!-- -->
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   269
<!-- The following UI elements are from org.eclipse.cdt.managedbuilder.ui -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   270
      <category
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   271
            name="CDT - C/C++ Managed Builder UI"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   272
            description="All preferences, actions, wizards supplied by the Managed Builder CDT plug-ins"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   273
            id="org.eclipse.cdt.managedbuilder.ui.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   274
      </category>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   275
      <activity
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   276
            name="CDT - C/C++ Managed Builder UI"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   277
            description="All preferences, actions, wizards supplied by the Managed Builder CDT plug-ins"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   278
            id="org.eclipse.cdt.managedbuilder.ui.activity">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   279
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   280
      <categoryActivityBinding
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   281
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   282
            categoryId="org.eclipse.cdt.managedbuilder.ui.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   283
      </categoryActivityBinding>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   284
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   285
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   286
            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
   287
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   288
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   289
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   290
            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
   291
            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
   292
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   293
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   294
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   295
            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
   296
            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
   297
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   298
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   299
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   300
            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
   301
            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
   302
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   303
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   304
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   305
            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
   306
            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
   307
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   308
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   309
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   310
            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
   311
            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
   312
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   313
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   314
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   315
            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
   316
            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
   317
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   318
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   319
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   320
            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
   321
            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
   322
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   323
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   324
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   325
            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
   326
            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
   327
      </activityPatternBinding>
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   328
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   329
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   330
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   331
            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
   332
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   333
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   334
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   335
            activityId="org.eclipse.cdt.managedbuilder.ui.activity"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   336
            pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.ui.buildConfigMenuAction">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   337
      </activityPatternBinding>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   338
<!-- -->
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   339
<!-- The following UI elements are from org.eclipse.cdt.make.ui -->
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   340
      <category
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   341
            name="CDT - C/C++ Make UI"
1493
b9e4c7377026 Add more detail to some descriptions
chpeckha
parents: 1467
diff changeset
   342
            description="CDT C/C++ Make file preferences"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   343
            id="org.eclipse.cdt.make.ui.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   344
      </category>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   345
      <activity
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   346
            name="CDT - C/C++ Build Make Targets Preference Page"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   347
            description="CDT C/C++ Build Make Targets Preference Page"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   348
            id="org.eclipse.cdt.make.ui.activity">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   349
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   350
      <categoryActivityBinding
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   351
            activityId="org.eclipse.cdt.make.ui.activity"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   352
            categoryId="org.eclipse.cdt.make.ui.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   353
      </categoryActivityBinding>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   354
      <activityPatternBinding
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   355
            activityId="org.eclipse.cdt.make.ui.activity"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   356
            pattern="org.eclipse.cdt.make.ui/org.eclipse.cdt.make.ui.preferences.MakePreferencePage">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   357
      </activityPatternBinding>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   358
<!-- -->
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   359
<!-- The following UI elements are from org.eclipse.cdt.ui dealing with C/C++ projects -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   360
      <category
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   361
            name="CDT - C/C++ Standard Project Actions"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   362
            description="CDT C/C++ Standard Project Creation and Modification Actions"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   363
            id="org.eclipse.cdt.ui.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   364
      </category>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   365
<!-- Project settings import/export -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   366
      <activity
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   367
            name="CDT - Project Settings Wizards"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   368
            description="CDT C/C++ Standard project settings import and export wizards"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   369
            id="org.eclipse.cdt.ui.activityProjectSettings">
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   370
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   371
      <categoryActivityBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   372
            activityId="org.eclipse.cdt.ui.activityProjectSettings"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   373
            categoryId="org.eclipse.cdt.ui.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   374
      </categoryActivityBinding>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   375
      <activityPatternBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   376
            activityId="org.eclipse.cdt.ui.activityProjectSettings"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   377
            pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.projectSettingsImportWizard">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   378
      </activityPatternBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   379
      <activityPatternBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   380
            activityId="org.eclipse.cdt.ui.activityProjectSettings"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   381
            pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.projectSettingsExportWizard">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   382
      </activityPatternBinding>
1547
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   383
<!-- Resource Configurations -->
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   384
      <activity
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   385
            name="CDT - Resource Configurations"
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   386
            description="CDT C/C++ Resource configurations context menu commands"
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   387
            id="org.eclipse.cdt.ui.activityResourceConfigurations">
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   388
      </activity>
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   389
      <categoryActivityBinding
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   390
            activityId="org.eclipse.cdt.ui.activityResourceConfigurations"
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   391
            categoryId="org.eclipse.cdt.ui.category">
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   392
      </categoryActivityBinding>
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   393
      <activityPatternBinding
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   394
            activityId="org.eclipse.cdt.ui.activityResourceConfigurations"
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   395
            pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.buildConfigContributionM">
c01ec4eb0dbe Hide resource configs context menu
dadubrow
parents: 1493
diff changeset
   396
      </activityPatternBinding>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   397
<!-- Import Executable action -->      
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   398
      <activity
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   399
            name="CDT - C/C++ Import Executable Wizard"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   400
            description="CDT C/C++ import executable wizard"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   401
            id="org.eclipse.cdt.ui.activityImportExecutable">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   402
      </activity>
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   403
      <categoryActivityBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   404
            activityId="org.eclipse.cdt.ui.activityImportExecutable"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   405
            categoryId="org.eclipse.cdt.ui.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   406
      </categoryActivityBinding>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   407
      <activityPatternBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   408
            activityId="org.eclipse.cdt.ui.activityImportExecutable"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   409
            pattern=".*ImportExecutableWizard">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   410
      </activityPatternBinding>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   411
<!-- New C/C++ Project wizards -->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   412
      <activity
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   413
            name="CDT - New C/C++ Project Wizards"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   414
            description="CDT New C and New C++ project wizards"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   415
            id="org.eclipse.cdt.ui.activityNewProject">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   416
      </activity>
1404
b2dfec860f7a fix missing activity3 - category binding
chpeckha
parents: 1403
diff changeset
   417
      <categoryActivityBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   418
            activityId="org.eclipse.cdt.ui.activityNewProject"
1404
b2dfec860f7a fix missing activity3 - category binding
chpeckha
parents: 1403
diff changeset
   419
            categoryId="org.eclipse.cdt.ui.category">
b2dfec860f7a fix missing activity3 - category binding
chpeckha
parents: 1403
diff changeset
   420
      </categoryActivityBinding>
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   421
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   422
            activityId="org.eclipse.cdt.ui.activityNewProject"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   423
            pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.wizards.NewCWizard1">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   424
      </activityPatternBinding>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   425
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   426
            activityId="org.eclipse.cdt.ui.activityNewProject"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   427
            pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.wizards.NewCWizard2">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   428
      </activityPatternBinding>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   429
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   430
            activityId="org.eclipse.cdt.ui.activityNewProject"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   431
            pattern="org\.eclipse\.cdt.*/.*NewProjectDropDown">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   432
      </activityPatternBinding>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   433
<!-- New Type Wizard -->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   434
      <activity
1493
b9e4c7377026 Add more detail to some descriptions
chpeckha
parents: 1467
diff changeset
   435
            name="CDT - New C++ Class Wizard"
b9e4c7377026 Add more detail to some descriptions
chpeckha
parents: 1467
diff changeset
   436
            description="CDT New C++ class wizard"
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   437
            id="org.eclipse.cdt.ui.activityNewType">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   438
      </activity>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   439
      <categoryActivityBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   440
            activityId="org.eclipse.cdt.ui.activityNewType"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   441
            categoryId="org.eclipse.cdt.ui.category">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   442
      </categoryActivityBinding>
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   443
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   444
            activityId="org.eclipse.cdt.ui.activityNewType"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   445
            pattern="org\.eclipse\.cdt.*/.*NewTypeDropDown">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   446
      </activityPatternBinding>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   447
<!-- New File Wizard -->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   448
      <activity
1493
b9e4c7377026 Add more detail to some descriptions
chpeckha
parents: 1467
diff changeset
   449
            name="CDT - New C/C++ File Wizard"
b9e4c7377026 Add more detail to some descriptions
chpeckha
parents: 1467
diff changeset
   450
            description="CDT New C/C++ source file wizard"
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   451
            id="org.eclipse.cdt.ui.activityNewFile">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   452
      </activity>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   453
      <categoryActivityBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   454
            activityId="org.eclipse.cdt.ui.activityNewFile"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   455
            categoryId="org.eclipse.cdt.ui.category">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   456
      </categoryActivityBinding>
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   457
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   458
            activityId="org.eclipse.cdt.ui.activityNewFile"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   459
            pattern="org\.eclipse\.cdt.*/.*NewFileDropDown">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   460
      </activityPatternBinding>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   461
<!-- New Folder Wizard -->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   462
      <activity
1493
b9e4c7377026 Add more detail to some descriptions
chpeckha
parents: 1467
diff changeset
   463
            name="CDT - New C/C++ Folder Wizard"
b9e4c7377026 Add more detail to some descriptions
chpeckha
parents: 1467
diff changeset
   464
            description="CDT New C/C++ source folder wizard"
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   465
            id="org.eclipse.cdt.ui.activityNewFolder">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   466
      </activity>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   467
      <categoryActivityBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   468
            activityId="org.eclipse.cdt.ui.activityNewFolder"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   469
            categoryId="org.eclipse.cdt.ui.category">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   470
      </categoryActivityBinding>
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   471
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   472
            activityId="org.eclipse.cdt.ui.activityNewFolder"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   473
            pattern="org\.eclipse\.cdt.*/.*NewFolderDropDown">
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   474
      </activityPatternBinding>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   475
<!-- -->
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   476
<!-- The following UI elements are from org.eclipse.debug.ui -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   477
      <category
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   478
            name="Platform Debug Actions"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   479
            description="Debugger actions supplied by the Eclipse Platform"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   480
            id="org.eclipse.debug.ui.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   481
      </category>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   482
<!-- Terminate, remove, relaunch actions -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   483
      <activity
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   484
            name="Debugger Terminate/Launch"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   485
            description="Relaunch, terminate and relaunch, terminate and remove, terminate all actions"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   486
            id="org.eclipse.debug.ui.activityTerminateLaunch">
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   487
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   488
      <categoryActivityBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   489
            activityId="org.eclipse.debug.ui.activityTerminateLaunch"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   490
            categoryId="org.eclipse.debug.ui.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   491
      </categoryActivityBinding>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   492
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   493
            activityId="org.eclipse.debug.ui.activityTerminateLaunch"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   494
            pattern="org\.eclipse\.debug.*/.*relaunch">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   495
      </activityPatternBinding>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   496
       <activityPatternBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   497
            activityId="org.eclipse.debug.ui.activityTerminateLaunch"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   498
            pattern="org\.eclipse\.debug.*/.*TerminateAndRelaunch">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   499
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   500
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   501
            activityId="org.eclipse.debug.ui.activityTerminateLaunch"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   502
            pattern="org\.eclipse\.debug.*/.*terminateAndRemove">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   503
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   504
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   505
            activityId="org.eclipse.debug.ui.activityTerminateLaunch"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   506
            pattern="org\.eclipse\.debug.*/.*terminateAll">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   507
      </activityPatternBinding>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   508
<!-- Step filters actions -->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   509
      <activity
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   510
            name="Debugger Filtered Stepping"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   511
            description="Stepping with filtering actions"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   512
            id="org.eclipse.debug.ui.activityStepFilters">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   513
      </activity>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   514
      <categoryActivityBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   515
            activityId="org.eclipse.debug.ui.activityStepFilters"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   516
            categoryId="org.eclipse.debug.ui.category">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   517
      </categoryActivityBinding>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   518
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   519
            activityId="org.eclipse.debug.ui.activityStepFilters"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   520
            pattern="org\.eclipse\.debug.*/.*stepWithFilters">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   521
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   522
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   523
            activityId="org.eclipse.debug.ui.activityStepFilters"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   524
            pattern="org\.eclipse\.debug.*/.*toggleStepFilters">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   525
      </activityPatternBinding>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   526
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   527
            activityId="org.eclipse.debug.ui.activityStepFilters"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   528
            pattern="org\.eclipse\.debug.*/.*ToggleStepFilters">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   529
      </activityPatternBinding>
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   530
<!-- -->
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   531
<!-- 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
   532
      <category
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   533
            name="Platform Build Actions"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   534
            description="Build project actions supplied by the Eclipse Platform"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   535
            id="org.eclipse.ui.ide.category">
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   536
      </category>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   537
<!-- Build Automatically -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   538
      <activity
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   539
            name="Build Automatically Action"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   540
            description="Build all projects automatically action"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   541
            id="org.eclipse.ui.ide.activityBuildAuto">
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   542
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   543
      <categoryActivityBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   544
            activityId="org.eclipse.ui.ide.activityBuildAuto"
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   545
            categoryId="org.eclipse.ui.ide.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   546
      </categoryActivityBinding>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   547
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   548
            activityId="org.eclipse.ui.ide.activityBuildAuto"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   549
            pattern="org.eclipse.ui.project.buildAutomatically">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   550
      </activityPatternBinding>
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   551
<!-- Build All Action -->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   552
      <activity
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   553
            name="Build All Action"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   554
            description="Build all projects action"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   555
            id="org.eclipse.ui.ide.activityBuildAll">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   556
      </activity>
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   557
      <categoryActivityBinding
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   558
            activityId="org.eclipse.ui.ide.activityBuildAll"
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   559
            categoryId="org.eclipse.ui.ide.category">
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   560
      </categoryActivityBinding>
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   561
      <activityPatternBinding
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   562
            activityId="org.eclipse.ui.ide.activityBuildAll"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   563
            pattern="org.eclipse.ui.project.buildAll">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   564
      </activityPatternBinding>
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   565
<!-- -->
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   566
  
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   567
<!-- The following UI elements are from org.eclipse.cdt.debug.mi.ui NOT IN C3-->
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   568
<!--      <category
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   569
            name="CDT - MI Debug UI"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   570
            description="CDT - MI Debug UI Elements"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   571
            id="org.eclipse.cdt.debug.mi.ui.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   572
      </category>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   573
      <activity
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   574
            name="CDT - MI Debug UI"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   575
            description="CDT - MI Debug Preference Page"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   576
            id="org.eclipse.cdt.debug.mi.ui.activity">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   577
      </activity>
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   578
      <categoryActivityBinding
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   579
            activityId="org.eclipse.cdt.debug.mi.ui.activity"
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   580
            categoryId="org.eclipse.cdt.debug.mi.ui.category">
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   581
      </categoryActivityBinding>
1209
c9cbc679eff0 fixed bug #10971. also hiding more CDT stuff that doesn't make sense in Carbide.
wpaul
parents: 432
diff changeset
   582
      <activityPatternBinding
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   583
            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
   584
            pattern="org.eclipse.cdt.debug.mi.ui/org.eclipse.cdt.debug.mi.ui.MIPreferencePage">
1467
4d37efc7200b reorganize the categories and be more specific on what activities are enabled/disabled - comment out activities not included in the C3 layout so capability page is less confusing
Chad Peckham <chad.peckham@nokia.com>
parents: 1404
diff changeset
   585
      </activityPatternBinding> -->
1403
21a45b391b07 Rework capabilities with categories and activities that will eventually go into CDT - made easier to move into CDT plugins
chpeckha
parents: 1209
diff changeset
   586
<!-- -->
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   587
   </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   588
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   589
</plugin>