debuggercdi/com.nokia.cdt.debug.launch/plugin.xml
branchRCL_2_4
changeset 911 81a2e70a37d7
parent 828 17e718655d73
child 953 68b6a294ab01
equal deleted inserted replaced
909:24ba32fc0320 911:81a2e70a37d7
   279    </extension>
   279    </extension>
   280 
   280 
   281    <extension-point id="launchWizardExtension" name="Launch Wizard Page" schema="schema/launchWizardExtension.exsd"/>
   281    <extension-point id="launchWizardExtension" name="Launch Wizard Page" schema="schema/launchWizardExtension.exsd"/>
   282    <extension-point id="launchCategoryExtension" name="Launch Category" schema="schema/launchCategoryExtension.exsd"/>
   282    <extension-point id="launchCategoryExtension" name="Launch Category" schema="schema/launchCategoryExtension.exsd"/>
   283 
   283 
       
   284    <!-- REMOVE THIS : just a hack for getting the new launch wizard into a toolbar -->
       
   285 
       
   286    <extension
       
   287          point="org.eclipse.ui.commands">
       
   288       <category
       
   289             id="com.nokia.cdt.debug.launch.commands.category"
       
   290             name="Sample Category">
       
   291       </category>
       
   292       <command
       
   293             categoryId="com.nokia.cdt.debug.launch.commands.category"
       
   294             id="com.nokia.cdt.debug.launch.commands.sampleCommand"
       
   295             name="Sample Command">
       
   296       </command>
       
   297    </extension>
       
   298    <extension
       
   299          point="org.eclipse.ui.handlers">
       
   300       <handler
       
   301             class="com.nokia.cdt.internal.debug.launch.newwizard.CommandRunLaunchWizard2"
       
   302             commandId="com.nokia.cdt.debug.launch.commands.sampleCommand">
       
   303       </handler>
       
   304    </extension>
       
   305    <extension
       
   306          point="org.eclipse.ui.menus">
       
   307       <menuContribution
       
   308             locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions">
       
   309          <toolbar
       
   310                id="com.nokia.cdt.debug.launch.toolbars.sampleToolbar">
       
   311             <command
       
   312                   commandId="com.nokia.cdt.debug.launch.commands.sampleCommand"
       
   313                   icon="icons/NewProjectAssist/debug.gif"
       
   314                   id="com.nokia.cdt.debug.launch.toolbars.sampleCommand"
       
   315                   tooltip="Show New Launch Wizard">
       
   316             </command>
       
   317          </toolbar>
       
   318       </menuContribution>
       
   319    </extension>
   284 </plugin>
   320 </plugin>