Skip to content

Fixes a bug where file paths did not work on non-windows machines

Marco Konersmann requested to merge (removed):master into master

The code to construct the path to the ecore model and to construct the path to the java project assumed windows as operating system. This merge request changes the code to use the IPath.toOSString() methods.

Merge request reports