Changeset 72 in default for v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/plugin.xml
- Timestamp:
- 06/15/14 08:59:05 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/plugin.xml
r71 r72 248 248 </extension> 249 249 250 <!-- 250 <!-- --> 251 251 252 <extension 252 253 point="org.eclipse.xtext.builder.participant"> … … 255 256 </participant> 256 257 </extension> 257 --> 258 259 <!--this is for using a button for generation -->258 259 260 <!--this is for using a button for generation 260 261 <extension 261 262 point="org.eclipse.ui.handlers"> … … 291 292 </menuContribution> 292 293 </extension> 293 294 --> 294 295 295 296 … … 433 434 </provider> 434 435 </extension> 436 <!-- 437 <extension 438 point="org.eclipse.ui.commands"> 439 <command 440 defaultHandler="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:de.ugoe.cs.swe.bnftools.ui.handler.BT_GenerationHandler" 441 id="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate" 442 name="button_generate"> 443 </command> 444 </extension> 445 <extension 446 point="org.eclipse.ui.menus"> 447 <menuContribution 448 allPopups="false" 449 locationURI="toolbar:org.eclipse.ui.main.toolbar"> 450 <command 451 commandId="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate" 452 icon="lrun_obj.gif" 453 style="push" 454 tooltip="Generate Code"> 455 </command> 456 </menuContribution> 457 </extension> 458 --> 459 <extension 460 id="product" 461 point="org.eclipse.core.runtime.products"> 462 <product 463 application="de.ugoe.cs.swe.bnftools.product.application" 464 name="bnf"> 465 <property 466 name="appName" 467 value="bnf"> 468 </property> 469 </product> 470 </extension> 435 471 436 472 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.