From a684fd1e04bedf7199ab5d6c3c2fd0484b416dd9 Mon Sep 17 00:00:00 2001
From: reed <nikolai.reed@gmx.de>
Date: Mon, 31 Oct 2016 16:37:50 +0100
Subject: [PATCH] updated target platform (still errors)

---
 .../tools.descartes.pmx.releng.platform.target       |  9 ++++++++-
 .../tools.descartes.pmx.releng.platform.tpd          | 12 ++++++------
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/tools.descartes.pmx.dml.platform/tools.descartes.pmx.releng.platform.target b/tools.descartes.pmx.dml.platform/tools.descartes.pmx.releng.platform.target
index 8adf7f5d..b3770159 100644
--- a/tools.descartes.pmx.dml.platform/tools.descartes.pmx.releng.platform.target
+++ b/tools.descartes.pmx.dml.platform/tools.descartes.pmx.releng.platform.target
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
-<target name="PMX" sequenceNumber="1477913479">
+<target name="PMX" sequenceNumber="1477925318">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
       <unit id="kieker" version="1.13.0.v00"/>
+      <unit id="edu.oswego.cs.dl.util.concurrent" version="1.3.4.v03"/>
       <repository location="https://se4.informatik.uni-wuerzburg.de/thirdparty/repository/"/>
     </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
@@ -29,6 +30,12 @@
       <unit id="org.palladiosimulator.pcm" version="4.0.0.201511051135"/>
       <repository location="https://sdqweb.ipd.kit.edu/eclipse/palladiosimulator/releases/1.0.0/"/>
     </location>
+    <location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
+      <unit id="tools.descartes.librede.estimation" version="1.1.0.201610151627"/>
+      <unit id="tools.descartes.librede.linalg" version="1.1.0.201610151627"/>
+      <unit id="tools.descartes.librede.model" version="1.1.0.201610151627"/>
+      <repository location="https://se4.informatik.uni-wuerzburg.de/librede/downloads/snapshot/"/>
+    </location>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
       <unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
       <unit id="org.apache.commons.cli" version="1.2.0.v201404270220"/>
diff --git a/tools.descartes.pmx.dml.platform/tools.descartes.pmx.releng.platform.tpd b/tools.descartes.pmx.dml.platform/tools.descartes.pmx.releng.platform.tpd
index 1feac0c1..1eb6b944 100644
--- a/tools.descartes.pmx.dml.platform/tools.descartes.pmx.releng.platform.tpd
+++ b/tools.descartes.pmx.dml.platform/tools.descartes.pmx.releng.platform.tpd
@@ -3,7 +3,7 @@ target "PMX"
 location "https://se4.informatik.uni-wuerzburg.de/thirdparty/repository/" {
 	kieker
 //	cern.colt
-//	edu.oswego.cs.dl.util.concurrent
+	edu.oswego.cs.dl.util.concurrent
 //	org.apache.commons.math3
 }
 
@@ -31,11 +31,11 @@ location "https://sdqweb.ipd.kit.edu/eclipse/palladiosimulator/releases/1.0.0/"
 }
 
 //librede
-//location "https://se4.informatik.uni-wuerzburg.de/librede/downloads/snapshot/" {
-//	tools.descartes.librede.estimation
-//	tools.descartes.librede.linalg
-//	tools.descartes.librede.model
-//}
+location "https://se4.informatik.uni-wuerzburg.de/librede/downloads/snapshot/" {
+	tools.descartes.librede.estimation
+	tools.descartes.librede.linalg
+	tools.descartes.librede.model
+}
 
 //location "http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/" {
 //	org.hamcrest
-- 
GitLab