From 74c9b8dd62f336012a44b5da85045f5f73c6c764 Mon Sep 17 00:00:00 2001 From: Philip Makedonski Date: Fri, 17 Jun 2022 11:51:16 +0200 Subject: [PATCH] + updated readme --- Readme.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/Readme.md b/Readme.md index 04ee272d..8041ddc1 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,7 @@ More info at [TDL website](https://tdl.etsi.org) ## Installing the plug-ins -The TDL tools are available as a set of Eclipse plug-ins. You need to first be able to run Eclipse. The [Eclipse Modeling Tools](https://www.eclipse.org/downloads/packages/release/2021-06/r/eclipse-modeling-tools) distribution contains most of the necessary prerequisites for the TDL tools. +The TDL tools are available as a set of Eclipse plug-ins. You need to first be able to run Eclipse. The [Eclipse Modeling Tools (2021-06)](https://www.eclipse.org/downloads/packages/release/2021-06/r/eclipse-modeling-tools) distribution contains most of the necessary prerequisites for the TDL tools. Newer versions should be compatible but have not been extensively tested yet. Once Eclipse is up and running, the easiest way to install the TOP tools is from the Eclipse Marketplace - simply search for TDL in the Eclipse Marketplace client within Eclipse, or go to the [TOP Marketplace Listing](https://marketplace.eclipse.org/content/top-tdl-open-source-project) and drag the install button into the Eclipse window. @@ -14,10 +14,6 @@ Alternatively, can install the plug-ins manually from an update site. In this ca https://tdl.etsi.org/eclipse/latest/ -For the latest preview version of the TDL tools, you shall use the the [following update site](https://tdl.etsi.org/eclipse/ucaat2021/) instead: - - https://tdl.etsi.org/eclipse/ucaat2021/ - After the update site is added, the list of plug-ins and features shall be shown in the installation dialog (menu item Help->Install New Software..). Select the desired features and proceed with the installation, which will require Eclipse to be restarted once the installation is finished. Find more detailed information at [Installation wiki](https://labs.etsi.org/rep/top/ide/-/wikis/Installation). @@ -60,10 +56,10 @@ From end-user's perspective this translates to two file extensions - `.tdltx` fo * Download and install Eclipse Modeling Tools package * Install following additional components from Eclipse Marketplace - * Sirius - * Eclipse Xtext - * Epsilon - * Eclipse OCL + * Sirius (v7) + * Eclipse Xtext (v2.26 or newer) + * Epsilon (v2.x) + * Eclipse OCL (v6.x) * Check out the repository * Import the plug-ins in the Eclipse workspace * Generate the meta-model code -- GitLab