From a538b7d073996de8a03abddfd76fcdbd083e3e2d Mon Sep 17 00:00:00 2001 From: Will Barnett Date: Tue, 13 Feb 2024 08:21:53 +0000 Subject: [PATCH] Updated education platform tool configuration file to include the xmi parameters. --- http-server/src/main/resources/mdenet_tool.egl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/http-server/src/main/resources/mdenet_tool.egl b/http-server/src/main/resources/mdenet_tool.egl index f6735b0..50de8cf 100644 --- a/http-server/src/main/resources/mdenet_tool.egl +++ b/http-server/src/main/resources/mdenet_tool.egl @@ -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",