Ignore:
Timestamp:
05/07/14 16:02:46 (10 years ago)
Author:
hkaulbersch
Message:

fixed imports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/GenerateEBNF.mwe2

    r61 r65  
    7373                // Xtend-based API for validation 
    7474                fragment = validation.ValidatorFragment auto-inject { 
    75                 //    composedCheck = "org.eclipse.xtext.validation.ImportUriValidator" 
    76                 //    composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator" 
     75                    composedCheck = "org.eclipse.xtext.validation.ImportUriValidator" 
     76                    composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator" 
    7777                } 
    7878     
    7979                // old scoping and exporting API 
    80                 // fragment = scoping.ImportURIScopingFragment auto-inject {} 
    81                 // fragment = exporting.SimpleNamesFragment auto-inject {} 
     80                fragment = scoping.ImportURIScopingFragment auto-inject {} 
     81                fragment = exporting.SimpleNamesFragment auto-inject {} 
    8282     
    8383                // scoping and exporting API 
    84                 fragment = scoping.ImportNamespacesScopingFragment auto-inject {} 
    85                 fragment = exporting.QualifiedNamesFragment auto-inject {} 
    86                 fragment = builder.BuilderIntegrationFragment auto-inject {} 
     84//              fragment = scoping.ImportNamespacesScopingFragment auto-inject {} 
     85//              fragment = exporting.QualifiedNamesFragment auto-inject {} 
     86//              fragment = builder.BuilderIntegrationFragment auto-inject {} 
    8787     
    8888                // generator API 
     
    115115     
    116116                // provides the necessary bindings for java types integration 
    117                 fragment = types.TypesGeneratorFragment auto-inject {} 
     117//              fragment = types.TypesGeneratorFragment auto-inject {} 
    118118     
    119119                // generates the required bindings only if the grammar inherits from Xbase 
Note: See TracChangeset for help on using the changeset viewer.