Ignore:
Timestamp:
06/08/14 10:41:09 (10 years ago)
Author:
hkaulbersch
Message:

Generation Handler can now be called but has some issues with the fileaccess

File:
1 edited

Legend:

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

    r69 r71  
    248248        </extension> 
    249249 
    250 <!----> 
     250<!-- 
    251251   <extension 
    252252         point="org.eclipse.xtext.builder.participant"> 
     
    255255      </participant> 
    256256   </extension> 
     257   --> 
    257258    
    258     
    259    <!--this is for using a button for generation 
     259   <!--this is for using a button for generation --> 
    260260   <extension 
    261261        point="org.eclipse.ui.handlers"> 
    262262     <handler 
    263            class="de.ugoe.cs.swe.bnftools.ui.EBnfExecutableExtensionFactory:de.ugoe.cs.swe.bnftools.ui.helper.GenerationHandler" 
     263           class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:de.ugoe.cs.swe.bnftools.ui.handler.GenerationHandler" 
    264264           commandId="de.ugoe.cs.swe.bnftools.ui.handler.GenerationCommand"> 
    265265     </handler> 
     
    291291    </menuContribution> 
    292292    </extension> 
    293  --> 
     293 
    294294    
    295295    
Note: See TracChangeset for help on using the changeset viewer.