Skip to content

Commit

Permalink
Merge pull request #57 from mdenet/xmi-support-for-mdenet-education-p…
Browse files Browse the repository at this point in the history
…latform

Updated editor configuration for xtext-to-xmi conversion function
  • Loading branch information
szschaler committed Feb 15, 2024
2 parents 6d6644a + f5765d4 commit 3e85fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xtext/editorserver/editor_tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"id": "function-xtext-to-xmi",
"name": "xtext-to-xmi",

"parameters": [ {"name":"input", "type":"xtext-generated"},
{"name":"language", "type":"text"}],
"parameters": [ {"name":"input", "type":"xtext-generated","instanceOf": "metamodel"},
{"name":"metamodel", "type":"ecore"}],

"returnType": "xmi",

Expand Down

0 comments on commit 3e85fd7

Please sign in to comment.