core/com.nokia.carbide.cpp.ui/plugin.xml
author wpaul
Mon, 08 Jun 2009 13:46:12 -0500
changeset 212 0e84cf0560e1
parent 0 fb279309251b
permissions -rw-r--r--
added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.

<?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>