From d27428a5619940af1f94e95a9590b25106c22dd2 Mon Sep 17 00:00:00 2001 From: kaarik <martti.kaarik@elvior.com> Date: Thu, 24 May 2018 10:26:49 +0200 Subject: [PATCH] Updated development environment setup instructions. Change-Id: I60509a1265da0e1c52b044e266f83bacb2244e35 --- Readme.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index 8a32d65e..94ee49e7 100644 --- a/Readme.md +++ b/Readme.md @@ -44,11 +44,12 @@ More information on using the plugins is available at [Usage wiki](https://tdl.e ## Setting up a local environment for development and testing - * Install following additional components - * Sirius Specifier Environment - * Sirius Properties Views - Specifier Support - * Xtext Complete SDK + * Download and install Eclipse Modeling Tools package + * Install following additional components from Eclipse Marketplace + * Sirius + * Eclipse Xtext * Epsilon + * Eclipse OCL * Check out the repository * Import the plug-ins in the Eclipse workspace * Generate the meta-model code @@ -57,6 +58,6 @@ More information on using the plugins is available at [Usage wiki](https://tdl.e * Generate textual editor code * Open the `GenerateTDLan2.mwe` * Right click and select Run As -> MWE2 Workflow - * Optionally (or alternatively) repeat the same steps for the `GenerateTPLan2.mwe` (for editing structured test objectives) - * Optionally (or alternatively) repeat the same steps for the `GenerateData.mwe` (for the graphical viewer) + * Additionally (or alternatively) repeat the same steps for the `GenerateTPLan2.mwe` (for editing structured test objectives) + * Additionally (or alternatively) repeat the same steps for the `GenerateData.mwe` (for the graphical viewer) -- GitLab