Currently, the languageBuilder set the xdsmlFilePath attribute to indicate the location of the dsl file.
The name of the attribute suggests a path (ie. something like /<nameoftheproject>/foldername/my.dsl ) but it contains an uri such as platform:/plugin/<nameoftheproject>/foldername/my.dsl
We should be consistent in the name and content.
I suggest to use a path which is more portable, as this information may be used by both the modeling workbench (where the uri should be platform:/plugin) and the language workbench (where the uri should be platform:/resource)
Currently, the languageBuilder set the
xdsmlFilePath
attribute to indicate the location of the dsl file.The name of the attribute suggests a path (ie. something like
/<nameoftheproject>/foldername/my.dsl
) but it contains an uri such asplatform:/plugin/<nameoftheproject>/foldername/my.dsl
We should be consistent in the name and content.
I suggest to use a path which is more portable, as this information may be used by both the modeling workbench (where the uri should be platform:/plugin) and the language workbench (where the uri should be platform:/resource)