From 29873f1151bb915cf3044f21deca9c756d3f95e0 Mon Sep 17 00:00:00 2001 From: Henrik Rentz-Reichert Date: Mon, 30 Apr 2018 18:37:58 +0200 Subject: Bug 534211 - unify Detail Code parsing new scanner, parser and linker for detail code including tests * the scanner is tokenizing the text * the parser creates an AST * the linker associates Room objects to the AST nodes in a context dependent way * unit tests for scanner, parser and linker * a detail code translator is provided with a slightly changed interface to the translation provider Change-Id: I84075b6618dc0cedcec6e8da73520bf0a7bcaf90 --- releng/org.eclipse.etrice.parent/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'releng') diff --git a/releng/org.eclipse.etrice.parent/pom.xml b/releng/org.eclipse.etrice.parent/pom.xml index 0cf52161d..209632eb9 100644 --- a/releng/org.eclipse.etrice.parent/pom.xml +++ b/releng/org.eclipse.etrice.parent/pom.xml @@ -11,11 +11,12 @@ Cp1252 - 2.12.0 + 2.13.0 1.0.0 1.1.4 http://download.eclipse.org/releases/oxygen + http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/ http://download.eclipse.org/cbi/updates/license http://download.eclipse.org/tools/orbit/R-builds/R20170516192513/repository https://repo.eclipse.org/content/repositories/cbi-releases @@ -29,6 +30,11 @@ ${eclipse.url} p2 + + xtext + ${xtext.url} + p2 + license ${license.url} -- cgit v1.2.3