core/com.nokia.carbide.cpp.ui/plugin.xml
author fturovic <frank.turovich@nokia.com>
Tue, 28 Apr 2009 11:07:47 -0500
branchRCL_2_0
changeset 131 740c114ee263
parent 2 d760517a8095
permissions -rw-r--r--
bug 8806 revision for 2.0.4
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>