core/com.nokia.carbide.cpp.ui/plugin.xml
author timkelly
Thu, 09 Sep 2010 09:31:25 -0500
changeset 1973 a7bfb499d772
parent 0 fb279309251b
permissions -rw-r--r--
Add a sleep before testing if sdk cache entry was deleted. Test to figure out why test is failing on one machine only.

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