equal
deleted
inserted
replaced
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> |