Uses a URI based import for refering files to import rather than use project scope"
requested to merge 159-use-a-uri-based-import-for-refering-files-to-import-rather-than-use-project-scope into master
Provide xtext support for explicit import URI
currently proposes 2 syntaxes:
import "someOtherfile.abs";
and
with myDefinitiongroup::* from "someOtherfile.abs";
platform:
URI are supported
but classpath:
aren't supported
Contributes to #159 (closed)
Edited by Vojtisek Didier