Changes between Version 10 and Version 11 of Release-Notes/T3D-v2.0.0b1


Ignore:
Timestamp:
05/19/15 08:39:16 (9 years ago)
Author:
dhonsel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release-Notes/T3D-v2.0.0b1

    v10 v11  
    77* Improved performance 
    88* Improved recognition of variable references (including the search in modules that are importing the module where the variable is defined in) 
    9 * Added XMI generation for testing purposes (configurable) 
     9* Added XMI generation for testing purposes (XML configuration option ''generateXMI'') 
     10* Removed the following configuration options 
     11  * ''resourceExtensionsRegExp'', ''projectExtension'': both options are removed because the new Xtext based system needs these information at build time 
     12  * ''ignoredResourceRegExp'': this option is currently not used in the new version and all resources in the input path will be parsed and analyzed (with the exception of using a single file as input, than only this file is processed) 
     13  * ''settingRecursiveProcessing'': this option is currently not used in the new version, thus all files in sub folders are processed 
    1014 
    1115== Changed in T3Q v2.0.0b4 ==