Ignore:
Timestamp:
06/15/14 08:59:05 (10 years ago)
Author:
hkaulbersch
Message:

Automatic PDF Generation from .fo files now works

File:
1 edited

Legend:

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

    r71 r72  
    248248        </extension> 
    249249 
    250 <!-- 
     250<!--   --> 
     251    
    251252   <extension 
    252253         point="org.eclipse.xtext.builder.participant"> 
     
    255256      </participant> 
    256257   </extension> 
    257    --> 
    258     
    259    <!--this is for using a button for generation --> 
     258 
     259    
     260   <!--this is for using a button for generation  
    260261   <extension 
    261262        point="org.eclipse.ui.handlers"> 
     
    291292    </menuContribution> 
    292293    </extension> 
    293  
     294--> 
    294295    
    295296    
     
    433434    </provider> 
    434435  </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> 
    435471 
    436472</plugin> 
Note: See TracChangeset for help on using the changeset viewer.