From a6b66a80b4e4e665015143ae5c87b0665b782ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martti=20K=C3=A4=C3=A4rik?= <martti.kaarik@elvior.com> Date: Mon, 21 Oct 2024 18:12:04 +0300 Subject: [PATCH] Added version annotations --- plugins/org.etsi.mts.tdl.tx.ui/templates/HTTP.tdltx | 3 +++ plugins/org.etsi.mts.tdl.tx.ui/templates/TDL.tdltx | 1 + 2 files changed, 4 insertions(+) diff --git a/plugins/org.etsi.mts.tdl.tx.ui/templates/HTTP.tdltx b/plugins/org.etsi.mts.tdl.tx.ui/templates/HTTP.tdltx index 23faf1d0..ebf69870 100644 --- a/plugins/org.etsi.mts.tdl.tx.ui/templates/HTTP.tdltx +++ b/plugins/org.etsi.mts.tdl.tx.ui/templates/HTTP.tdltx @@ -1,4 +1,7 @@ +@Version: "1.0.0" Package HTTP { + Import all from TDL + Package MessageBasedConfiguration { Import all from MessageBased Message Gate HTTPGate accepts Request,Response diff --git a/plugins/org.etsi.mts.tdl.tx.ui/templates/TDL.tdltx b/plugins/org.etsi.mts.tdl.tx.ui/templates/TDL.tdltx index 1c177652..fa0b687a 100644 --- a/plugins/org.etsi.mts.tdl.tx.ui/templates/TDL.tdltx +++ b/plugins/org.etsi.mts.tdl.tx.ui/templates/TDL.tdltx @@ -1,3 +1,4 @@ +@Version: "1.8.1" Package TDL { //TODO: extract to standard library Constraint length -- GitLab