Skip to content

Commit

Permalink
Updated education platform tool configuration file to include the xmi…
Browse files Browse the repository at this point in the history
… parameters.
  • Loading branch information
barnettwilliam committed Feb 13, 2024
1 parent 56280a6 commit a538b7d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions http-server/src/main/resources/mdenet_tool.egl
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,19 @@
{"name":"secondProgram", "type":"etl"},
{"name":"emfatic", "type":"emfatic"},
{"name":"flexmi", "type":"flexmi", "instanceOf": "emfatic"},
{"name":"xmi", "type":"xmi", "instanceOf": "emfatic"},
{"name":"json", "type":"json"},
{"name":"secondEmfatic", "type":"emfatic"},
{"name":"secondFlexmi", "type":"flexmi", "instanceOf": "secondEmfatic"},
{"name":"secondXmi", "type":"xmi", "instanceOf": "secondEmfatic"},
{"name":"thirdEmfatic", "type":"emfatic"},
{"name":"thirdFlexmi", "type":"flexmi", "instanceOf": "thirdEmfatic"}
{"name":"thirdFlexmi", "type":"flexmi", "instanceOf": "thirdEmfatic"},
{"name":"thirdXmi", "type":"xmi", "instanceOf": "thirdEmfatic"}
],
"returnType": "text",
"path": "[%= urls.get("epsilon") %]"
},

{
"id": "function-egl",
"name": "egl",
Expand Down

0 comments on commit a538b7d

Please sign in to comment.