core/com.nokia.carbide.cpp.ui/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.editors.templates">
cawthron
parents:
diff changeset
     6
       <include
cawthron
parents:
diff changeset
     7
      		file="templates/carbide-templates.xml"
cawthron
parents:
diff changeset
     8
      		translations="$nl$/templates/carbide-templates.properties">
cawthron
parents:
diff changeset
     9
      </include>
cawthron
parents:
diff changeset
    10
   </extension>
cawthron
parents:
diff changeset
    11
  <extension
cawthron
parents:
diff changeset
    12
        id="AAA_projectUIActionSet"
cawthron
parents:
diff changeset
    13
        name="Project UI"
cawthron
parents:
diff changeset
    14
        point="org.eclipse.ui.actionSets">
cawthron
parents:
diff changeset
    15
     <actionSet
cawthron
parents:
diff changeset
    16
           description="Declaration of the Carbide menu"
cawthron
parents:
diff changeset
    17
           id="AAA.com.nokia.carbide.cpp.ui.CarbideMenu"
cawthron
parents:
diff changeset
    18
           label="%carbideExtensions"
cawthron
parents:
diff changeset
    19
           visible="true">
cawthron
parents:
diff changeset
    20
        <menu
cawthron
parents:
diff changeset
    21
              id="com.nokia.carbide.cpp.ui.CarbideMenu"
cawthron
parents:
diff changeset
    22
              label="&amp;Carbide"
cawthron
parents:
diff changeset
    23
              path="additions">
cawthron
parents:
diff changeset
    24
           <separator name="CarbideStart"/>
cawthron
parents:
diff changeset
    25
           <separator name="CarbideEnd"/>
cawthron
parents:
diff changeset
    26
           <separator name="CarbideExtensions"/>
cawthron
parents:
diff changeset
    27
        </menu>
cawthron
parents:
diff changeset
    28
     </actionSet>
cawthron
parents:
diff changeset
    29
  </extension>
cawthron
parents:
diff changeset
    30
cawthron
parents:
diff changeset
    31
</plugin>