carbidesdk/com.nokia.carbide.cpp.sdk.examples/plugin.xml
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.2"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
   <extension
cawthron
parents:
diff changeset
     5
         point="org.eclipse.ui.actionSets">
cawthron
parents:
diff changeset
     6
      <actionSet
cawthron
parents:
diff changeset
     7
            id="com.nokia.carbide.cpp.sdk.examples.actionSet"
cawthron
parents:
diff changeset
     8
            label="Carbide.c++ Examples Action Set"
cawthron
parents:
diff changeset
     9
            visible="false">
cawthron
parents:
diff changeset
    10
         <menu
cawthron
parents:
diff changeset
    11
              id="com.nokia.carbide.cpp.ui.CarbideMenu"
cawthron
parents:
diff changeset
    12
              label="&amp;Carbide"
cawthron
parents:
diff changeset
    13
              path="additions">
cawthron
parents:
diff changeset
    14
           <groupMarker name="CarbideExtensions"/>
cawthron
parents:
diff changeset
    15
         </menu>
cawthron
parents:
diff changeset
    16
         <menu
cawthron
parents:
diff changeset
    17
               id="com.nokia.carbide.cpp.sdk.examples.submenu"
cawthron
parents:
diff changeset
    18
               label="Examples"
cawthron
parents:
diff changeset
    19
               path="com.nokia.carbide.cpp.ui.CarbideMenu/CarbideExtensions"/>
cawthron
parents:
diff changeset
    20
          <action
cawthron
parents:
diff changeset
    21
               class="com.nokia.carbide.cpp.sdk.examples.actions.NewProjectAction"
cawthron
parents:
diff changeset
    22
               id="com.nokia.carbide.cpp.sdk.examples.actions.NewProjectAction"
cawthron
parents:
diff changeset
    23
               label="New Carbide.c++ Project"
cawthron
parents:
diff changeset
    24
               menubarPath="com.nokia.carbide.cpp.ui.CarbideMenu/com.nokia.carbide.cpp.sdk.examples.submenu/group1"
cawthron
parents:
diff changeset
    25
           />
cawthron
parents:
diff changeset
    26
          <action
cawthron
parents:
diff changeset
    27
                class="com.nokia.carbide.cpp.sdk.examples.actions.CreateReportAction"
cawthron
parents:
diff changeset
    28
                id="com.nokia.carbide.cpp.sdk.examples.actions.ProjectReportAction"
cawthron
parents:
diff changeset
    29
                label="Create Project Report"
cawthron
parents:
diff changeset
    30
                menubarPath="com.nokia.carbide.cpp.ui.CarbideMenu/com.nokia.carbide.cpp.sdk.examples.submenu/group1"
cawthron
parents:
diff changeset
    31
                style="push"/>
cawthron
parents:
diff changeset
    32
       </actionSet>
cawthron
parents:
diff changeset
    33
   </extension>
cawthron
parents:
diff changeset
    34
cawthron
parents:
diff changeset
    35
</plugin>