Changeset 83 in default


Ignore:
Timestamp:
07/02/14 13:58:58 (10 years ago)
Author:
hkaulbersch
Message:

fix confilct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/plugin.xml

    r79 r83  
    248248        </extension> 
    249249 
    250 <!--   --> 
     250<!-- 
    251251    
    252252   <extension 
     
    255255            class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:org.eclipse.xtext.builder.IXtextBuilderParticipant"> 
    256256      </participant> 
    257    </extension> 
    258  
     257   </extension> --> 
     258   
    259259    
    260260   <!--this is for using a button for generation  
     
    292292    </menuContribution> 
    293293    </extension> 
    294 --> 
     294        this is for using a button for generation --> 
    295295    
    296296    
     
    434434    </provider> 
    435435  </extension> 
    436   <!-- 
     436  <!--  --> 
    437437  <extension 
    438438        point="org.eclipse.ui.commands"> 
    439439     <command 
    440            defaultHandler="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:de.ugoe.cs.swe.bnftools.ui.handler.BT_GenerationHandler" 
     440           defaultHandler="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:de.ugoe.cs.swe.bnftools.ui.handler.BT_GenerationHandlerPDF" 
    441441           id="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate" 
    442442           name="button_generate"> 
     
    448448           allPopups="false" 
    449449           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> 
     450        <toolbar 
     451              id="de.ugoe.cs.swe.bnftools.ebnf.ui.toolbar2"> 
     452           <command 
     453                 commandId="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate" 
     454                 icon="src/lrun_obj.gif" 
     455                 style="push" 
     456                 tooltip="Generate PDF"> 
     457           </command> 
     458        </toolbar> 
    456459     </menuContribution> 
    457460  </extension> 
    458   --> 
     461   
     462 <extension 
     463        point="org.eclipse.ui.commands"> 
     464     <command 
     465           defaultHandler="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:de.ugoe.cs.swe.bnftools.ui.handler.BT_GenerationHandlerRTF" 
     466           id="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate1" 
     467           name="button_generate"> 
     468     </command> 
     469  </extension> 
     470  <extension 
     471        point="org.eclipse.ui.menus"> 
     472     <menuContribution 
     473           allPopups="false" 
     474           locationURI="toolbar:org.eclipse.ui.main.toolbar"> 
     475        <toolbar 
     476              id="de.ugoe.cs.swe.bnftools.ebnf.ui.toolbar2"> 
     477           <command 
     478                 commandId="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate1" 
     479                 icon="src/lrun_obj.gif" 
     480                 style="push" 
     481                 tooltip="Generate RTF"> 
     482           </command> 
     483        </toolbar> 
     484     </menuContribution> 
     485  </extension> 
     486           
    459487  <extension 
    460488        id="product" 
    461489        point="org.eclipse.core.runtime.products"> 
    462490     <product 
    463            application="de.ugoe.cs.swe.bnftools.editor.application" 
    464            name="EBNF Standalone Editor"> 
     491           application="de.ugoe.cs.swe.bnftools.product.application" 
     492           name="bnf"> 
    465493        <property 
    466494              name="appName" 
    467               value="EBNF Standalone Editor"> 
     495              value="bnf"> 
    468496        </property> 
    469497     </product> 
     
    471499 
    472500</plugin> 
     501 
Note: See TracChangeset for help on using the changeset viewer.