core/com.nokia.carbide.cpp.ui/plugin.xml
author timkelly
Fri, 02 Apr 2010 15:04:41 -0500
branchRCL_2_4
changeset 1155 a1b3518585ae
parent 0 fb279309251b
permissions -rw-r--r--
bug 10674 continuation. Allow SBSv1-style build config names to co-exist with newer SBSv2 configuraiton names that use aliases. This does not use project converstion, just adds the support to differentiate between the two. Also, write new .cproject data to a SBSV2_DATA_ID node (which is not currently read, but to be used for future purposes)

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
  <extension
         point="org.eclipse.ui.editors.templates">
       <include
      		file="templates/carbide-templates.xml"
      		translations="$nl$/templates/carbide-templates.properties">
      </include>
   </extension>
  <extension
        id="AAA_projectUIActionSet"
        name="Project UI"
        point="org.eclipse.ui.actionSets">
     <actionSet
           description="Declaration of the Carbide menu"
           id="AAA.com.nokia.carbide.cpp.ui.CarbideMenu"
           label="%carbideExtensions"
           visible="true">
        <menu
              id="com.nokia.carbide.cpp.ui.CarbideMenu"
              label="&amp;Carbide"
              path="additions">
           <separator name="CarbideStart"/>
           <separator name="CarbideEnd"/>
           <separator name="CarbideExtensions"/>
        </menu>
     </actionSet>
  </extension>

</plugin>