core/com.nokia.carbide.cpp.ui/plugin.xml
author john.dean.3@nokia.com
Thu, 05 Nov 2009 13:22:54 -0600
branchRCL_2_4
changeset 566 960058f9da89
parent 0 fb279309251b
permissions -rw-r--r--
Created access to all runtime LaunchCreationWizard, pages and widgets. Added getTableViewer() to the pages with a TableViewer. LaunchCreationWizard itself is now generated by a factory class whose factory is replacable at runtime allowing the ATF to inject it own LaunchCreationWizard and maintain a runtime instance for testing purposes. Resolves bug 10117.

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