From 87d7a8766bc597904a9debb76c06f6606fc14f08 Mon Sep 17 00:00:00 2001
From: rschoene <rene.schoene@tu-dresden.de>
Date: Mon, 6 Aug 2018 13:58:59 +0200
Subject: [PATCH] Add '-relast' to destination directories.

---
 cp-to-solution.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cp-to-solution.sh b/cp-to-solution.sh
index 9ffac47..dd7fc5e 100755
--- a/cp-to-solution.sh
+++ b/cp-to-solution.sh
@@ -64,8 +64,8 @@ function build() {
 
 # Build jastadd-ttc18-xml
 sed -i 's/LiveContestDriverEMF/LiveContestDriverXml/' solve/build.gradle
-build "jastadd-ttc18-xml"
+build "jastadd-ttc18-relast-xml"
 
 # Build jastadd-ttc18-emf
 sed -i 's/LiveContestDriverXml/LiveContestDriverEMF/' solve/build.gradle
-build "jastadd-ttc18-emf"
+build "jastadd-ttc18-relast-emf"
-- 
GitLab