Initial contribution (sources of APP4MC)
diff --git a/build/org.eclipse.app4mc.build/.gitignore b/build/org.eclipse.app4mc.build/.gitignore
new file mode 100644
index 0000000..ab04a34
--- /dev/null
+++ b/build/org.eclipse.app4mc.build/.gitignore
@@ -0,0 +1,4 @@
+/bin
+/target
+/workspace
+
diff --git a/build/org.eclipse.app4mc.build/.project b/build/org.eclipse.app4mc.build/.project
new file mode 100644
index 0000000..37dbeae
--- /dev/null
+++ b/build/org.eclipse.app4mc.build/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.app4mc.build</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.m2e.core.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
+	</natures>
+</projectDescription>
diff --git a/build/org.eclipse.app4mc.build/.settings/org.eclipse.core.resources.prefs b/build/org.eclipse.app4mc.build/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..99f26c0
--- /dev/null
+++ b/build/org.eclipse.app4mc.build/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/build/org.eclipse.app4mc.build/.settings/org.eclipse.m2e.core.prefs b/build/org.eclipse.app4mc.build/.settings/org.eclipse.m2e.core.prefs
new file mode 100644
index 0000000..f897a7f
--- /dev/null
+++ b/build/org.eclipse.app4mc.build/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
diff --git a/build/org.eclipse.app4mc.build/launch/Build APP4MC Tool Platform.launch b/build/org.eclipse.app4mc.build/launch/Build APP4MC Tool Platform.launch
new file mode 100644
index 0000000..11da9f3
--- /dev/null
+++ b/build/org.eclipse.app4mc.build/launch/Build APP4MC Tool Platform.launch
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
+<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
+<stringAttribute key="M2_GOALS" value="clean verify"/>
+<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
+<booleanAttribute key="M2_OFFLINE" value="false"/>
+<stringAttribute key="M2_PROFILES" value=""/>
+<listAttribute key="M2_PROPERTIES"/>
+<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
+<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
+<intAttribute key="M2_THREADS" value="1"/>
+<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
+<stringAttribute key="M2_USER_SETTINGS" value=""/>
+<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.app4mc.build}"/>
+</launchConfiguration>
diff --git a/build/org.eclipse.app4mc.build/launch/Clean.launch b/build/org.eclipse.app4mc.build/launch/Clean.launch
new file mode 100644
index 0000000..2b22a7a
--- /dev/null
+++ b/build/org.eclipse.app4mc.build/launch/Clean.launch
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
+<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
+<stringAttribute key="M2_GOALS" value="clean"/>
+<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
+<booleanAttribute key="M2_OFFLINE" value="false"/>
+<stringAttribute key="M2_PROFILES" value="open-source,hvac-demonstrator"/>
+<listAttribute key="M2_PROPERTIES"/>
+<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
+<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
+<intAttribute key="M2_THREADS" value="1"/>
+<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
+<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.app4mc.build}"/>
+</launchConfiguration>
diff --git a/build/org.eclipse.app4mc.build/pom.xml b/build/org.eclipse.app4mc.build/pom.xml
new file mode 100644
index 0000000..bc416b9
--- /dev/null
+++ b/build/org.eclipse.app4mc.build/pom.xml
@@ -0,0 +1,290 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+
+	<groupId>org.eclipse.app4mc.build</groupId>
+	<artifactId>parent</artifactId>
+	<version>0.7.0-SNAPSHOT</version>
+
+	<packaging>pom</packaging>
+
+	<url>http://projects.eclipse.org/projects/technology.app4mc</url>
+	<name>APP4MC Tool Platform</name>
+
+	<properties>
+		<tycho.version>0.25.0</tycho.version>
+		<build-helper.version>1.9.1</build-helper.version>
+		<org.jboss.tools.tycho-plugins.version>0.23.2</org.jboss.tools.tycho-plugins.version>
+
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+	</properties>
+
+	<!-- Common plugins and features contained in the open source distribution -->
+	<modules>
+		<!-- Plugins -->
+		<module>../../plugins/org.eclipse.app4mc.amalthea.emf.util</module>
+
+		<module>../../examples/org.eclipse.app4mc.amalthea.example.democar</module>
+		<module>../../examples/org.eclipse.app4mc.amalthea.example.democar.mapping</module>
+		<module>../../examples/org.eclipse.app4mc.amalthea.example.democar.split</module>
+		<module>../../examples/org.eclipse.app4mc.amalthea.example.hwmodel</module>
+		<module>../../examples/org.eclipse.app4mc.amalthea.example.modeling</module>
+		<module>../../examples/org.eclipse.app4mc.amalthea.example.modeling2</module>
+		<module>../../examples/org.eclipse.app4mc.amalthea.example.workflow</module>
+
+
+
+		<module>../../plugins/org.eclipse.app4mc.amalthea.examples.installer</module>
+		<module>../../plugins/org.eclipse.app4mc.multicore.examples.installer</module>
+		<module>../../plugins/org.eclipse.app4mc.workflow.examples.installer</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.export.osek</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.franca.sphinx</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.import.atdb</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.sphinx</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.model</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.model.edit</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.sphinx.ui</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.sphinx.ui.editors</module>
+		<module>../../plugins/org.eclipse.app4mc.multicore.openmapping</module>
+		<module>../../plugins/org.eclipse.app4mc.multicore.partitioning</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.validation</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.workflow.base</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.workflow.core</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.workflow.ease</module>
+		<module>../../plugins/org.eclipse.app4mc.atdb.metrics</module>
+		<module>../../plugins/org.eclipse.app4mc.platform.ide</module>
+		<module>../../plugins/org.eclipse.app4mc.tracing.converter</module>
+		<module>../../plugins/org.eclipse.app4mc.tracing.converter.atdb</module>
+		<module>../../plugins/org.eclipse.app4mc.tracing.converter.ot1</module>
+		<module>../../plugins/org.jenetics</module>
+		<module>../../plugins/org.jgrapht</module>
+		<module>../../plugins/org.ojalgo</module>
+		<module>../../plugins/org.sqlite.jdbc</module>
+
+		<module>../../plugins/org.eclipse.app4mc.amalthea.converters.070</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.converters.110</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.converters.111</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.converters.common</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.converters.ui</module>
+		<module>../../plugins/org.jdom2</module>
+		<module>../../plugins/org.jaxen</module>
+
+		<module>../../plugins/org.eclipse.app4mc.help</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.converters.help</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.model.help</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.edit.help</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.editors.help</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.import.help</module>
+		<module>../../plugins/org.eclipse.app4mc.amalthea.workflow.help</module>
+		<module>../../plugins/org.eclipse.app4mc.multicore.help</module>
+		<module>../../plugins/org.eclipse.app4mc.validation.help</module>
+
+		<!-- Features -->
+		<module>../../features/org.eclipse.app4mc.amalthea.converters</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.converters.sdk</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.edit</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.edit.sdk</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.editors</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.editors.sdk</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.export</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.export.sdk</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.import</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.import.sdk</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.models</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.models.sdk</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.workflow</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.workflow.sdk</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.workflow.common</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.workflow.common.sdk</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.workflow.scripting</module>
+		<module>../../features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk</module>
+		<module>../../features/org.eclipse.app4mc.docu</module>
+		<module>../../features/org.eclipse.app4mc.docu.sdk</module>
+		<module>../../features/org.eclipse.app4mc.examples</module>
+		<module>../../features/org.eclipse.app4mc.examples.sdk</module>
+		<module>../../features/org.eclipse.app4mc.multicore</module>
+		<module>../../features/org.eclipse.app4mc.multicore.sdk</module>
+		<module>../../features/org.eclipse.app4mc.platform</module>
+		<module>../../features/org.eclipse.app4mc.platform.3rdparty</module>
+		<module>../../features/org.eclipse.app4mc.platform.sdk</module>
+		<module>../../features/org.eclipse.app4mc.tracing</module>
+		<module>../../features/org.eclipse.app4mc.tracing.sdk</module>
+		<module>../../features/org.eclipse.app4mc.validation</module>
+		<module>../../features/org.eclipse.app4mc.validation.sdk</module>
+
+
+
+		<!-- Other -->
+		<module>../org.eclipse.app4mc.p2repo</module>
+		<module>../org.eclipse.app4mc.platform.product</module>
+		<module>../org.eclipse.app4mc.target</module>
+		<module>../org.eclipse.app4mc.converters.p2repo</module>
+
+		<!-- Tests -->
+		<module>../../tests/org.eclipse.app4mc.amalthea.validation.test</module>
+		<!--module>../../tests/org.eclipse.app4mc.rcptt</module-->
+		<module>../../tests/org.eclipse.app4mc.amalthea.converters.110.test</module>
+		<module>../../tests/org.eclipse.app4mc.amalthea.converters.111.test</module>
+		<module>../../tests/org.eclipse.app4mc.amalthea.converters.070.test</module>
+	</modules>
+
+	<build>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.eclipse.tycho</groupId>
+					<artifactId>tycho-packaging-plugin</artifactId>
+					<version>${tycho.version}</version>
+
+					<dependencies>
+						<dependency>
+							<groupId>org.eclipse.tycho.extras</groupId>
+							<artifactId>tycho-buildtimestamp-jgit</artifactId>
+							<version>${tycho.version}</version>
+						</dependency>
+					</dependencies>
+
+					<configuration>
+						<timestampProvider>jgit</timestampProvider>
+						<jgit.ignore>pom.xml</jgit.ignore>
+						<jgit.dirtyWorkingTree>ignore</jgit.dirtyWorkingTree>
+					</configuration>
+				</plugin>
+
+				<plugin>
+					<groupId>org.eclipse.tycho</groupId>
+					<artifactId>tycho-p2-plugin</artifactId>
+					<version>${tycho.version}</version>
+
+					<configuration>
+						<baselineRepositories>
+							<repository>
+								<url>https://git.eclipse.org/r/app4mc/org.eclipse.app4mc</url>
+							</repository>
+						</baselineRepositories>
+					</configuration>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>target-platform-configuration</artifactId>
+				<version>${tycho.version}</version>
+
+				<configuration>
+					<environments>
+						<environment>
+							<os>win32</os>
+							<ws>win32</ws>
+							<arch>x86</arch>
+						</environment>
+						<environment>
+							<os>win32</os>
+							<ws>win32</ws>
+							<arch>x86_64</arch>
+						</environment>
+						<environment>
+							<os>linux</os>
+							<ws>gtk</ws>
+							<arch>x86_64</arch>
+						</environment>
+						<environment>
+							<os>macosx</os>
+							<ws>cocoa</ws>
+							<arch>x86_64</arch>
+						</environment>
+					</environments>
+
+					<target>
+						<artifact>
+							<groupId>org.eclipse.app4mc.build</groupId>
+							<artifactId>org.eclipse.app4mc.target</artifactId>
+							<version>0.7.0-SNAPSHOT</version>
+							<classifier>Mars-4.5.2</classifier>
+						</artifact>
+					</target>
+				</configuration>
+			</plugin>
+
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-maven-plugin</artifactId>
+				<version>${tycho.version}</version>
+
+				<extensions>true</extensions>
+			</plugin>
+
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-source-plugin</artifactId>
+				<version>${tycho.version}</version>
+
+				<executions>
+					<execution>
+						<id>plugin-source</id>
+						<goals>
+							<goal>plugin-source</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-surefire-plugin</artifactId>
+				<version>${tycho.version}</version>
+
+				<configuration>
+					<includes>
+						<forkMode>never</forkMode>
+						<include>**/*Test.java</include>
+						<include>**/*Tests.java</include>
+					</includes>
+				</configuration>
+			</plugin>
+
+			<plugin>
+				<groupId>org.jacoco</groupId>
+				<artifactId>jacoco-maven-plugin</artifactId>
+				<version>0.7.4.201502262128</version>
+
+				<executions>
+					<!-- Prepares the property pointing to the JaCoCo runtime agent which
+						is passed as VM argument when Maven the Surefire plugin is executed. -->
+					<execution>
+						<id>pre-unit-test</id>
+						<goals>
+							<goal>prepare-agent</goal>
+						</goals>
+						<configuration>
+							<!-- Sets the path to the file which contains the execution data. -->
+							<destFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</destFile>
+						</configuration>
+					</execution>
+
+					<!-- Ensures that the code coverage report for unit tests is created
+						after unit tests have been run. -->
+					<execution>
+						<id>post-unit-test</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>report</goal>
+						</goals>
+						<configuration>
+							<!-- Sets the path to the file which contains the execution data. -->
+							<dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>
+							<!-- Sets the output directory for the code coverage report. -->
+							<outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+
+</project>
diff --git a/build/org.eclipse.app4mc.build/promote-update-site.xml b/build/org.eclipse.app4mc.build/promote-update-site.xml
new file mode 100644
index 0000000..ac709fa
--- /dev/null
+++ b/build/org.eclipse.app4mc.build/promote-update-site.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+
+	<groupId>org.eclipse.app4mc.build.updatesite</groupId>
+	<artifactId>update</artifactId>
+	<version>1.1.1-SNAPSHOT</version>
+	
+	<packaging>pom</packaging>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.tycho.extras</groupId>
+				<artifactId>tycho-p2-extras-plugin</artifactId>
+				<version>0.20.0</version>
+
+				<executions>
+					<execution>
+						<id>addToUpdateSite</id>
+						<phase>install</phase>
+
+						<goals>
+							<goal>mirror</goal>
+						</goals>
+
+						<configuration>
+							<source>
+								<repository>
+									<url>${sourceUpdateSite}</url>
+								</repository>
+							</source>
+
+							<append>true</append>
+							<destination>${targetUpdateSite}</destination>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+
+</project>
\ No newline at end of file
diff --git a/build/org.eclipse.app4mc.converters.p2repo/.gitignore b/build/org.eclipse.app4mc.converters.p2repo/.gitignore
new file mode 100644
index 0000000..ea8c4bf
--- /dev/null
+++ b/build/org.eclipse.app4mc.converters.p2repo/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/build/org.eclipse.app4mc.converters.p2repo/.project b/build/org.eclipse.app4mc.converters.p2repo/.project
new file mode 100644
index 0000000..cc29e7b
--- /dev/null
+++ b/build/org.eclipse.app4mc.converters.p2repo/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.app4mc.converters.p2repo</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.UpdateSiteBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.UpdateSiteNature</nature>
+	</natures>
+</projectDescription>
diff --git a/build/org.eclipse.app4mc.converters.p2repo/category.xml b/build/org.eclipse.app4mc.converters.p2repo/category.xml
new file mode 100644
index 0000000..7217e6f
--- /dev/null
+++ b/build/org.eclipse.app4mc.converters.p2repo/category.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+   <feature url="features/org.eclipse.app4mc.amalthea.converters_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.converters" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.converters"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.converters.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.converters.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.converters"/>
+   </feature>
+  
+   <category-def name="org.eclipse.app4mc.amalthea.converters" label="APP4MC Converters"/>
+</site>
diff --git a/build/org.eclipse.app4mc.converters.p2repo/compositeContent.xml b/build/org.eclipse.app4mc.converters.p2repo/compositeContent.xml
new file mode 100644
index 0000000..561b278
--- /dev/null
+++ b/build/org.eclipse.app4mc.converters.p2repo/compositeContent.xml
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?compositeMetadataRepository version='1.0.0'?>
+<repository name='APP4MC Tool Platform' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1'>
+  <properties size='2'>
+    <property name='p2.timestamp' value='1397033440899'/>
+  </properties>
+  <children size='9'>
+    <child location='http://download.eclipse.org/modeling/emf/emf/updates/releases'/>
+    <child location='http://download.eclipse.org/modeling/emf/compare/updates/releases'/>
+    <child location='http://download.eclipse.org/rmf/updates'/>
+    <child location='http://download.eclipse.org/sphinx/updates/interim'/>
+    <child location='http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases'/>
+    <child location='http://franca.eclipselabs.org.codespot.com/git/update_site/releases'/>
+    <child location='http://updates.yakindu.org/sct/kepler/releases'/>
+  </children>
+</repository>
diff --git a/build/org.eclipse.app4mc.converters.p2repo/epl-v10.html b/build/org.eclipse.app4mc.converters.p2repo/epl-v10.html
new file mode 100644
index 0000000..fd39122
--- /dev/null
+++ b/build/org.eclipse.app4mc.converters.p2repo/epl-v10.html
@@ -0,0 +1,261 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Public License - Version 1.0</title>
+<style type="text/css">
+  body {
+    size: 8.5in 11.0in;
+    margin: 0.25in 0.5in 0.25in 0.5in;
+    tab-interval: 0.5in;
+    }
+  p {  	
+    margin-left: auto;
+    margin-top:  0.5em;
+    margin-bottom: 0.5em;
+    }
+  p.list {
+  	margin-left: 0.5in;
+    margin-top:  0.05em;
+    margin-bottom: 0.05em;
+    }
+  </style>
+
+</head>
+
+<body lang="EN-US">
+
+<h2>Eclipse Public License - v 1.0</h2>
+
+<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR
+DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
+AGREEMENT.</p>
+
+<p><b>1. DEFINITIONS</b></p>
+
+<p>&quot;Contribution&quot; means:</p>
+
+<p class="list">a) in the case of the initial Contributor, the initial
+code and documentation distributed under this Agreement, and</p>
+<p class="list">b) in the case of each subsequent Contributor:</p>
+<p class="list">i) changes to the Program, and</p>
+<p class="list">ii) additions to the Program;</p>
+<p class="list">where such changes and/or additions to the Program
+originate from and are distributed by that particular Contributor. A
+Contribution 'originates' from a Contributor if it was added to the
+Program by such Contributor itself or anyone acting on such
+Contributor's behalf. Contributions do not include additions to the
+Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii)
+are not derivative works of the Program.</p>
+
+<p>&quot;Contributor&quot; means any person or entity that distributes
+the Program.</p>
+
+<p>&quot;Licensed Patents&quot; mean patent claims licensable by a
+Contributor which are necessarily infringed by the use or sale of its
+Contribution alone or when combined with the Program.</p>
+
+<p>&quot;Program&quot; means the Contributions distributed in accordance
+with this Agreement.</p>
+
+<p>&quot;Recipient&quot; means anyone who receives the Program under
+this Agreement, including all Contributors.</p>
+
+<p><b>2. GRANT OF RIGHTS</b></p>
+
+<p class="list">a) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free copyright license to reproduce, prepare derivative works
+of, publicly display, publicly perform, distribute and sublicense the
+Contribution of such Contributor, if any, and such derivative works, in
+source code and object code form.</p>
+
+<p class="list">b) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free patent license under Licensed Patents to make, use, sell,
+offer to sell, import and otherwise transfer the Contribution of such
+Contributor, if any, in source code and object code form. This patent
+license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor,
+such addition of the Contribution causes such combination to be covered
+by the Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.</p>
+
+<p class="list">c) Recipient understands that although each Contributor
+grants the licenses to its Contributions set forth herein, no assurances
+are provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility to
+secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow Recipient
+to distribute the Program, it is Recipient's responsibility to acquire
+that license before distributing the Program.</p>
+
+<p class="list">d) Each Contributor represents that to its knowledge it
+has sufficient copyright rights in its Contribution, if any, to grant
+the copyright license set forth in this Agreement.</p>
+
+<p><b>3. REQUIREMENTS</b></p>
+
+<p>A Contributor may choose to distribute the Program in object code
+form under its own license agreement, provided that:</p>
+
+<p class="list">a) it complies with the terms and conditions of this
+Agreement; and</p>
+
+<p class="list">b) its license agreement:</p>
+
+<p class="list">i) effectively disclaims on behalf of all Contributors
+all warranties and conditions, express and implied, including warranties
+or conditions of title and non-infringement, and implied warranties or
+conditions of merchantability and fitness for a particular purpose;</p>
+
+<p class="list">ii) effectively excludes on behalf of all Contributors
+all liability for damages, including direct, indirect, special,
+incidental and consequential damages, such as lost profits;</p>
+
+<p class="list">iii) states that any provisions which differ from this
+Agreement are offered by that Contributor alone and not by any other
+party; and</p>
+
+<p class="list">iv) states that source code for the Program is available
+from such Contributor, and informs licensees how to obtain it in a
+reasonable manner on or through a medium customarily used for software
+exchange.</p>
+
+<p>When the Program is made available in source code form:</p>
+
+<p class="list">a) it must be made available under this Agreement; and</p>
+
+<p class="list">b) a copy of this Agreement must be included with each
+copy of the Program.</p>
+
+<p>Contributors may not remove or alter any copyright notices contained
+within the Program.</p>
+
+<p>Each Contributor must identify itself as the originator of its
+Contribution, if any, in a manner that reasonably allows subsequent
+Recipients to identify the originator of the Contribution.</p>
+
+<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
+
+<p>Commercial distributors of software may accept certain
+responsibilities with respect to end users, business partners and the
+like. While this license is intended to facilitate the commercial use of
+the Program, the Contributor who includes the Program in a commercial
+product offering should do so in a manner which does not create
+potential liability for other Contributors. Therefore, if a Contributor
+includes the Program in a commercial product offering, such Contributor
+(&quot;Commercial Contributor&quot;) hereby agrees to defend and
+indemnify every other Contributor (&quot;Indemnified Contributor&quot;)
+against any losses, damages and costs (collectively &quot;Losses&quot;)
+arising from claims, lawsuits and other legal actions brought by a third
+party against the Indemnified Contributor to the extent caused by the
+acts or omissions of such Commercial Contributor in connection with its
+distribution of the Program in a commercial product offering. The
+obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In
+order to qualify, an Indemnified Contributor must: a) promptly notify
+the Commercial Contributor in writing of such claim, and b) allow the
+Commercial Contributor to control, and cooperate with the Commercial
+Contributor in, the defense and any related settlement negotiations. The
+Indemnified Contributor may participate in any such claim at its own
+expense.</p>
+
+<p>For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those
+performance claims and warranties, and if a court requires any other
+Contributor to pay any damages as a result, the Commercial Contributor
+must pay those damages.</p>
+
+<p><b>5. NO WARRANTY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
+PROVIDED ON AN &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS
+OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
+ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
+OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
+responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its
+exercise of rights under this Agreement , including but not limited to
+the risks and costs of program errors, compliance with applicable laws,
+damage to or loss of data, programs or equipment, and unavailability or
+interruption of operations.</p>
+
+<p><b>6. DISCLAIMER OF LIABILITY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
+NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
+DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
+HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
+
+<p><b>7. GENERAL</b></p>
+
+<p>If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further action
+by the parties hereto, such provision shall be reformed to the minimum
+extent necessary to make such provision valid and enforceable.</p>
+
+<p>If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other
+software or hardware) infringes such Recipient's patent(s), then such
+Recipient's rights granted under Section 2(b) shall terminate as of the
+date such litigation is filed.</p>
+
+<p>All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of time
+after becoming aware of such noncompliance. If all Recipient's rights
+under this Agreement terminate, Recipient agrees to cease use and
+distribution of the Program as soon as reasonably practicable. However,
+Recipient's obligations under this Agreement and any licenses granted by
+Recipient relating to the Program shall continue and survive.</p>
+
+<p>Everyone is permitted to copy and distribute copies of this
+Agreement, but in order to avoid inconsistency the Agreement is
+copyrighted and may only be modified in the following manner. The
+Agreement Steward reserves the right to publish new versions (including
+revisions) of this Agreement from time to time. No one other than the
+Agreement Steward has the right to modify this Agreement. The Eclipse
+Foundation is the initial Agreement Steward. The Eclipse Foundation may
+assign the responsibility to serve as the Agreement Steward to a
+suitable separate entity. Each new version of the Agreement will be
+given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the
+Agreement under which it was received. In addition, after a new version
+of the Agreement is published, Contributor may elect to distribute the
+Program (including its Contributions) under the new version. Except as
+expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
+rights or licenses to the intellectual property of any Contributor under
+this Agreement, whether expressly, by implication, estoppel or
+otherwise. All rights in the Program not expressly granted under this
+Agreement are reserved.</p>
+
+<p>This Agreement is governed by the laws of the State of New York and
+the intellectual property laws of the United States of America. No party
+to this Agreement will bring a legal action under this Agreement more
+than one year after the cause of action arose. Each party waives its
+rights to a jury trial in any resulting litigation.</p>
+
+</body>
+
+</html>
diff --git a/build/org.eclipse.app4mc.converters.p2repo/pom.xml b/build/org.eclipse.app4mc.converters.p2repo/pom.xml
new file mode 100644
index 0000000..db1342c
--- /dev/null
+++ b/build/org.eclipse.app4mc.converters.p2repo/pom.xml
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<relativePath>../org.eclipse.app4mc.build/pom.xml</relativePath>
+		<groupId>org.eclipse.app4mc.build</groupId>
+		<artifactId>parent</artifactId>
+		<version>0.7.0-SNAPSHOT</version>
+	</parent>
+
+	<artifactId>org.eclipse.app4mc.converters.p2repo</artifactId>
+	<packaging>eclipse-repository</packaging>
+
+	<pluginRepositories>
+		<pluginRepository>
+			<id>jboss-public-repository-group</id>
+			<name>JBoss Public Repository Group</name>
+			<url>http://repository.jboss.org/nexus/content/groups/public/</url>
+		</pluginRepository>
+
+		<pluginRepository>
+			<id>jboss-snapshots-repository</id>
+			<name>JBoss Snapshots Repository</name>
+			<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+		</pluginRepository>
+	</pluginRepositories>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-p2-repository-plugin</artifactId>
+				<version>${tycho.version}</version>
+
+				<configuration>
+					<compress/>
+				</configuration>
+			</plugin>
+
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-p2-director-plugin</artifactId>
+				<version>${tycho.version}</version>
+
+				<executions>
+					<execution>
+						<id>materialize-products</id>
+						<goals>
+							<goal>materialize-products</goal>
+						</goals>
+					</execution>
+
+					<execution>
+						<id>archive-products</id>
+						<goals>
+							<goal>archive-products</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			
+			<plugin>
+				<groupId>org.jboss.tools.tycho-plugins</groupId>
+				<artifactId>repository-utils</artifactId>
+				<version>${org.jboss.tools.tycho-plugins.version}</version>
+
+				<executions>
+					<execution>
+						<id>generate-facade</id>
+						<phase>package</phase>
+	
+						<goals>
+							<goal>generate-repository-facade</goal>
+						</goals>
+	
+						<configuration>
+							<siteTemplateFolder>siteTemplate</siteTemplateFolder>
+							
+							<!-- Symbols are used while expanding index.html template -->
+							<symbols>
+								<update.site.name>${project.parent.name}</update.site.name>
+								<target.eclipse.version>4.3.2</target.eclipse.version>
+							</symbols>
+
+							<associateSites>
+								<site>http://hudson.eclipse.org/hudson/job/damos-master/lastSuccessfulBuild/artifact/update-site</site>
+								<site>http://download.eclipse.org/modeling/emf/emf/updates/releases</site>
+								<site>http://download.eclipse.org/modeling/emf/compare/updates/releases</site>
+								<site>http://download.eclipse.org/rmf/updates</site>
+								<site>http://download.eclipse.org/sphinx/updates/interim</site>
+								<site>http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases</site>
+								<site>http://franca.eclipselabs.org.codespot.com/git/update_site/releases</site>
+								<site>http://updates.yakindu.org/sct/kepler/releases</site>
+							</associateSites>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+
+</project>
diff --git a/build/org.eclipse.app4mc.converters.p2repo/siteTemplate/index.html b/build/org.eclipse.app4mc.converters.p2repo/siteTemplate/index.html
new file mode 100644
index 0000000..ae0f77d
--- /dev/null
+++ b/build/org.eclipse.app4mc.converters.p2repo/siteTemplate/index.html
@@ -0,0 +1,25 @@
+<html>
+	<head>
+		<title>${update.site.name} Update Site</title>
+	</head>
+
+	<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+		
+		<h2 class="title">${update.site.name} - Use this URL in Eclipse to install ${update.site.name}</h2>
+	
+		<p>This is the Update Site for ${update.site.name}.
+			<ol>
+				<li>To install ${update.site.name} from this site, start up Eclipse ${target.eclipse.version}, then do:
+					<ul><code><strong>Help > Install New Software... ></strong></code></ul>
+				</li>
+				<li>Copy this site's URL into Eclipse, and hit Enter.</li>
+				<li>When the site loads, select the features to install, or click the <code><strong>Select All</strong></code> button.</li>
+				<li>To properly resolve all dependencies, check 
+					<ul><code><strong>[x] Contact all update sites during install to find required software</strong></code></ul>
+				<li>Click <code><strong>Next</strong></code>, agree to the license terms, and install.</li>
+			</ol>
+		</p>
+
+		<p>${site.contents}</p>
+	</body>
+</html>
\ No newline at end of file
diff --git a/build/org.eclipse.app4mc.ide.setup/.project b/build/org.eclipse.app4mc.ide.setup/.project
new file mode 100644
index 0000000..c3e29a3
--- /dev/null
+++ b/build/org.eclipse.app4mc.ide.setup/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.app4mc.ide.setup</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
diff --git a/build/org.eclipse.app4mc.ide.setup/AMALTHEA-Development-IDE.setup b/build/org.eclipse.app4mc.ide.setup/AMALTHEA-Development-IDE.setup
new file mode 100644
index 0000000..0526308
--- /dev/null
+++ b/build/org.eclipse.app4mc.ide.setup/AMALTHEA-Development-IDE.setup
@@ -0,0 +1,1297 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<setup:Project
+    xmi:version="2.0"
+    xmlns:xmi="http://www.omg.org/XMI"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
+    xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0"
+    xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0"
+    xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0"
+    xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
+    xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
+    xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0"
+    xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
+    xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"
+    name="org.itea2.amalthea"
+    label="AMALTHEA Development IDE">
+  <setupTask
+      xsi:type="setup.p2:P2Task">
+    <requirement
+        name="org.eclipse.oomph.setup.git.feature.group"/>
+    <requirement
+        name="org.eclipse.oomph.setup.targlets.feature.group"/>
+    <requirement
+        name="org.eclipse.oomph.setup.workingsets.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.xtext.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.xtend.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.ecore.xcore.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.ecoretools.design.feature.group"/>
+    <requirement
+        name="org.eclipse.xsd.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.wst.xml_ui.feature.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.compare.ide.ui.feature.group"/>
+    <requirement
+        name="org.eclipse.egit.feature.group"/>
+    <requirement
+        name="org.eclipse.m2e.feature.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.ecoretools.design.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.mwe2.language.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.mwe2.runtime.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.hudson.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.java_feature.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.pde_feature.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.trac_feature.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.git.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.wikitext_feature.feature.group"/>
+    <requirement
+        name="com.inventage.tools.versiontiger.gui.feature.group"
+        versionRange="1.2.0"/>
+    <requirement
+        name="org.eclipse.sirius.runtime.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.doc.feature.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.runtime.ide.ui.acceleo.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.runtime.ide.ui.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.runtime.acceleo.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.specifier.ide.ui.acceleo.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.specifier.ide.ui.feature.group"/>
+    <repository
+        url="https://raw.github.com/inventage/version-tiger-repos/master/releases/"/>
+    <repository
+        url="http://download.eclipse.org/sirius/updates/releases/3.1.1/mars"/>
+    <repository
+        url="http://download.eclipse.org/ecoretools/updates/releases/3.0.1/mars"/>
+  </setupTask>
+  <setupTask
+      xsi:type="setup:CompoundTask"
+      name="Preferences">
+    <setupTask
+        xsi:type="setup:CompoundTask"
+        name="org.eclipse.jdt.core">
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.emptyStatement"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.fallthroughCase"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.indirectStaticAccess"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.potentialNullReference"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.redundantNullCheck"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unnecessaryElse"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.line_length"
+          value="120"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement"
+          value="insert"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement"
+          value="insert"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement"
+          value="insert"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement"
+          value="insert"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.lineSplit"
+          value="120"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve"
+          value="2"/>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:CompoundTask"
+        name="org.eclipse.jdt.ui">
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_templates_migrated"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates"
+          value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?>&lt;templates>&lt;template autoinsert=&quot;false&quot; context=&quot;overridecomment_context&quot; deleted=&quot;false&quot; description=&quot;Comment for overriding methods&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.overridecomment&quot; name=&quot;overridecomment&quot;>/**&#xD;&#xA; * $${see_to_overridden}&#xD;&#xA; */&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;catchblock_context&quot; deleted=&quot;false&quot; description=&quot;Code in new catch blocks&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.catchblock&quot; name=&quot;catchblock&quot;>// $${todo} $${user} Auto-generated catch block&#xD;&#xA;$${exception_var}.printStackTrace();&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;methodbody_context&quot; deleted=&quot;false&quot; description=&quot;Code in created method stubs&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.methodbody&quot; name=&quot;methodbody&quot;>// $${todo} $${user} Auto-generated method stub&#xD;&#xA;$${body_statement}&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;constructorbody_context&quot; deleted=&quot;false&quot; description=&quot;Code in created constructor stubs&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.constructorbody&quot; name=&quot;constructorbody&quot;>$${body_statement}&#xD;&#xA;// $${todo} $${user} Auto-generated constructor stub&lt;/template>&lt;/templates>"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_annotations"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_deprecated_annotations"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_override_annotations"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_default_serial_version_id"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_generated_serial_version_id"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_methods"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_nls_tags"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_override_annotations_interface_methods"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_serial_version_id"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_blocks"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_this_for_non_static_field_access"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_this_for_non_static_method_access"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.convert_to_enhanced_for_loop"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.correct_indentation"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.format_source_code"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.format_source_code_changes_only"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.insert_inferred_type_arguments"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.make_local_variable_final"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.make_parameters_final"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.make_private_fields_final"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.make_variable_declarations_final"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.never_use_blocks"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.never_use_parentheses_in_expressions"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.on_save_use_additional_actions"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.organize_imports"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_field_accesses_with_declaring_class"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_with_declaring_class"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_method_accesses_with_declaring_class"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_private_constructors"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_redundant_type_arguments"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces_all"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces_ignore_empty"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unnecessary_casts"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unnecessary_nls_tags"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_imports"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_local_variables"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_fields"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_members"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_methods"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_types"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.sort_members"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.sort_members_all"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_anonymous_class_creation"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_blocks"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_blocks_only_for_return_and_throw"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_lambda"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_parentheses_in_expressions"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_field_access"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_field_access_only_if_necessary"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_method_access"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_method_access_only_if_necessary"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_type_arguments"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/hoverModifierMasks"
+          value="org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.internal.debug.ui.JavaDebugHover;0;org.eclipse.jdt.ui.ProblemHover;0;org.eclipse.jdt.ui.NLSStringHover;327680;org.eclipse.jdt.ui.JavadocHover;393216;org.eclipse.jdt.ui.AnnotationHover;0;org.eclipse.jdt.ui.JavaSourceHover;131072;"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/hoverModifiers"
+          value="org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.internal.debug.ui.JavaDebugHover;!0;org.eclipse.jdt.ui.ProblemHover;!0;org.eclipse.jdt.ui.NLSStringHover;Ctrl+Alt;org.eclipse.jdt.ui.JavadocHover;Ctrl+Shift;org.eclipse.jdt.ui.AnnotationHover;!0;org.eclipse.jdt.ui.JavaSourceHover;Shift;"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates"
+          value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?>&lt;templates>&lt;template autoinsert=&quot;false&quot; context=&quot;overridecomment_context&quot; deleted=&quot;false&quot; description=&quot;Comment for overriding methods&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.overridecomment&quot; name=&quot;overridecomment&quot;>/**&#xD;&#xA; * $${see_to_overridden}&#xD;&#xA; */&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;catchblock_context&quot; deleted=&quot;false&quot; description=&quot;Code in new catch blocks&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.catchblock&quot; name=&quot;catchblock&quot;>// $${todo} $${user} Auto-generated catch block&#xD;&#xA;$${exception_var}.printStackTrace();&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;methodbody_context&quot; deleted=&quot;false&quot; description=&quot;Code in created method stubs&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.methodbody&quot; name=&quot;methodbody&quot;>// $${todo} $${user} Auto-generated method stub&#xD;&#xA;$${body_statement}&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;constructorbody_context&quot; deleted=&quot;false&quot; description=&quot;Code in created constructor stubs&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.constructorbody&quot; name=&quot;constructorbody&quot;>$${body_statement}&#xD;&#xA;// $${todo} $${user} Auto-generated constructor stub&lt;/template>&lt;/templates>"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates"
+          value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?>&lt;templates/>"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated"
+          value="true"/>
+    </setupTask>
+  </setupTask>
+  <setupTask
+      xsi:type="setup:ResourceCreationTask"
+      excludedTriggers="STARTUP MANUAL"
+      content="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;section name=&quot;Workbench&quot;>&#xD;&#xA;&#x9;&lt;section name=&quot;org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart&quot;>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;2&quot; key=&quot;layout&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;true&quot; key=&quot;group_libraries&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;2&quot; key=&quot;rootMode&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;true&quot; key=&quot;linkWithEditor&quot;/>&#xD;&#xA;&#x9;&lt;/section>&#xD;&#xA;&lt;/section>&#xD;&#xA;"
+      targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
+      encoding="UTF-8"/>
+  <setupTask
+      xsi:type="setup:VariableTask"
+      name="eclipse.target.platform"
+      defaultValue="Mars"
+      storageURI="scope://Workspace"/>
+  <setupTask
+      xsi:type="jdt:JRETask"
+      version="JavaSE-1.8"
+      location="${jre.location-1.8}"/>
+  <setupTask
+      xsi:type="git:GitCloneTask"
+      id="git.clone.amalthea"
+      remoteURI="https://projects.itemis.de/git/amalthea-src"
+      pushURI=""
+      checkoutBranch="master-mars">
+    <description>AMALTHEA Git Repository</description>
+  </setupTask>
+  <setupTask
+      xsi:type="setup.workingsets:WorkingSetTask">
+    <workingSet
+        name="Platform">
+      <predicate
+          xsi:type="predicates:AndPredicate">
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.platform.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.license.*"/>
+        </operand>
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.FeatureNature"/>
+        </operand>
+      </predicate>
+    </workingSet>
+    <workingSet
+        name="Models">
+      <predicate
+          xsi:type="predicates:AndPredicate">
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.model.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.franca.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.emf\.util.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.powermock"/>
+        </operand>
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.FeatureNature"/>
+        </operand>
+      </predicate>
+    </workingSet>
+    <workingSet
+        name="Editors">
+      <predicate
+          xsi:type="predicates:AndPredicate">
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.editor.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.validation.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.metricviewer.*"/>
+        </operand>
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.FeatureNature"/>
+        </operand>
+      </predicate>
+    </workingSet>
+    <workingSet
+        name="Variability">
+      <predicate
+          xsi:type="predicates:AndPredicate">
+        <operand
+            xsi:type="predicates:NamePredicate"
+            pattern="org\.itea2\.amalthea\.variability.*"/>
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.FeatureNature"/>
+        </operand>
+      </predicate>
+    </workingSet>
+    <workingSet
+        name="Workflow"
+        id="">
+      <predicate
+          xsi:type="predicates:AndPredicate">
+        <operand
+            xsi:type="predicates:NamePredicate"
+            pattern="org\.itea2\.amalthea\.workflow.*"/>
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.FeatureNature"/>
+        </operand>
+      </predicate>
+    </workingSet>
+    <workingSet
+        name="Multicore">
+      <predicate
+          xsi:type="predicates:AndPredicate">
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.partitioning.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.openmapping.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.multicore.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.import\atdb.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.ojalgo.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.jgrapht.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.jenetics"/>
+        </operand>
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.FeatureNature"/>
+        </operand>
+      </predicate>
+    </workingSet>
+    <workingSet
+        name="Export">
+      <predicate
+          xsi:type="predicates:AndPredicate">
+        <operand
+            xsi:type="predicates:NamePredicate"
+            pattern="org\.itea2\.amalthea\.export.*"/>
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.FeatureNature"/>
+        </operand>
+      </predicate>
+    </workingSet>
+    <workingSet
+        name="Tracing">
+      <predicate
+          xsi:type="predicates:AndPredicate">
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.tracing.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.trace.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.sqlite.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\..*atdb"/>
+        </operand>
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.FeatureNature"/>
+        </operand>
+      </predicate>
+    </workingSet>
+    <workingSet
+        name="OSLC">
+      <predicate
+          xsi:type="predicates:AndPredicate">
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.oslc.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.lyo.*"/>
+        </operand>
+        <operand
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.FeatureNature"/>
+        </operand>
+      </predicate>
+    </workingSet>
+    <workingSet
+        name="Documentation">
+      <predicate
+          xsi:type="predicates:OrPredicate">
+        <operand
+            xsi:type="predicates:NamePredicate"
+            pattern="org\.itea2\.amalthea\..*example.*"/>
+        <operand
+            xsi:type="predicates:NamePredicate"
+            pattern="org\.itea2\.amalthea\.docu.*"/>
+        <operand
+            xsi:type="predicates:NamePredicate"
+            pattern="org\.itea2\.amalthea\..*help"/>
+      </predicate>
+    </workingSet>
+    <workingSet
+        name="Build">
+      <predicate
+          xsi:type="predicates:OrPredicate">
+        <operand
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.platform.*"/>
+          <operand
+              xsi:type="predicates:NotPredicate">
+            <operand
+                xsi:type="predicates:NaturePredicate"
+                nature="org.eclipse.pde.PluginNature"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NotPredicate">
+            <operand
+                xsi:type="predicates:NaturePredicate"
+                nature="org.eclipse.pde.FeatureNature"/>
+          </operand>
+        </operand>
+        <operand
+            xsi:type="predicates:NamePredicate"
+            pattern="org\.itea2\.amalthea\.ide\.setup"/>
+        <operand
+            xsi:type="predicates:NamePredicate"
+            pattern="org\.itea2\.amalthea\..*product"/>
+      </predicate>
+    </workingSet>
+  </setupTask>
+  <stream name="master"
+      label="Master">
+    <setupTask
+        xsi:type="setup.targlets:TargletTask">
+      <targlet
+          name="Master"
+          activeRepositoryList="${eclipse.target.platform}">
+        <annotation
+            source="http:/www.eclipse.org/oomph/targlets/TargetDefinitionGenerator">
+          <detail
+              key="location">
+            <value>${git.clone.amalthea.location}/build/org.itea2.amalthea.platform.target/Mars-generated.target</value>
+          </detail>
+          <detail
+              key="includeAllPlatforms">
+            <value>false</value>
+          </detail>
+          <detail
+              key="includeSource">
+            <value>true</value>
+          </detail>
+          <detail
+              key="generateVersions">
+            <value>true</value>
+          </detail>
+        </annotation>
+        <requirement
+            name="epp.package.automotive"
+            versionRange="[4.5.0,4.6.0)"/>
+        <requirement
+            name="org.eclipse.platform.sdk"
+            versionRange="[4.5.0,4.6.0)"/>
+        <requirement
+            name="org.eclipse.cdt.remote.feature.group"
+            versionRange="[8.8.0,8.9.0)"/>
+        <requirement
+            name="org.eclipse.cdt.sdk.feature.group"
+            versionRange="[8.8.0,8.9.0)"/>
+        <requirement
+            name="org.eclipse.ecf.core.feature.group"
+            versionRange="[3.10.0,3.11.0)"/>
+        <requirement
+            name="org.eclipse.equinox.sdk.feature.group"
+            versionRange="[3.11.0,3.12.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.ide.ui.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.rcp.ui.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.diagram.gmf.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.uml2.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.emf.ecore.xcore.sdk.feature.group"
+            versionRange="[1.3.0,1.4.0]"/>
+        <requirement
+            name="org.eclipse.emf.mwe.sdk.feature.group"
+            versionRange="[1.3.0,1.4.0]"/>
+        <requirement
+            name="org.eclipse.emf.mwe2.runtime.sdk.feature.group"
+            versionRange="[2.8.0,2.9.0)"/>
+        <requirement
+            name="org.eclipse.emf.sdk.feature.group"
+            versionRange="[2.11.0,2.12.0)"/>
+        <requirement
+            name="org.eclipse.emf.transaction.sdk.feature.group"
+            versionRange="[1.9.0,1.10.0)"/>
+        <requirement
+            name="org.eclipse.emf.validation.sdk.feature.group"
+            versionRange="[1.9.0,1.10.0)"/>
+        <requirement
+            name="org.eclipse.gef.sdk.feature.group"
+            versionRange="[3.10.0,3.11.0)"/>
+        <requirement
+            name="org.eclipse.gmf.runtime.sdk.feature.group"
+            versionRange="[1.9.0,1.10.0)"/>
+        <requirement
+            name="org.eclipse.gmf.runtime.notation.sdk.feature.group"
+            versionRange="[1.9.0,1.10.0)"/>
+        <requirement
+            name="org.eclipse.gmf.sdk.feature.group"
+            versionRange="[3.3.0,3.4.0)"/>
+        <requirement
+            name="org.eclipse.graphiti.sdk.feature.feature.group"
+            versionRange="[0.12.0,0.13.0)"/>
+        <requirement
+            name="org.eclipse.ocl.all.sdk.feature.group"
+            versionRange="[5.1.0,5.2.0)"/>
+        <requirement
+            name="org.eclipse.remote.feature.group"
+            versionRange="[2.0.0,2.1.0)"/>
+        <requirement
+            name="org.eclipse.sphinx.sdk.feature.group"
+            versionRange="[0.9.0,0.10.0)"/>
+        <requirement
+            name="org.eclipse.team.svn.feature.group"
+            versionRange="[3.0.0,3.1.0)"/>
+        <requirement
+            name="org.eclipse.uml2.sdk.feature.group"
+            versionRange="[5.1.0,5.2.0)"/>
+        <requirement
+            name="org.eclipse.wst.xml_ui.feature.feature.group"
+            versionRange="[3.7.0,3.8.0)"/>
+        <requirement
+            name="org.eclipse.xpand.sdk.feature.group"
+            versionRange="[2.1.0,2.2.0)"/>
+        <requirement
+            name="org.eclipse.xsd.sdk.feature.group"
+            versionRange="[2.11.0,2.12.0)"/>
+        <requirement
+            name="org.eclipse.xtend.sdk.feature.group"
+            versionRange="[2.8.0,2.9.0)"/>
+        <requirement
+            name="org.eclipse.xtext.sdk.feature.group"
+            versionRange="[2.8.0,2.9.0)"/>
+        <requirement
+            name="org.eclipse.rmf.reqif10.sdk.feature.feature.group"
+            versionRange="[0.13.0,0.14.0)"/>
+        <requirement
+            name="org.eclipse.rmf.reqif10.pror.sdk.feature.feature.group"
+            versionRange="[0.13.0,0.14.0)"/>
+        <requirement
+            name="org.yakindu.sct.sdk.feature.group"
+            versionRange="[2.4.0,2.5.0)"/>
+        <requirement
+            name="org.franca.core.sdk.feature.group"
+            versionRange="[0.9.1,1.0.0)"/>
+        <requirement
+            name="org.franca.ui.sdk.feature.group"
+            versionRange="[0.9.1,0.10.0)"/>
+        <requirement
+            name="org.eclipse.jetty.bundles.f.feature.group"
+            versionRange="[8.1.0,8.2.0)"/>
+        <requirement
+            name="org.eclipse.incquery.sdk.feature.source.feature.group"
+            versionRange="[1.0.0,1.1.0)"/>
+        <requirement
+            name="org.eclipse.sirius.doc.feature.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.runtime.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.runtime.acceleo.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.runtime.ide.ui.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.samples.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.runtime.ide.ui.acceleo.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.specifier.ide.ui.acceleo.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.specifier.ide.ui.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.ease.feature.feature.group"
+            versionRange="[0.2.0,0.3.0)"/>
+        <requirement
+            name="org.eclipse.ease.ui.feature.feature.group"
+            versionRange="[0.2.0,0.3.0)"/>
+        <requirement
+            name="org.eclipse.ease.javascript.feature.feature.group"
+            versionRange="[0.2.0,0.3.0)"/>
+        <requirement
+            name="org.eclipse.ease.modules.feature.feature.group"
+            versionRange="[0.2.0,0.3.0)"/>
+        <requirement
+            name="com.sun.xml.bind"
+            versionRange="2.2.0"/>
+        <requirement
+            name="javax.activation"
+            versionRange="1.1.0"/>
+        <requirement
+            name="javax.annotation"
+            versionRange="1.2.0"/>
+        <requirement
+            name="javax.el"
+            versionRange="2.2.0"/>
+        <requirement
+            name="javax.servlet"
+            versionRange="3.1.0"/>
+        <requirement
+            name="javax.ws.rs"
+            versionRange="2.0.1"/>
+        <requirement
+            name="javax.xml"
+            versionRange="1.3.4"/>
+        <requirement
+            name="javax.xml.bind"
+            versionRange="2.2.0"/>
+        <requirement
+            name="javax.xml.stream"
+            versionRange="1.0.1"/>
+        <requirement
+            name="org.antlr.runtime"
+            versionRange="3.2.0"/>
+        <requirement
+            name="org.apache.batik.css"
+            versionRange="1.7.0"/>
+        <requirement
+            name="org.apache.batik.util"
+            versionRange="1.7.0"/>
+        <requirement
+            name="org.apache.batik.util.gui"
+            versionRange="1.7.0"/>
+        <requirement
+            name="org.apache.commons.codec"
+            versionRange="1.6.0"/>
+        <requirement
+            name="org.apache.commons.io"
+            versionRange="2.2.0"/>
+        <requirement
+            name="org.apache.commons.lang"
+            versionRange="2.6.0"/>
+        <requirement
+            name="org.apache.commons.logging"
+            versionRange="1.1.1"/>
+        <requirement
+            name="org.apache.httpcomponents.httpclient"
+            versionRange="4.3.6"/>
+        <requirement
+            name="org.apache.httpcomponents.httpcore"
+            versionRange="4.3.3"/>
+        <requirement
+            name="org.apache.xerces"
+            versionRange="2.9.0"/>
+        <requirement
+            name="org.apache.log4j"
+            versionRange="1.2.15"/>
+        <requirement
+            name="org.slf4j.api"
+            versionRange="[1.7.2,1.8.0)"/>
+        <requirement
+            name="org.slf4j.jcl"
+            versionRange="[1.7.2,1.8.0)"/>
+        <requirement
+            name="org.slf4j.log4j"
+            versionRange="[1.7.2,1.8.0)"/>
+        <requirement
+            name="org.swtchart"
+            versionRange="0.7.0"/>
+        <repositoryList
+            name="Mars">
+          <repository
+              url="http://download.eclipse.org/releases/mars/"/>
+          <repository
+              url="https://projects.itemis.de/data/amalthea/target/org.eclipse.epp.packages/"/>
+          <repository
+              url="http://download.eclipse.org/tools/orbit/downloads/drops/R20150821153341/repository/"/>
+          <repository
+              url="http://download.eclipse.org/rmf/updates"/>
+          <repository
+              url="http://download.eclipse.org/sphinx/updates/interim"/>
+          <repository
+              url="http://download.eclipse.org/modeling/emf/compare/updates/releases/3.1/R201506080833"/>
+          <repository
+              url="http://download.eclipse.org/tools/cdt/releases/8.8"/>
+          <repository
+              url="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.18.v20150929"/>
+          <repository
+              url="http://franca.eclipselabs.org.codespot.com/git/update_site/releases"/>
+          <repository
+              url="http://updates.yakindu.org/sct/luna/releases"/>
+          <repository
+              url="http://download.eclipse.org/sirius/updates/releases/3.1.1/mars"/>
+          <repository
+              url="http://download.eclipse.org/incquery/updates/release"/>
+          <repository
+              url="http://download.eclipse.org/ease/update/release"/>
+        </repositoryList>
+      </targlet>
+    </setupTask>
+    <setupTask
+        xsi:type="projects:ProjectsImportTask">
+      <sourceLocator
+          rootFolder="${git.clone.amalthea.location}">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:NotPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern=".*hvac.*"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NotPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.yakindu\.component.*"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NotPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="de\.offis.*"/>
+          </operand>
+        </predicate>
+      </sourceLocator>
+    </setupTask>
+  </stream>
+  <stream name="hvac"
+      label="HVAC Demonstrator">
+    <setupTask
+        xsi:type="setup.targlets:TargletTask">
+      <targlet
+          name="HVAC"
+          activeRepositoryList="${eclipse.target.platform}">
+        <annotation
+            source="http:/www.eclipse.org/oomph/targlets/TargetDefinitionGenerator">
+          <detail
+              key="location">
+            <value>${git.clone.amalthea.location}/build/org.itea2.amalthea.platform.target-hvac/Luna-4.4.1-HVAC.target</value>
+          </detail>
+          <detail
+              key="includeAllPlatforms">
+            <value>false</value>
+          </detail>
+          <detail
+              key="includeSource">
+            <value>true</value>
+          </detail>
+          <detail
+              key="generateVersions">
+            <value>true</value>
+          </detail>
+        </annotation>
+        <requirement
+            name="org.yakindu.component.sdk.feature.group"/>
+        <repositoryList
+            name="Luna">
+          <repository
+              url="https://projects.itemis.de/data/amalthea/target/org.yakindu.component/"/>
+        </repositoryList>
+      </targlet>
+      <targlet
+          name="Eclipse Platform"
+          activeRepositoryList="${eclipse.target.platform}">
+        <requirement
+            name="org.eclipse.platform.sdk"
+            versionRange="[4.4.0,4.5.0)"/>
+        <requirement
+            name="org.eclipse.equinox.sdk.feature.group"
+            versionRange="[3.10.0,3.11.0)"/>
+        <requirement
+            name="org.eclipse.team.svn.feature.group"
+            versionRange="[2.0.0,2.1.0)"/>
+        <requirement
+            name="org.eclipse.ecf.core.feature.group"/>
+        <repositoryList
+            name="Luna">
+          <repository
+              url="http://download.eclipse.org/eclipse/updates/4.4"/>
+          <repository
+              url="http://download.eclipse.org/releases/luna"/>
+        </repositoryList>
+      </targlet>
+      <targlet
+          name="Orbit"
+          activeRepositoryList="${eclipse.target.platform}">
+        <requirement
+            name="org.apache.commons.io"/>
+        <requirement
+            name="org.apache.batik.css"
+            versionRange="[1.6.0,1.7.0)"/>
+        <requirement
+            name="org.apache.batik.util"
+            versionRange="[1.6.0,1.7.0)"/>
+        <requirement
+            name="org.apache.batik.util.gui"
+            versionRange="[1.6.0,1.7.0)"/>
+        <repositoryList
+            name="Luna">
+          <repository
+              url="http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository"/>
+        </repositoryList>
+      </targlet>
+      <targlet
+          name="Automotive"
+          activeRepositoryList="${eclipse.target.platform}">
+        <requirement
+            name="epp.package.automotive"
+            versionRange="[4.4.0,4.5.0)"/>
+        <requirement
+            name="org.eclipse.cdt.sdk.feature.group"
+            versionRange="[8.5.0,8.6.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.ide.ui.source.feature.group"
+            versionRange="[3.0.0,3.1.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.rcp.ui.source.feature.group"
+            versionRange="[3.0.0,3.1.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.diagram.gmf.feature.group"
+            versionRange="[3.0.0,3.1.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.uml2.feature.group"
+            versionRange="[3.0.0,3.1.0)"/>
+        <requirement
+            name="org.eclipse.emf.mwe.sdk.feature.group"
+            versionRange="[1.3.2,1.4.0]"/>
+        <requirement
+            name="org.eclipse.emf.sdk.feature.group"
+            versionRange="[2.10.0,2.11.0)"/>
+        <requirement
+            name="org.eclipse.emf.transaction.sdk.feature.group"
+            versionRange="[1.8.0,1.9.0)"/>
+        <requirement
+            name="org.eclipse.emf.validation.sdk.feature.group"
+            versionRange="[1.8.0,1.9.0)"/>
+        <requirement
+            name="org.eclipse.gef.sdk.feature.group"
+            versionRange="[3.9.100,3.10.0)"/>
+        <requirement
+            name="org.eclipse.gmf.runtime.sdk.feature.group"
+            versionRange="[1.8.0,1.9.0)"/>
+        <requirement
+            name="org.eclipse.gmf.runtime.notation.sdk.feature.group"
+            versionRange="[1.8.0,1.9.0)"/>
+        <requirement
+            name="org.eclipse.gmf.sdk.feature.group"
+            versionRange="[3.2.0,3.3.0)"/>
+        <requirement
+            name="org.eclipse.graphiti.sdk.feature.feature.group"
+            versionRange="[0.11.0,0.12.0)"/>
+        <requirement
+            name="org.eclipse.rmf.reqif10.sdk.feature.feature.group"
+            versionRange="[0.11.0,0.12.0)"/>
+        <requirement
+            name="org.eclipse.rmf.reqif10.pror.sdk.feature.feature.group"
+            versionRange="[0.11.0,0.12.0)"/>
+        <requirement
+            name="org.eclipse.sphinx.sdk.feature.group"
+            versionRange="[0.9.0,0.10.0)"/>
+        <requirement
+            name="org.eclipse.uml2.sdk.feature.group"
+            versionRange="[5.0.0,5.1.0)"/>
+        <requirement
+            name="org.eclipse.wst.xml_ui.feature.feature.group"
+            versionRange="[3.6.0,3.7.0)"/>
+        <requirement
+            name="org.eclipse.xpand.sdk.feature.group"
+            versionRange="[2.0.0,2.1.0)"/>
+        <requirement
+            name="org.eclipse.xsd.sdk.feature.group"
+            versionRange="[2.10.0,2.11.0)"/>
+        <requirement
+            name="org.eclipse.xtend.sdk.feature.group"
+            versionRange="[2.7.0,2.8.0)"/>
+        <requirement
+            name="org.eclipse.xtext.sdk.feature.group"
+            versionRange="[2.7.2,2.8.0)"/>
+        <requirement
+            name="org.eclipse.remote.feature.group"/>
+        <requirement
+            name="org.eclipse.cdt.remote.feature.group"/>
+        <requirement
+            name="org.eclipse.ocl.all.sdk.feature.group"/>
+        <repositoryList
+            name="Luna">
+          <repository
+              url="http://download.eclipse.org/rmf/updates"/>
+          <repository
+              url="http://download.eclipse.org/sphinx/updates/interim"/>
+          <repository
+              url="http://download.eclipse.org/modeling/emf/compare/updates/releases/3.0"/>
+          <repository
+              url="http://download.eclipse.org/technology/epp/packages/luna"/>
+          <repository
+              url="http://download.eclipse.org/tools/cdt/releases/8.5"/>
+        </repositoryList>
+      </targlet>
+      <targlet
+          name="AMALTHEA4public"
+          activeRepositoryList="${eclipse.target.platform}">
+        <requirement
+            name="org.eclipse.emf.ecore.xcore.sdk.feature.group"
+            versionRange="[1.2.0,1.3.0]"/>
+        <requirement
+            name="org.eclipse.emf.mwe2.runtime.sdk.feature.group"
+            versionRange="[2.7.0,2.8.0)"/>
+        <requirement
+            name="org.franca.ui.sdk.feature.group"
+            versionRange="[0.9.0,0.10.0)"/>
+        <requirement
+            name="org.yakindu.sct.sdk.feature.group"
+            versionRange="[2.4.0,2.5.0)"/>
+        <requirement
+            name="org.eclipse.damos.sdk.feature.group"
+            versionRange="[0.4.0,0.5.0)"/>
+        <repositoryList
+            name="Luna">
+          <repository
+              url="http://franca.eclipselabs.org.codespot.com/git/update_site/releases/0.9.1/"/>
+          <repository
+              url="http://updates.yakindu.org/sct/luna/releases"/>
+          <repository
+              url="https://hudson.eclipse.org/hudson/job/damos-master/lastSuccessfulBuild/artifact/update-site"/>
+        </repositoryList>
+      </targlet>
+    </setupTask>
+    <setupTask
+        xsi:type="projects:ProjectsImportTask">
+      <sourceLocator
+          rootFolder="${git.clone.amalthea.location}">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:NotPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="de\.offis.*"/>
+          </operand>
+        </predicate>
+      </sourceLocator>
+    </setupTask>
+    <setupTask
+        xsi:type="setup.workingsets:WorkingSetTask">
+      <workingSet
+          name="HVAC">
+        <predicate
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.itea2\.amalthea\.hvac.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.yakindu\.component.*"/>
+        </predicate>
+      </workingSet>
+    </setupTask>
+  </stream>
+  <description>Development IDE for the AMALTHEA project</description>
+</setup:Project>
diff --git "a/build/org.eclipse.app4mc.ide.setup/APP4MC-Development-IDE \050Eclipse repo\051.setup" "b/build/org.eclipse.app4mc.ide.setup/APP4MC-Development-IDE \050Eclipse repo\051.setup"
new file mode 100644
index 0000000..1e4a1d2
--- /dev/null
+++ "b/build/org.eclipse.app4mc.ide.setup/APP4MC-Development-IDE \050Eclipse repo\051.setup"
@@ -0,0 +1,1093 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<setup:Project
+    xmi:version="2.0"
+    xmlns:xmi="http://www.omg.org/XMI"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
+    xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0"
+    xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0"
+    xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0"
+    xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
+    xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
+    xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0"
+    xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
+    xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"
+    name="org.eclipse.app4mc"
+    label="APP4MC Development IDE (Eclipse Repo)">
+  <setupTask
+      xsi:type="setup.p2:P2Task">
+    <requirement
+        name="org.eclipse.oomph.setup.git.feature.group"/>
+    <requirement
+        name="org.eclipse.oomph.setup.targlets.feature.group"/>
+    <requirement
+        name="org.eclipse.oomph.setup.workingsets.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.xtext.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.xtend.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.ecore.xcore.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.ecoretools.design.feature.group"/>
+    <requirement
+        name="org.eclipse.xsd.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.wst.xml_ui.feature.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.compare.ide.ui.feature.group"/>
+    <requirement
+        name="org.eclipse.egit.feature.group"/>
+    <requirement
+        name="org.eclipse.m2e.feature.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.ecoretools.design.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.mwe2.language.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.mwe2.runtime.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.hudson.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.java_feature.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.pde_feature.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.trac_feature.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.git.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.wikitext_feature.feature.group"/>
+    <requirement
+        name="org.eclipse.rcptt.platform.feature.group"/>
+    <requirement
+        name="org.eclipse.wb.rcp.feature.feature.group"/>
+    <requirement
+        name="com.inventage.tools.versiontiger.gui.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.runtime.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.doc.feature.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.runtime.ide.ui.acceleo.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.runtime.ide.ui.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.runtime.acceleo.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.specifier.ide.ui.acceleo.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.specifier.ide.ui.feature.group"/>
+    <requirement
+        name="org.eclipse.acceleo.sdk.feature.group"
+        filter=""/>
+    <requirement
+        name="org.eclipse.acceleo.runtime.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.specifier.ide.ui.aql.feature.group"
+        filter=""/>
+    <repository
+        url="https://raw.github.com/inventage/version-tiger-repos/master/releases/"/>
+    <repository
+        url="http://download.eclipse.org/sirius/updates/releases/3.1.4/mars"/>
+    <repository
+        url="http://download.eclipse.org/ecoretools/updates/releases/3.0.1/mars"/>
+    <repository
+        url="http://download.eclipse.org/rcptt/release/2.0.2/repository"/>
+    <repository
+        url="http://download.eclipse.org/acceleo/updates/releases/3.6"/>
+  </setupTask>
+  <setupTask
+      xsi:type="setup:CompoundTask"
+      name="Preferences">
+    <setupTask
+        xsi:type="setup:CompoundTask"
+        name="org.eclipse.jdt.core">
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.emptyStatement"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.fallthroughCase"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.indirectStaticAccess"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.potentialNullReference"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.redundantNullCheck"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unnecessaryElse"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.line_length"
+          value="120"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement"
+          value="insert"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement"
+          value="insert"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement"
+          value="insert"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement"
+          value="insert"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.lineSplit"
+          value="120"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve"
+          value="2"/>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:CompoundTask"
+        name="org.eclipse.jdt.ui">
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_templates_migrated"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates"
+          value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?>&lt;templates>&lt;template autoinsert=&quot;false&quot; context=&quot;overridecomment_context&quot; deleted=&quot;false&quot; description=&quot;Comment for overriding methods&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.overridecomment&quot; name=&quot;overridecomment&quot;>/**&#xD;&#xA; * $${see_to_overridden}&#xD;&#xA; */&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;catchblock_context&quot; deleted=&quot;false&quot; description=&quot;Code in new catch blocks&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.catchblock&quot; name=&quot;catchblock&quot;>// $${todo} $${user} Auto-generated catch block&#xD;&#xA;$${exception_var}.printStackTrace();&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;methodbody_context&quot; deleted=&quot;false&quot; description=&quot;Code in created method stubs&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.methodbody&quot; name=&quot;methodbody&quot;>// $${todo} $${user} Auto-generated method stub&#xD;&#xA;$${body_statement}&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;constructorbody_context&quot; deleted=&quot;false&quot; description=&quot;Code in created constructor stubs&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.constructorbody&quot; name=&quot;constructorbody&quot;>$${body_statement}&#xD;&#xA;// $${todo} $${user} Auto-generated constructor stub&lt;/template>&lt;/templates>"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_annotations"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_deprecated_annotations"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_override_annotations"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_default_serial_version_id"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_generated_serial_version_id"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_methods"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_nls_tags"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_override_annotations_interface_methods"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_serial_version_id"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_blocks"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_this_for_non_static_field_access"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_this_for_non_static_method_access"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.convert_to_enhanced_for_loop"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.correct_indentation"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.format_source_code"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.format_source_code_changes_only"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.insert_inferred_type_arguments"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.make_local_variable_final"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.make_parameters_final"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.make_private_fields_final"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.make_variable_declarations_final"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.never_use_blocks"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.never_use_parentheses_in_expressions"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.on_save_use_additional_actions"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.organize_imports"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_field_accesses_with_declaring_class"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_with_declaring_class"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_method_accesses_with_declaring_class"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_private_constructors"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_redundant_type_arguments"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces_all"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces_ignore_empty"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unnecessary_casts"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unnecessary_nls_tags"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_imports"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_local_variables"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_fields"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_members"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_methods"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_types"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.sort_members"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.sort_members_all"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_anonymous_class_creation"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_blocks"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_blocks_only_for_return_and_throw"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_lambda"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_parentheses_in_expressions"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_field_access"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_field_access_only_if_necessary"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_method_access"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_method_access_only_if_necessary"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_type_arguments"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/hoverModifierMasks"
+          value="org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.internal.debug.ui.JavaDebugHover;0;org.eclipse.jdt.ui.ProblemHover;0;org.eclipse.jdt.ui.NLSStringHover;327680;org.eclipse.jdt.ui.JavadocHover;393216;org.eclipse.jdt.ui.AnnotationHover;0;org.eclipse.jdt.ui.JavaSourceHover;131072;"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/hoverModifiers"
+          value="org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.internal.debug.ui.JavaDebugHover;!0;org.eclipse.jdt.ui.ProblemHover;!0;org.eclipse.jdt.ui.NLSStringHover;Ctrl+Alt;org.eclipse.jdt.ui.JavadocHover;Ctrl+Shift;org.eclipse.jdt.ui.AnnotationHover;!0;org.eclipse.jdt.ui.JavaSourceHover;Shift;"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates"
+          value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?>&lt;templates>&lt;template autoinsert=&quot;false&quot; context=&quot;overridecomment_context&quot; deleted=&quot;false&quot; description=&quot;Comment for overriding methods&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.overridecomment&quot; name=&quot;overridecomment&quot;>/**&#xD;&#xA; * $${see_to_overridden}&#xD;&#xA; */&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;catchblock_context&quot; deleted=&quot;false&quot; description=&quot;Code in new catch blocks&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.catchblock&quot; name=&quot;catchblock&quot;>// $${todo} $${user} Auto-generated catch block&#xD;&#xA;$${exception_var}.printStackTrace();&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;methodbody_context&quot; deleted=&quot;false&quot; description=&quot;Code in created method stubs&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.methodbody&quot; name=&quot;methodbody&quot;>// $${todo} $${user} Auto-generated method stub&#xD;&#xA;$${body_statement}&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;constructorbody_context&quot; deleted=&quot;false&quot; description=&quot;Code in created constructor stubs&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.constructorbody&quot; name=&quot;constructorbody&quot;>$${body_statement}&#xD;&#xA;// $${todo} $${user} Auto-generated constructor stub&lt;/template>&lt;/templates>"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates"
+          value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?>&lt;templates/>"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated"
+          value="true"/>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:CompoundTask"
+        name="org.eclipse.jdt.launching">
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
+          value="ignore"/>
+    </setupTask>
+  </setupTask>
+  <setupTask
+      xsi:type="setup:ResourceCreationTask"
+      excludedTriggers="STARTUP MANUAL"
+      content="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;section name=&quot;Workbench&quot;>&#xD;&#xA;&#x9;&lt;section name=&quot;org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart&quot;>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;2&quot; key=&quot;layout&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;true&quot; key=&quot;group_libraries&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;2&quot; key=&quot;rootMode&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;true&quot; key=&quot;linkWithEditor&quot;/>&#xD;&#xA;&#x9;&lt;/section>&#xD;&#xA;&lt;/section>&#xD;&#xA;"
+      targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
+      encoding="UTF-8"/>
+  <setupTask
+      xsi:type="setup:VariableTask"
+      name="eclipse.target.platform"
+      defaultValue="Mars"
+      storageURI="scope://Workspace">
+    <description>Choose the compatibility level of the target platform</description>
+  </setupTask>
+  <setupTask
+      xsi:type="jdt:JRETask"
+      version="JavaSE-1.8"
+      location="${jre.location-1.8}"/>
+  <setupTask
+      xsi:type="setup:EclipseIniTask"
+      option="-Xmx"
+      value="2048m"
+      vm="true"/>
+  <stream name="master"
+      label="master">
+    <setupTask
+        xsi:type="git:GitCloneTask"
+        id="git.clone.app4mc"
+        remoteURI="https://git.eclipse.org/r/app4mc/org.eclipse.app4mc"
+        pushURI=""
+        checkoutBranch="master">
+      <description>APP4MC Git Repository</description>
+    </setupTask>
+    <setupTask
+        xsi:type="setup.targlets:TargletTask">
+      <targlet
+          name="APP4MC"
+          activeRepositoryList="${eclipse.target.platform}">
+        <annotation
+            source="http:/www.eclipse.org/oomph/targlets/TargetDefinitionGenerator">
+          <detail
+              key="location">
+            <value>${git.clone.app4mc.location}/app4mc/build/org.eclipse.app4mc.target/Mars.2-generated.target</value>
+          </detail>
+          <detail
+              key="includeAllPlatforms">
+            <value>false</value>
+          </detail>
+          <detail
+              key="includeSource">
+            <value>true</value>
+          </detail>
+          <detail
+              key="generateVersions">
+            <value>true</value>
+          </detail>
+        </annotation>
+        <requirement
+            name="org.eclipse.platform.sdk"
+            versionRange="[4.5.0,4.6.0)"/>
+        <requirement
+            name="org.eclipse.license.feature.group"/>
+        <requirement
+            name="org.eclipse.cdt.remote.feature.group"
+            versionRange="[8.8.0,8.9.0)"/>
+        <requirement
+            name="org.eclipse.cdt.sdk.feature.group"
+            versionRange="[8.8.0,8.9.0)"/>
+        <requirement
+            name="org.eclipse.ecf.core.feature.group"
+            versionRange="[3.10.0,3.11.0)"/>
+        <requirement
+            name="org.eclipse.equinox.sdk.feature.group"
+            versionRange="[3.11.0,3.12.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.ide.ui.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.rcp.ui.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.diagram.gmf.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.uml2.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.emf.ecore.xcore.sdk.feature.group"
+            versionRange="[1.3.0,1.4.0]"/>
+        <requirement
+            name="org.eclipse.emf.mwe.sdk.feature.group"
+            versionRange="[1.3.0,1.4.0]"/>
+        <requirement
+            name="org.eclipse.emf.mwe2.runtime.sdk.feature.group"
+            versionRange="[2.8.0,2.9.0)"/>
+        <requirement
+            name="org.eclipse.emf.sdk.feature.group"
+            versionRange="[2.11.0,2.12.0)"/>
+        <requirement
+            name="org.eclipse.emf.transaction.sdk.feature.group"
+            versionRange="[1.9.0,1.10.0)"/>
+        <requirement
+            name="org.eclipse.emf.validation.sdk.feature.group"
+            versionRange="[1.9.0,1.10.0)"/>
+        <requirement
+            name="org.eclipse.gef.sdk.feature.group"
+            versionRange="[3.10.0,3.11.0)"/>
+        <requirement
+            name="org.eclipse.gmf.runtime.sdk.feature.group"
+            versionRange="[1.9.0,1.10.0)"/>
+        <requirement
+            name="org.eclipse.gmf.runtime.notation.sdk.feature.group"
+            versionRange="[1.9.0,1.10.0)"/>
+        <requirement
+            name="org.eclipse.gmf.sdk.feature.group"
+            versionRange="[3.3.0,3.4.0)"/>
+        <requirement
+            name="org.eclipse.graphiti.sdk.feature.feature.group"
+            versionRange="[0.12.0,0.13.0)"/>
+        <requirement
+            name="org.eclipse.ocl.all.sdk.feature.group"
+            versionRange="[5.1.0,5.2.0)"/>
+        <requirement
+            name="org.eclipse.remote.feature.group"
+            versionRange="[2.0.0,2.1.0)"/>
+        <requirement
+            name="org.eclipse.sphinx.sdk.feature.group"
+            versionRange="[0.9.0,0.10.0)"/>
+        <requirement
+            name="org.eclipse.uml2.sdk.feature.group"
+            versionRange="[5.1.0,5.2.0)"/>
+        <requirement
+            name="org.eclipse.wst.xml_ui.feature.feature.group"
+            versionRange="[3.7.0,3.8.0)"/>
+        <requirement
+            name="org.eclipse.xsd.sdk.feature.group"
+            versionRange="[2.11.0,2.12.0)"/>
+        <requirement
+            name="org.eclipse.xtend.sdk.feature.group"
+            versionRange="[2.9.0,2.10.0)"/>
+        <requirement
+            name="org.eclipse.xtext.sdk.feature.group"
+            versionRange="[2.9.0,2.10.0)"/>
+        <requirement
+            name="org.eclipse.rmf.reqif10.sdk.feature.feature.group"
+            versionRange="[0.13.0,0.14.0)"/>
+        <requirement
+            name="org.eclipse.rmf.reqif10.pror.sdk.feature.feature.group"
+            versionRange="[0.13.0,0.14.0)"/>
+        <requirement
+            name="org.yakindu.sct.feature.group"
+            versionRange="[2.6.0,2.7.0)"/>
+        <requirement
+            name="org.yakindu.sct.generator.c.feature.group"
+            versionRange="[2.6.0,2.7.0)"/>
+        <requirement
+            name="org.yakindu.sct.generator.cpp.feature.group"
+            versionRange="[2.6.0,2.7.0)"/>
+        <requirement
+            name="org.franca.core.sdk.feature.group"
+            versionRange="[0.10.0,1.0.0)"/>
+        <requirement
+            name="org.franca.ui.sdk.feature.group"
+            versionRange="[0.10.0,1.0.0)"/>
+        <requirement
+            name="org.eclipse.jetty.bundles.f.feature.group"
+            versionRange="[8.1.0,8.2.0)"/>
+        <requirement
+            name="org.eclipse.incquery.sdk.feature.source.feature.group"
+            versionRange="[1.1.0,1.2.0)"/>
+        <requirement
+            name="org.eclipse.acceleo.runtime.source.feature.group"
+            versionRange="[3.6.2,3.7.0)"/>
+        <requirement
+            name="org.eclipse.sirius.doc.feature.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.runtime.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.runtime.acceleo.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.runtime.ide.ui.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.samples.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.runtime.ide.ui.acceleo.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.specifier.ide.ui.acceleo.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.specifier.ide.ui.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.specifier.ide.ui.aql.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.specifier.ide.ui.aql.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.acceleo.sdk.feature.group"
+            versionRange="[3.6.0,3.7.0)"/>
+        <requirement
+            name="org.eclipse.acceleo.runtime.feature.group"
+            versionRange="[3.6.0,3.7.0)"/>
+        <requirement
+            name="org.eclipse.acceleo.runtime.source.feature.group"
+            versionRange="[3.6.0,3.7.0)"/>
+        <requirement
+            name="org.eclipse.ease.feature.feature.group"
+            versionRange="[0.3.0,0.4.0)"/>
+        <requirement
+            name="org.eclipse.ease.ui.feature.feature.group"
+            versionRange="[0.3.0,0.4.0)"/>
+        <requirement
+            name="org.eclipse.ease.javascript.feature.feature.group"
+            versionRange="[0.3.0,0.4.0)"/>
+        <requirement
+            name="org.eclipse.ease.modules.feature.feature.group"
+            versionRange="[0.3.0,0.4.0)"/>
+        <requirement
+            name="com.sun.xml.bind"
+            versionRange="2.2.0"/>
+        <requirement
+            name="java_cup.runtime"
+            versionRange="[0.10.0,0.11.0)"/>
+        <requirement
+            name="javax.activation"
+            versionRange="1.1.0"/>
+        <requirement
+            name="javax.annotation"
+            versionRange="1.2.0"/>
+        <requirement
+            name="javax.el"
+            versionRange="2.2.0"/>
+        <requirement
+            name="javax.servlet"
+            versionRange="3.1.0"/>
+        <requirement
+            name="javax.ws.rs"
+            versionRange="2.0.1"/>
+        <requirement
+            name="javax.xml"
+            versionRange="1.3.4"/>
+        <requirement
+            name="javax.xml.bind"
+            versionRange="2.2.0"/>
+        <requirement
+            name="javax.xml.stream"
+            versionRange="1.0.1"/>
+        <requirement
+            name="org.antlr.runtime"
+            versionRange="3.2.0"/>
+        <requirement
+            name="org.apache.batik.css"
+            versionRange="1.7.0"/>
+        <requirement
+            name="org.apache.batik.util"
+            versionRange="1.7.0"/>
+        <requirement
+            name="org.apache.batik.util.gui"
+            versionRange="1.7.0"/>
+        <requirement
+            name="org.apache.bcel"
+            versionRange="[5.2.0,5.3.0)"/>
+        <requirement
+            name="org.apache.commons.codec"
+            versionRange="1.6.0"/>
+        <requirement
+            name="org.apache.commons.io"
+            versionRange="2.2.0"/>
+        <requirement
+            name="org.apache.commons.lang"
+            versionRange="2.6.0"/>
+        <requirement
+            name="org.apache.commons.logging"
+            versionRange="1.1.1"/>
+        <requirement
+            name="org.apache.httpcomponents.httpclient"
+            versionRange="4.3.6"/>
+        <requirement
+            name="org.apache.httpcomponents.httpcore"
+            versionRange="4.3.3"/>
+        <requirement
+            name="org.apache.xalan"
+            versionRange="[2.7.1,2.8.0)"/>
+        <requirement
+            name="org.apache.xerces"
+            versionRange="2.9.0"/>
+        <requirement
+            name="org.apache.xml.resolver"
+            versionRange="[1.2.0,1.3.0)"/>
+        <requirement
+            name="org.apache.xml.serializer"
+            versionRange="[2.7.1,2.8.0)"/>
+        <requirement
+            name="org.apache.log4j"
+            versionRange="1.2.15"/>
+        <requirement
+            name="org.slf4j.api"
+            versionRange="[1.7.2,1.8.0)"/>
+        <requirement
+            name="org.slf4j.jcl"
+            versionRange="[1.7.2,1.8.0)"/>
+        <requirement
+            name="org.slf4j.log4j"
+            versionRange="[1.7.2,1.8.0)"/>
+        <requirement
+            name="org.swtchart"
+            versionRange="0.7.0"/>
+        <repositoryList
+            name="Mars">
+          <repository
+              url="http://download.eclipse.org/releases/mars/"/>
+          <repository
+              url="http://download.eclipse.org/cbi/updates/license/"/>
+          <repository
+              url="http://download.eclipse.org/modeling/emf/compare/updates/releases/3.1/R201509120604"/>
+          <repository
+              url="http://download.eclipse.org/rmf/updates"/>
+          <repository
+              url="http://download.eclipse.org/tools/cdt/releases/8.8"/>
+          <repository
+              url="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.18.v20150929"/>
+          <repository
+              url="http://download.eclipse.org/acceleo/updates/releases/3.6"/>
+          <repository
+              url="http://download.eclipse.org/sirius/updates/releases/3.1.4/mars"/>
+          <repository
+              url="http://download.eclipse.org/incquery/updates/release"/>
+          <repository
+              url="http://download.eclipse.org/ease/update/release"/>
+          <repository
+              url="http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/"/>
+          <repository
+              url="https://projects.itemis.de/data/amalthea/target/org.eclipse.epp.packages/"/>
+          <repository
+              url="http://franca.github.io/franca/update_site/releases"/>
+          <repository
+              url="http://updates.yakindu.org/sct/mars/releases"/>
+        </repositoryList>
+      </targlet>
+    </setupTask>
+    <setupTask
+        xsi:type="projects:ProjectsImportTask">
+      <sourceLocator
+          rootFolder="${git.clone.app4mc.location}"/>
+    </setupTask>
+    <setupTask
+        xsi:type="setup.workingsets:WorkingSetTask">
+      <workingSet
+          name="Docu">
+        <predicate
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:AndPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.help"/>
+            <operand
+                xsi:type="predicates:NaturePredicate"
+                nature="org.eclipse.pde.PluginNature"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="website"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Model">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.model\.help"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.model"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.sphinx"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.franca.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.emf\.util.*"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Model Edit">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.edit\.help"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.model\.edit"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.sphinx\.ui.*"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Model Editors">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.editors.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.atdb.*"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Model Migration">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.converters.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.jdom2"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.jaxen"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Model Validation">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.validation.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.validation.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.powermock"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Import">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.amalthea\.import.*"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Export">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.amalthea\.export.*"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Workflow"
+          id="">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.amalthea\.workflow.*"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Multicore">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.multicore.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.ojalgo.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.jgrapht.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.jenetics"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Tracing">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.tracing.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.sqlite.*"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Examples">
+        <predicate
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.amalthea\..*example.*"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Features">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc.*"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.FeatureNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Platform">
+        <predicate
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.platform\.product.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.platform\.ide.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.platform\.examplesbuilder.*"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Build">
+        <predicate
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.ide\.setup"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.build.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\..*p2repo.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.target.*"/>
+        </predicate>
+      </workingSet>
+    </setupTask>
+  </stream>
+  <description>Development IDE for the Eclipse APP4MC project</description>
+</setup:Project>
diff --git a/build/org.eclipse.app4mc.ide.setup/APP4MC-Development-IDE.setup b/build/org.eclipse.app4mc.ide.setup/APP4MC-Development-IDE.setup
new file mode 100644
index 0000000..71cc821
--- /dev/null
+++ b/build/org.eclipse.app4mc.ide.setup/APP4MC-Development-IDE.setup
@@ -0,0 +1,1091 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<setup:Project
+    xmi:version="2.0"
+    xmlns:xmi="http://www.omg.org/XMI"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
+    xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0"
+    xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0"
+    xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0"
+    xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
+    xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
+    xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0"
+    xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
+    xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"
+    name="org.eclipse.app4mc"
+    label="APP4MC Development IDE Mars.2 (internal)">
+  <setupTask
+      xsi:type="setup.p2:P2Task">
+    <requirement
+        name="org.eclipse.oomph.setup.git.feature.group"/>
+    <requirement
+        name="org.eclipse.oomph.setup.targlets.feature.group"/>
+    <requirement
+        name="org.eclipse.oomph.setup.workingsets.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.xtext.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.xtend.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.ecore.xcore.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.ecoretools.design.feature.group"/>
+    <requirement
+        name="org.eclipse.xsd.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.wst.xml_ui.feature.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.compare.ide.ui.feature.group"/>
+    <requirement
+        name="org.eclipse.egit.feature.group"/>
+    <requirement
+        name="org.eclipse.m2e.feature.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.ecoretools.design.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.mwe2.language.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.emf.mwe2.runtime.sdk.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.hudson.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.java_feature.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.pde_feature.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.trac_feature.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.git.feature.group"/>
+    <requirement
+        name="org.eclipse.mylyn.wikitext_feature.feature.group"/>
+    <requirement
+        name="org.eclipse.rcptt.platform.feature.group"/>
+    <requirement
+        name="org.eclipse.wb.rcp.feature.feature.group"/>
+    <requirement
+        name="com.inventage.tools.versiontiger.gui.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.runtime.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.doc.feature.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.runtime.ide.ui.acceleo.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.runtime.ide.ui.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.runtime.acceleo.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.specifier.ide.ui.acceleo.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.specifier.ide.ui.feature.group"/>
+    <requirement
+        name="org.eclipse.acceleo.sdk.feature.group"
+        filter=""/>
+    <requirement
+        name="org.eclipse.acceleo.runtime.feature.group"/>
+    <requirement
+        name="org.eclipse.sirius.specifier.ide.ui.aql.feature.group"
+        filter=""/>
+    <requirement
+        name="net.sourceforge.plantuml.feature.feature.group"/>
+    <repository
+        url="https://raw.github.com/inventage/version-tiger-repos/master/releases/"/>
+    <repository
+        url="http://download.eclipse.org/sirius/updates/releases/3.1.4/mars"/>
+    <repository
+        url="http://download.eclipse.org/ecoretools/updates/releases/3.0.1/mars"/>
+    <repository
+        url="http://download.eclipse.org/rcptt/release/2.0.2/repository"/>
+    <repository
+        url="http://download.eclipse.org/acceleo/updates/releases/3.6"/>
+    <repository
+        url="http://plantuml.sourceforge.net/updatesitejuno"/>
+  </setupTask>
+  <setupTask
+      xsi:type="setup:CompoundTask"
+      name="Preferences">
+    <setupTask
+        xsi:type="setup:CompoundTask"
+        name="org.eclipse.jdt.core">
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.emptyStatement"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.fallthroughCase"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.indirectStaticAccess"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.potentialNullReference"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.redundantNullCheck"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unnecessaryElse"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation"
+          value="warning"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.line_length"
+          value="120"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement"
+          value="insert"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement"
+          value="insert"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement"
+          value="insert"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement"
+          value="insert"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.lineSplit"
+          value="120"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve"
+          value="2"/>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:CompoundTask"
+        name="org.eclipse.jdt.ui">
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_templates_migrated"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates"
+          value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?>&lt;templates>&lt;template autoinsert=&quot;false&quot; context=&quot;overridecomment_context&quot; deleted=&quot;false&quot; description=&quot;Comment for overriding methods&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.overridecomment&quot; name=&quot;overridecomment&quot;>/**&#xD;&#xA; * $${see_to_overridden}&#xD;&#xA; */&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;catchblock_context&quot; deleted=&quot;false&quot; description=&quot;Code in new catch blocks&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.catchblock&quot; name=&quot;catchblock&quot;>// $${todo} $${user} Auto-generated catch block&#xD;&#xA;$${exception_var}.printStackTrace();&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;methodbody_context&quot; deleted=&quot;false&quot; description=&quot;Code in created method stubs&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.methodbody&quot; name=&quot;methodbody&quot;>// $${todo} $${user} Auto-generated method stub&#xD;&#xA;$${body_statement}&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;constructorbody_context&quot; deleted=&quot;false&quot; description=&quot;Code in created constructor stubs&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.constructorbody&quot; name=&quot;constructorbody&quot;>$${body_statement}&#xD;&#xA;// $${todo} $${user} Auto-generated constructor stub&lt;/template>&lt;/templates>"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_annotations"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_deprecated_annotations"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_override_annotations"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_default_serial_version_id"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_generated_serial_version_id"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_methods"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_nls_tags"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_override_annotations_interface_methods"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.add_serial_version_id"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_blocks"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_this_for_non_static_field_access"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_this_for_non_static_method_access"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.convert_to_enhanced_for_loop"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.correct_indentation"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.format_source_code"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.format_source_code_changes_only"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.insert_inferred_type_arguments"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.make_local_variable_final"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.make_parameters_final"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.make_private_fields_final"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.make_variable_declarations_final"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.never_use_blocks"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.never_use_parentheses_in_expressions"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.on_save_use_additional_actions"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.organize_imports"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_field_accesses_with_declaring_class"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_with_declaring_class"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_method_accesses_with_declaring_class"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_private_constructors"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_redundant_type_arguments"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces_all"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces_ignore_empty"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unnecessary_casts"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unnecessary_nls_tags"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_imports"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_local_variables"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_fields"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_members"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_methods"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_types"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.sort_members"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.sort_members_all"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_anonymous_class_creation"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_blocks"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_blocks_only_for_return_and_throw"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_lambda"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_parentheses_in_expressions"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_field_access"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_field_access_only_if_necessary"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_method_access"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_method_access_only_if_necessary"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/sp_cleanup.use_type_arguments"
+          value="false"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup"
+          value="true"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/hoverModifierMasks"
+          value="org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.internal.debug.ui.JavaDebugHover;0;org.eclipse.jdt.ui.ProblemHover;0;org.eclipse.jdt.ui.NLSStringHover;327680;org.eclipse.jdt.ui.JavadocHover;393216;org.eclipse.jdt.ui.AnnotationHover;0;org.eclipse.jdt.ui.JavaSourceHover;131072;"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/hoverModifiers"
+          value="org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.internal.debug.ui.JavaDebugHover;!0;org.eclipse.jdt.ui.ProblemHover;!0;org.eclipse.jdt.ui.NLSStringHover;Ctrl+Alt;org.eclipse.jdt.ui.JavadocHover;Ctrl+Shift;org.eclipse.jdt.ui.AnnotationHover;!0;org.eclipse.jdt.ui.JavaSourceHover;Shift;"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates"
+          value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?>&lt;templates>&lt;template autoinsert=&quot;false&quot; context=&quot;overridecomment_context&quot; deleted=&quot;false&quot; description=&quot;Comment for overriding methods&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.overridecomment&quot; name=&quot;overridecomment&quot;>/**&#xD;&#xA; * $${see_to_overridden}&#xD;&#xA; */&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;catchblock_context&quot; deleted=&quot;false&quot; description=&quot;Code in new catch blocks&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.catchblock&quot; name=&quot;catchblock&quot;>// $${todo} $${user} Auto-generated catch block&#xD;&#xA;$${exception_var}.printStackTrace();&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;methodbody_context&quot; deleted=&quot;false&quot; description=&quot;Code in created method stubs&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.methodbody&quot; name=&quot;methodbody&quot;>// $${todo} $${user} Auto-generated method stub&#xD;&#xA;$${body_statement}&lt;/template>&lt;template autoinsert=&quot;false&quot; context=&quot;constructorbody_context&quot; deleted=&quot;false&quot; description=&quot;Code in created constructor stubs&quot; enabled=&quot;true&quot; id=&quot;org.eclipse.jdt.ui.text.codetemplates.constructorbody&quot; name=&quot;constructorbody&quot;>$${body_statement}&#xD;&#xA;// $${todo} $${user} Auto-generated constructor stub&lt;/template>&lt;/templates>"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates"
+          value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?>&lt;templates/>"/>
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated"
+          value="true"/>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:CompoundTask"
+        name="org.eclipse.jdt.launching">
+      <setupTask
+          xsi:type="setup:PreferenceTask"
+          key="/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
+          value="ignore"/>
+    </setupTask>
+  </setupTask>
+  <setupTask
+      xsi:type="setup:ResourceCreationTask"
+      excludedTriggers="STARTUP MANUAL"
+      content="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;section name=&quot;Workbench&quot;>&#xD;&#xA;&#x9;&lt;section name=&quot;org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart&quot;>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;2&quot; key=&quot;layout&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;true&quot; key=&quot;group_libraries&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;2&quot; key=&quot;rootMode&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;true&quot; key=&quot;linkWithEditor&quot;/>&#xD;&#xA;&#x9;&lt;/section>&#xD;&#xA;&lt;/section>&#xD;&#xA;"
+      targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
+      encoding="UTF-8"/>
+  <setupTask
+      xsi:type="setup:VariableTask"
+      name="eclipse.target.platform"
+      defaultValue="Mars"
+      storageURI="scope://Workspace">
+    <description>Choose the compatibility level of the target platform</description>
+  </setupTask>
+  <setupTask
+      xsi:type="jdt:JRETask"
+      version="JavaSE-1.8"
+      location="${jre.location-1.8}"/>
+  <setupTask
+      xsi:type="setup:EclipseIniTask"
+      option="-Xmx"
+      value="2048m"
+      vm="true"/>
+  <stream name="app4mc-0.7.0"
+      label="APP4MC 0.7.0">
+    <setupTask
+        xsi:type="git:GitCloneTask"
+        id="git.clone.app4mc"
+        remoteURI="https://projects.itemis.de/git/amalthea-src"
+        pushURI=""
+        checkoutBranch="release/app4mc-0.7">
+      <description>APP4MC Git Repository</description>
+    </setupTask>
+    <setupTask
+        xsi:type="setup.targlets:TargletTask">
+      <targlet
+          name="APP4MC"
+          activeRepositoryList="${eclipse.target.platform}">
+        <annotation
+            source="http:/www.eclipse.org/oomph/targlets/TargetDefinitionGenerator">
+          <detail
+              key="location">
+            <value>${git.clone.app4mc.location}/app4mc/build/org.eclipse.app4mc.target/Mars.2-generated.target</value>
+          </detail>
+          <detail
+              key="includeAllPlatforms">
+            <value>false</value>
+          </detail>
+          <detail
+              key="includeSource">
+            <value>true</value>
+          </detail>
+          <detail
+              key="generateVersions">
+            <value>true</value>
+          </detail>
+        </annotation>
+        <requirement
+            name="org.eclipse.platform.sdk"
+            versionRange="[4.5.0,4.6.0)"/>
+        <requirement
+            name="org.eclipse.license.feature.group"/>
+        <requirement
+            name="org.eclipse.cdt.remote.feature.group"
+            versionRange="[8.8.0,8.9.0)"/>
+        <requirement
+            name="org.eclipse.cdt.sdk.feature.group"
+            versionRange="[8.8.0,8.9.0)"/>
+        <requirement
+            name="org.eclipse.ecf.core.feature.group"
+            versionRange="[3.10.0,3.11.0)"/>
+        <requirement
+            name="org.eclipse.equinox.sdk.feature.group"
+            versionRange="[3.11.0,3.12.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.ide.ui.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.rcp.ui.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.diagram.gmf.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.emf.compare.uml2.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.emf.ecore.xcore.sdk.feature.group"
+            versionRange="[1.3.0,1.4.0]"/>
+        <requirement
+            name="org.eclipse.emf.mwe.sdk.feature.group"
+            versionRange="[1.3.0,1.4.0]"/>
+        <requirement
+            name="org.eclipse.emf.mwe2.runtime.sdk.feature.group"
+            versionRange="[2.8.0,2.9.0)"/>
+        <requirement
+            name="org.eclipse.emf.sdk.feature.group"
+            versionRange="[2.11.0,2.12.0)"/>
+        <requirement
+            name="org.eclipse.emf.transaction.sdk.feature.group"
+            versionRange="[1.9.0,1.10.0)"/>
+        <requirement
+            name="org.eclipse.emf.validation.sdk.feature.group"
+            versionRange="[1.9.0,1.10.0)"/>
+        <requirement
+            name="org.eclipse.gef.sdk.feature.group"
+            versionRange="[3.10.0,3.11.0)"/>
+        <requirement
+            name="org.eclipse.gmf.runtime.sdk.feature.group"
+            versionRange="[1.9.0,1.10.0)"/>
+        <requirement
+            name="org.eclipse.gmf.runtime.notation.sdk.feature.group"
+            versionRange="[1.9.0,1.10.0)"/>
+        <requirement
+            name="org.eclipse.gmf.sdk.feature.group"
+            versionRange="[3.3.0,3.4.0)"/>
+        <requirement
+            name="org.eclipse.graphiti.sdk.feature.feature.group"
+            versionRange="[0.12.0,0.13.0)"/>
+        <requirement
+            name="org.eclipse.ocl.all.sdk.feature.group"
+            versionRange="[5.1.0,5.2.0)"/>
+        <requirement
+            name="org.eclipse.remote.feature.group"
+            versionRange="[2.0.0,2.1.0)"/>
+        <requirement
+            name="org.eclipse.sphinx.sdk.feature.group"
+            versionRange="[0.9.0,0.10.0)"/>
+        <requirement
+            name="org.eclipse.uml2.sdk.feature.group"
+            versionRange="[5.1.0,5.2.0)"/>
+        <requirement
+            name="org.eclipse.wst.xml_ui.feature.feature.group"
+            versionRange="[3.7.0,3.8.0)"/>
+        <requirement
+            name="org.eclipse.xsd.sdk.feature.group"
+            versionRange="[2.11.0,2.12.0)"/>
+        <requirement
+            name="org.eclipse.xtend.sdk.feature.group"
+            versionRange="[2.9.0,2.10.0)"/>
+        <requirement
+            name="org.eclipse.xtext.sdk.feature.group"
+            versionRange="[2.9.0,2.10.0)"/>
+        <requirement
+            name="org.eclipse.rmf.reqif10.sdk.feature.feature.group"
+            versionRange="[0.13.0,0.14.0)"/>
+        <requirement
+            name="org.eclipse.rmf.reqif10.pror.sdk.feature.feature.group"
+            versionRange="[0.13.0,0.14.0)"/>
+        <requirement
+            name="org.yakindu.sct.feature.group"
+            versionRange="[2.6.0,2.7.0)"/>
+        <requirement
+            name="org.yakindu.sct.generator.c.feature.group"
+            versionRange="[2.6.0,2.7.0)"/>
+        <requirement
+            name="org.yakindu.sct.generator.cpp.feature.group"
+            versionRange="[2.6.0,2.7.0)"/>
+        <requirement
+            name="org.franca.core.sdk.feature.group"
+            versionRange="[0.10.0,1.0.0)"/>
+        <requirement
+            name="org.franca.ui.sdk.feature.group"
+            versionRange="[0.10.0,1.0.0)"/>
+        <requirement
+            name="org.eclipse.jetty.bundles.f.feature.group"
+            versionRange="[8.1.0,8.2.0)"/>
+        <requirement
+            name="org.eclipse.incquery.sdk.feature.source.feature.group"
+            versionRange="[1.1.0,1.2.0)"/>
+        <requirement
+            name="org.eclipse.acceleo.runtime.source.feature.group"
+            versionRange="[3.6.2,3.7.0)"/>
+        <requirement
+            name="org.eclipse.sirius.doc.feature.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.runtime.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.runtime.acceleo.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.runtime.ide.ui.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.samples.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.runtime.ide.ui.acceleo.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.specifier.ide.ui.acceleo.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.specifier.ide.ui.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.specifier.ide.ui.aql.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.sirius.specifier.ide.ui.aql.source.feature.group"
+            versionRange="[3.1.0,3.2.0)"/>
+        <requirement
+            name="org.eclipse.acceleo.sdk.feature.group"
+            versionRange="[3.6.0,3.7.0)"/>
+        <requirement
+            name="org.eclipse.acceleo.runtime.feature.group"
+            versionRange="[3.6.0,3.7.0)"/>
+        <requirement
+            name="org.eclipse.acceleo.runtime.source.feature.group"
+            versionRange="[3.6.0,3.7.0)"/>
+        <requirement
+            name="org.eclipse.ease.feature.feature.group"
+            versionRange="[0.3.0,0.4.0)"/>
+        <requirement
+            name="org.eclipse.ease.ui.feature.feature.group"
+            versionRange="[0.3.0,0.4.0)"/>
+        <requirement
+            name="org.eclipse.ease.javascript.feature.feature.group"
+            versionRange="[0.3.0,0.4.0)"/>
+        <requirement
+            name="org.eclipse.ease.modules.feature.feature.group"
+            versionRange="[0.3.0,0.4.0)"/>
+        <requirement
+            name="com.sun.xml.bind"
+            versionRange="2.2.0"/>
+        <requirement
+            name="java_cup.runtime"
+            versionRange="[0.10.0,0.11.0)"/>
+        <requirement
+            name="javax.activation"
+            versionRange="1.1.0"/>
+        <requirement
+            name="javax.annotation"
+            versionRange="1.2.0"/>
+        <requirement
+            name="javax.el"
+            versionRange="2.2.0"/>
+        <requirement
+            name="javax.servlet"
+            versionRange="3.1.0"/>
+        <requirement
+            name="javax.ws.rs"
+            versionRange="2.0.1"/>
+        <requirement
+            name="javax.xml"
+            versionRange="1.3.4"/>
+        <requirement
+            name="javax.xml.bind"
+            versionRange="2.2.0"/>
+        <requirement
+            name="javax.xml.stream"
+            versionRange="1.0.1"/>
+        <requirement
+            name="org.antlr.runtime"
+            versionRange="3.2.0"/>
+        <requirement
+            name="org.apache.batik.css"
+            versionRange="1.7.0"/>
+        <requirement
+            name="org.apache.batik.util"
+            versionRange="1.7.0"/>
+        <requirement
+            name="org.apache.batik.util.gui"
+            versionRange="1.7.0"/>
+        <requirement
+            name="org.apache.bcel"
+            versionRange="[5.2.0,5.3.0)"/>
+        <requirement
+            name="org.apache.commons.codec"
+            versionRange="1.6.0"/>
+        <requirement
+            name="org.apache.commons.io"
+            versionRange="2.2.0"/>
+        <requirement
+            name="org.apache.commons.lang"
+            versionRange="2.6.0"/>
+        <requirement
+            name="org.apache.commons.logging"
+            versionRange="1.1.1"/>
+        <requirement
+            name="org.apache.httpcomponents.httpclient"
+            versionRange="4.3.6"/>
+        <requirement
+            name="org.apache.httpcomponents.httpcore"
+            versionRange="4.3.3"/>
+        <requirement
+            name="org.apache.xalan"
+            versionRange="[2.7.1,2.8.0)"/>
+        <requirement
+            name="org.apache.xerces"
+            versionRange="2.9.0"/>
+        <requirement
+            name="org.apache.xml.resolver"
+            versionRange="[1.2.0,1.3.0)"/>
+        <requirement
+            name="org.apache.xml.serializer"
+            versionRange="[2.7.1,2.8.0)"/>
+        <requirement
+            name="org.apache.log4j"
+            versionRange="1.2.15"/>
+        <requirement
+            name="org.slf4j.api"
+            versionRange="[1.7.2,1.8.0)"/>
+        <requirement
+            name="org.slf4j.jcl"
+            versionRange="[1.7.2,1.8.0)"/>
+        <requirement
+            name="org.slf4j.log4j"
+            versionRange="[1.7.2,1.8.0)"/>
+        <requirement
+            name="org.swtchart"
+            versionRange="0.7.0"/>
+        <repositoryList
+            name="Mars">
+          <repository
+              url="http://download.eclipse.org/releases/mars/"/>
+          <repository
+              url="http://download.eclipse.org/cbi/updates/license/"/>
+          <repository
+              url="http://download.eclipse.org/modeling/emf/compare/updates/releases/3.1/R201509120604"/>
+          <repository
+              url="http://download.eclipse.org/rmf/updates"/>
+          <repository
+              url="http://download.eclipse.org/tools/cdt/releases/8.8"/>
+          <repository
+              url="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.18.v20150929"/>
+          <repository
+              url="http://download.eclipse.org/acceleo/updates/releases/3.6"/>
+          <repository
+              url="http://download.eclipse.org/sirius/updates/releases/3.1.4/mars"/>
+          <repository
+              url="http://download.eclipse.org/incquery/updates/release"/>
+          <repository
+              url="http://download.eclipse.org/ease/update/release"/>
+          <repository
+              url="http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/"/>
+          <repository
+              url="https://projects.itemis.de/data/amalthea/target/org.eclipse.epp.packages/"/>
+          <repository
+              url="http://franca.github.io/franca/update_site/releases"/>
+          <repository
+              url="http://updates.yakindu.org/sct/mars/releases"/>
+        </repositoryList>
+      </targlet>
+    </setupTask>
+    <setupTask
+        xsi:type="projects:ProjectsImportTask">
+      <sourceLocator
+          rootFolder="${git.clone.app4mc.location}/app4mc"/>
+    </setupTask>
+    <setupTask
+        xsi:type="setup.workingsets:WorkingSetTask">
+      <workingSet
+          name="Docu">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.help"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Model">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.model\.help"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.model"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.sphinx"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.franca.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.emf\.util.*"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Model Edit">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.edit\.help"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.model\.edit"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.sphinx\.ui.*"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Model Editors">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.editors.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.atdb.*"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Model Migration">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.converters.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.jdom2"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.jaxen"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Model Validation">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.validation.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.amalthea\.validation.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.powermock"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Import">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.amalthea\.import.*"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Export">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.amalthea\.export.*"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Workflow"
+          id="">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.amalthea\.workflow.*"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Multicore">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.multicore.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.ojalgo.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.jgrapht.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.jenetics"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Tracing">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:OrPredicate">
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.eclipse\.app4mc\.tracing.*"/>
+            <operand
+                xsi:type="predicates:NamePredicate"
+                pattern="org\.sqlite.*"/>
+          </operand>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.PluginNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Examples">
+        <predicate
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.amalthea\..*example.*"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Features">
+        <predicate
+            xsi:type="predicates:AndPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc.*"/>
+          <operand
+              xsi:type="predicates:NaturePredicate"
+              nature="org.eclipse.pde.FeatureNature"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Platform">
+        <predicate
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.platform\.product.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.platform\.ide.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.platform\.examplesbuilder.*"/>
+        </predicate>
+      </workingSet>
+      <workingSet
+          name="Build">
+        <predicate
+            xsi:type="predicates:OrPredicate">
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.ide\.setup"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.build.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\..*p2repo.*"/>
+          <operand
+              xsi:type="predicates:NamePredicate"
+              pattern="org\.eclipse\.app4mc\.target.*"/>
+        </predicate>
+      </workingSet>
+    </setupTask>
+  </stream>
+  <description>Development IDE for the Eclipse APP4MC project</description>
+</setup:Project>
diff --git a/build/org.eclipse.app4mc.ide.setup/my.products.setup b/build/org.eclipse.app4mc.ide.setup/my.products.setup
new file mode 100644
index 0000000..6162b88
--- /dev/null
+++ b/build/org.eclipse.app4mc.ide.setup/my.products.setup
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<setup:ProductCatalog
+    xmi:version="2.0"
+    xmlns:xmi="http://www.omg.org/XMI"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
+    xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
+    name="org.eclipse.products"
+    label="Eclipse.org">
+  <setupTask
+      xsi:type="setup:InstallationTask"
+      id="installation"/>
+  <setupTask
+      xsi:type="setup.p2:P2Task">
+    <requirement
+        name="org.eclipse.oomph.setup.feature.group"/>
+    <repository
+        url="${oomph.update.url}"/>
+    <repository
+        url="http://download.eclipse.org/modeling/emf/emf/updates/2.10/core/R201405190339"/>
+  </setupTask>
+  <setupTask
+      xsi:type="setup:EclipseIniTask"
+      option="-Doomph.setup"
+      value="=true"
+      vm="true"/>
+  <product name="epp.package.standard"
+      label="Eclipse Standard/SDK">
+    <version
+        name="luna"
+        label="Luna">
+      <setupTask
+          xsi:type="setup.p2:P2Task">
+        <requirement
+            name="epp.package.standard"
+            versionRange="[4.4.0,4.5.0)"/>
+        <requirement
+            name="org.eclipse.platform.feature.group"
+            versionRange="[4.4.0,4.5.0)"/>
+        <requirement
+            name="org.eclipse.rcp.feature.group"
+            versionRange="[4.4.0,4.5.0)"/>
+        <requirement
+            name="org.eclipse.jdt.feature.group"
+            versionRange="[3.10.0,3.11.0)"/>
+        <requirement
+            name="org.eclipse.pde.feature.group"
+            versionRange="[3.10.0,3.11.0)"/>
+        <repository
+            url="http://download.eclipse.org/technology/epp/packages/luna"/>
+        <repository
+            url="http://download.eclipse.org/releases/luna/"/>
+      </setupTask>
+    </version>
+  </product>
+</setup:ProductCatalog>
diff --git a/build/org.eclipse.app4mc.ide.setup/my.projects.setup b/build/org.eclipse.app4mc.ide.setup/my.projects.setup
new file mode 100644
index 0000000..77cdd8a
--- /dev/null
+++ b/build/org.eclipse.app4mc.ide.setup/my.projects.setup
@@ -0,0 +1,289 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<setup:ProjectCatalog
+    xmi:version="2.0"
+    xmlns:xmi="http://www.omg.org/XMI"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
+    xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0"
+    xsi:schemaLocation="http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore"
+    name="org.eclipse"
+    label="My Projects">
+  <setupTask
+      xsi:type="setup:CompoundTask"
+      name="Global Variables">
+    <setupTask
+        xsi:type="setup:VariableTask"
+        name="git.user.id"
+        defaultValue="anonymous"
+        label="Eclipse Git/Gerrit user ID"
+        documentation="The Eclipse user ID for Git/Gerrit commits.  Use 'anonymous' if you have no Eclipse user ID.">
+      <description>The user ID of the Eclipse Git/Gerrit account</description>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:VariableTask"
+        name="git.author.name"
+        label="Eclipse author name for Git/Gerrit"
+        documentation="The Eclipse author name for Git/Gerrit commits.  Use 'Anonymous' if you're not a registered Eclipse Git author or don't plan to commit to Git.">
+      <description>The author name used for Git/Gerrit commits</description>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:VariableTask"
+        name="git.author.email"
+        label="Eclipse author email for Git/Gerrit"
+        documentation="The Eclipse author email for Git/Gerrit commits.  Use 'anonymous@example.com' if you're not a registered Eclipse Git author or don't plan to commit to Git.">
+      <description>The email address associated with Git/Gerrit commits</description>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:VariableTask"
+        name="bugzilla.id"
+        defaultValue="anonymous"
+        label="Eclipse user ID for Bugzilla/Hudson"
+        documentation="The Eclipse user ID for Bugzilla/Hudson.  Leave empty if you don't have an account or don't plan to submit bugs.">
+      <description>The email associated with the Eclipse Bugzilla/Hudson account</description>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:VariableTask"
+        type="PASSWORD"
+        name="eclipse.user.password"
+        label="Eclipse password for Bugzilla/Hudson"
+        documentation="The Eclipse password for Bugzilla/Hudson.  Leave empty if you don't have an account or don't plan to submit bugs.">
+      <annotation
+          source="http://www.eclipse.org/oomph/setup/PasswordVerification">
+        <detail
+            key="type">
+          <value>form</value>
+        </detail>
+        <detail
+            key="form.url">
+          <value>https://dev.eclipse.org/site_login/</value>
+        </detail>
+        <detail
+            key="form.cookie">
+          <value>ECLIPSESESSION</value>
+        </detail>
+        <detail
+            key="form.parameters">
+          <value>username password submit</value>
+        </detail>
+        <detail
+            key="form.secure.parameters">
+          <value>password</value>
+        </detail>
+        <detail
+            key="form.filter">
+          <value>username=anonymous\&amp;.*</value>
+        </detail>
+        <detail
+            key="form.parameter.username">
+          <value>$${bugzilla.id}</value>
+        </detail>
+        <detail
+            key="form.parameter.password">
+          <value>$${value}</value>
+        </detail>
+        <detail
+            key="form.parameter.submit">
+          <value>Login</value>
+        </detail>
+        <detail
+            key="form.ok">
+          <value>Valid password for $${form.parameter.username} at $${form.url}.</value>
+        </detail>
+        <detail
+            key="form.info">
+          <value>Validate the password for $${form.parameter.username} at $${form.url}.</value>
+        </detail>
+        <detail
+            key="form.warning">
+          <value>Unable to validate the password for $${form.parameter.username} because $${form.url} is unreachable.</value>
+        </detail>
+        <detail
+            key="form.error">
+          <value>Invalid password for $${form.parameter.username} at $${form.url}.</value>
+        </detail>
+      </annotation>
+      <annotation
+          source="http://www.eclipse.org/oomph/setup/PasswordVerification">
+        <detail
+            key="type">
+          <value>form</value>
+        </detail>
+        <detail
+            key="form.url">
+          <value>https://git.eclipse.org/r/login/</value>
+        </detail>
+        <detail
+            key="form.parameters">
+          <value>username password submit</value>
+        </detail>
+        <detail
+            key="form.secure.parameters">
+          <value>password</value>
+        </detail>
+        <detail
+            key="form.filter">
+          <value>username=anonymous\&amp;.*</value>
+        </detail>
+        <detail
+            key="form.parameter.username">
+          <value>$${bugzilla.id}</value>
+        </detail>
+        <detail
+            key="form.parameter.password">
+          <value>$${value}</value>
+        </detail>
+        <detail
+            key="form.parameter.submit">
+          <value>Sign In</value>
+        </detail>
+        <detail
+            key="form.verification.url">
+          <value>https://git.eclipse.org/r/accounts/$${git.user.id}</value>
+        </detail>
+        <detail
+            key="form.verification.matches">
+          <value>.*&quot;email&quot;: &quot;$${form.parameter.username}&quot;.*</value>
+        </detail>
+        <detail
+            key="form.ok">
+          <value>Valid password for account $${git.user.id} of $${form.parameter.username} at $${form.url}.</value>
+        </detail>
+        <detail
+            key="form.info">
+          <value>Validate the password for account $${git.user.id} of $${form.parameter.username} at $${form.url}.</value>
+        </detail>
+        <detail
+            key="form.warning">
+          <value>Unable to validate the password for account $${git.user.id} of $${form.parameter.username} because $${form.url} is unreachable.</value>
+        </detail>
+        <detail
+            key="form.error">
+          <value>Invalid password for account $${git.user.id} of $${form.parameter.username} at $${form.url}.</value>
+        </detail>
+      </annotation>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:VariableTask"
+        name="eclipse.gerrit.uri.pattern"
+        value="(https|ssh)://([^@/]+@)?(git.eclipse.org:29418/.*|git.eclipse.org/r/.*)"/>
+    <setupTask
+        xsi:type="setup:VariableTask"
+        name="eclipse.gerrit.remoteURIs"
+        label="Eclipse Gerrit Repository">
+      <choice
+          value="ssh://${git.user.id}@git.eclipse.org:29418/@{remoteURI}"
+          label="SSH (read-write, Gerrit)"/>
+      <choice
+          value="https://${git.user.id}@git.eclipse.org/r/@{remoteURI}"
+          label="HTTPS (read-write, Gerrit)"/>
+      <choice
+          value="https://git.eclipse.org/r/@{remoteURI}"
+          label="HTTPS (read-only, anonymous, Gerrit)"/>
+      <description>Choose from the available remote Gerrit URIs</description>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:VariableTask"
+        name="eclipse.git.remoteURIs"
+        label="Eclipse Git Repository">
+      <choice
+          value="ssh://${git.user.id}@git.eclipse.org/gitroot/@{remoteURI}.git"
+          label="SSH (read-write, direct)"/>
+      <choice
+          value="http://git.eclipse.org/gitroot/@{remoteURI}.git"
+          label="HTTP (read-only, anonymous, direct)"/>
+      <choice
+          value="git://git.eclipse.org/gitroot/@{remoteURI}"
+          label="Git (read-only, anonymous, direct)"/>
+      <description>Choose from the available Git URIs</description>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:VariableTask"
+        name="eclipse.git.gerrit.remoteURIs"
+        label="Eclipse Gerrit or Git Repository">
+      <annotation
+          source="http://www.eclipse.org/oomph/setup/InheritedChoices">
+        <detail
+            key="inherit">
+          <value>eclipse.gerrit.remoteURIs eclipse.git.remoteURIs</value>
+        </detail>
+      </annotation>
+      <description>Choose from the available Gerrit or Git URIs</description>
+    </setupTask>
+    <setupTask
+        xsi:type="setup:VariableTask"
+        name="eclipse.target.platform"
+        defaultValue="Luna"
+        storageURI="scope://Workspace"
+        label="${scope.project.label} Target Platform">
+      <choice
+          value="Kepler"
+          label="Eclipse Kepler - 4.3"/>
+      <description>Choose the compatibly level of the target platform for ${scope.project.label}</description>
+    </setupTask>
+  </setupTask>
+  <setupTask
+      xsi:type="setup:WorkspaceTask"
+      id="workspace"/>
+  <setupTask
+      xsi:type="setup:ResourceCreationTask"
+      content="MAX_RECENT_WORKSPACES=5&#xD;&#xA;RECENT_WORKSPACES=${workspace.location|property}&#xD;&#xA;RECENT_WORKSPACES_PROTOCOL=3&#xD;&#xA;SHOW_WORKSPACE_SELECTION_DIALOG=true&#xD;&#xA;eclipse.preferences.version=1"
+      targetURL="configuration:/.settings/org.eclipse.ui.ide.prefs"/>
+  <setupTask
+      xsi:type="setup:TextModifyTask"
+      url="configuration:/config.ini">
+    <modification
+        pattern="osgi\.instance\.area\.default=(@user\.home/workspace)">
+      <substitution>${workspace.location|path}</substitution>
+    </modification>
+  </setupTask>
+  <setupTask
+      xsi:type="setup.targlets:TargletTask">
+    <targlet
+        name="Eclipse Platform"
+        activeRepositoryList="${eclipse.target.platform}">
+      <repositoryList
+          name="None"/>
+      <repositoryList
+          name="Mars">
+        <repository
+            url="http://download.eclipse.org/eclipse/updates/4.5milestones"/>
+      </repositoryList>
+      <repositoryList
+          name="Luna">
+        <repository
+            url="http://download.eclipse.org/eclipse/updates/4.4"/>
+      </repositoryList>
+      <repositoryList
+          name="Kepler">
+        <repository
+            url="http://download.eclipse.org/eclipse/updates/4.3"/>
+      </repositoryList>
+      <repositoryList
+          name="Juno">
+        <repository
+            url="http://download.eclipse.org/eclipse/updates/4.2"/>
+      </repositoryList>
+      <repositoryList
+          name="Indigo">
+        <repository
+            url="http://download.eclipse.org/eclipse/updates/3.7"/>
+      </repositoryList>
+      <repositoryList
+          name="Helios">
+        <repository
+            url="http://download.eclipse.org/eclipse/updates/3.6"/>
+      </repositoryList>
+      <repositoryList
+          name="Galileo">
+        <repository
+            url="http://download.eclipse.org/eclipse/updates/3.5"/>
+      </repositoryList>
+    </targlet>
+  </setupTask>
+  <project name="amalthea"
+      label="AMALTHEA">
+    <project
+        href="AMALTHEA-Development-IDE.setup#/"/>
+  </project>
+  <description>Bosch Projects</description>
+</setup:ProjectCatalog>
diff --git a/build/org.eclipse.app4mc.ide.setup/org.eclipse.setup b/build/org.eclipse.app4mc.ide.setup/org.eclipse.setup
new file mode 100644
index 0000000..84e4dc6
--- /dev/null
+++ b/build/org.eclipse.app4mc.ide.setup/org.eclipse.setup
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<setup:Index
+    xmi:version="2.0"
+    xmlns:xmi="http://www.omg.org/XMI"
+    xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
+    name="index"
+    label="index">
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Launching.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Maven.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Mylyn.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/PDE.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/ProjectSet.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Resources.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Targlets.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Workbench.ecore#/"/>
+  <discoverablePackage
+      href="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore#/"/>
+  <productCatalog
+      href="my.products.setup#/"/>
+  <projectCatalog
+      href="my.projects.setup#/"/>
+</setup:Index>
diff --git a/build/org.eclipse.app4mc.p2repo/.gitignore b/build/org.eclipse.app4mc.p2repo/.gitignore
new file mode 100644
index 0000000..ea8c4bf
--- /dev/null
+++ b/build/org.eclipse.app4mc.p2repo/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/build/org.eclipse.app4mc.p2repo/.project b/build/org.eclipse.app4mc.p2repo/.project
new file mode 100644
index 0000000..5506f4d
--- /dev/null
+++ b/build/org.eclipse.app4mc.p2repo/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.app4mc.p2repo</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.UpdateSiteBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.UpdateSiteNature</nature>
+	</natures>
+</projectDescription>
diff --git a/build/org.eclipse.app4mc.p2repo/category.xml b/build/org.eclipse.app4mc.p2repo/category.xml
new file mode 100644
index 0000000..17e5f38
--- /dev/null
+++ b/build/org.eclipse.app4mc.p2repo/category.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+   <feature url="features/org.eclipse.app4mc.platform_0.7.0.qualifier.jar" id="org.eclipse.app4mc.platform" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.platform"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.platform.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.platform.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.platform"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.editors_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.editors" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.editors"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.editors.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.editors.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.editors"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.workflow_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.workflow" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.workflow"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.workflow.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.workflow.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.workflow"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.multicore_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.multicore" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.multicore"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.multicore.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.multicore.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.multicore"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.export_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.export" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.export"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.export.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.export.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.export"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.tracing_0.7.0.qualifier.jar" id="org.eclipse.app4mc.tracing" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.tracing"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.tracing.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.tracing.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.tracing"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.examples_0.7.0.qualifier.jar" id="org.eclipse.app4mc.examples" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.examples"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.examples.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.examples.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.examples"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.import_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.import" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.import"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.import.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.import.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.import"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.validation_0.7.0.qualifier.jar" id="org.eclipse.app4mc.validation" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.validation"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.validation.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.validation.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.validation"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.models_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.models" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.model"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.models.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.models.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.model"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.converters_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.converters" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.converters"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.converters.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.converters.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.converters"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.edit_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.edit" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.edit"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.edit.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.edit.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.edit"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.docu_0.7.0.qualifier.jar" id="org.eclipse.app4mc.docu" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.docu"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.docu.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.docu.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.docu"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.workflow.common_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.workflow.common" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.workflow"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.workflow.scripting_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.workflow.scripting" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.workflow"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.workflow.common.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.workflow.common.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.workflow"/>
+   </feature>
+   <feature url="features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk_0.7.0.qualifier.jar" id="org.eclipse.app4mc.amalthea.workflow.scripting.sdk" version="0.7.0.qualifier">
+      <category name="org.eclipse.app4mc.amalthea.workflow"/>
+   </feature>
+   <category-def name="org.eclipse.app4mc.platform" label="APP4MC Tool Platform"/>
+   <category-def name="org.eclipse.app4mc.docu" label="APP4MC Documentation"/>
+   <category-def name="org.eclipse.app4mc.amalthea.model" label="APP4MC AMALTHEA Model"/>
+   <category-def name="org.eclipse.app4mc.amalthea.converters" label="APP4MC Model Migration"/>
+   <category-def name="org.eclipse.app4mc.amalthea.edit" label="APP4MC Edit Support"/>
+   <category-def name="org.eclipse.app4mc.amalthea.editors" label="APP4MC Editors"/>
+   <category-def name="org.eclipse.app4mc.amalthea.workflow" label="APP4MC Workflow"/>
+   <category-def name="org.eclipse.app4mc.amalthea.multicore" label="APP4MC Multicore Support"/>
+   <category-def name="org.eclipse.app4mc.amalthea.import" label="APP4MC Import"/>
+   <category-def name="org.eclipse.app4mc.amalthea.export" label="APP4MC Export"/>
+   <category-def name="org.eclipse.app4mc.tracing" label="APP4MC Tracing"/>
+   <category-def name="org.eclipse.app4mc.validation" label="APP4MC Validation"/>
+   <category-def name="org.eclipse.app4mc.examples" label="APP4MC Examples"/>
+</site>
diff --git a/build/org.eclipse.app4mc.p2repo/compositeContent.xml b/build/org.eclipse.app4mc.p2repo/compositeContent.xml
new file mode 100644
index 0000000..561b278
--- /dev/null
+++ b/build/org.eclipse.app4mc.p2repo/compositeContent.xml
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?compositeMetadataRepository version='1.0.0'?>
+<repository name='APP4MC Tool Platform' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1'>
+  <properties size='2'>
+    <property name='p2.timestamp' value='1397033440899'/>
+  </properties>
+  <children size='9'>
+    <child location='http://download.eclipse.org/modeling/emf/emf/updates/releases'/>
+    <child location='http://download.eclipse.org/modeling/emf/compare/updates/releases'/>
+    <child location='http://download.eclipse.org/rmf/updates'/>
+    <child location='http://download.eclipse.org/sphinx/updates/interim'/>
+    <child location='http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases'/>
+    <child location='http://franca.eclipselabs.org.codespot.com/git/update_site/releases'/>
+    <child location='http://updates.yakindu.org/sct/kepler/releases'/>
+  </children>
+</repository>
diff --git a/build/org.eclipse.app4mc.p2repo/epl-v10.html b/build/org.eclipse.app4mc.p2repo/epl-v10.html
new file mode 100644
index 0000000..fd39122
--- /dev/null
+++ b/build/org.eclipse.app4mc.p2repo/epl-v10.html
@@ -0,0 +1,261 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Public License - Version 1.0</title>
+<style type="text/css">
+  body {
+    size: 8.5in 11.0in;
+    margin: 0.25in 0.5in 0.25in 0.5in;
+    tab-interval: 0.5in;
+    }
+  p {  	
+    margin-left: auto;
+    margin-top:  0.5em;
+    margin-bottom: 0.5em;
+    }
+  p.list {
+  	margin-left: 0.5in;
+    margin-top:  0.05em;
+    margin-bottom: 0.05em;
+    }
+  </style>
+
+</head>
+
+<body lang="EN-US">
+
+<h2>Eclipse Public License - v 1.0</h2>
+
+<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR
+DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
+AGREEMENT.</p>
+
+<p><b>1. DEFINITIONS</b></p>
+
+<p>&quot;Contribution&quot; means:</p>
+
+<p class="list">a) in the case of the initial Contributor, the initial
+code and documentation distributed under this Agreement, and</p>
+<p class="list">b) in the case of each subsequent Contributor:</p>
+<p class="list">i) changes to the Program, and</p>
+<p class="list">ii) additions to the Program;</p>
+<p class="list">where such changes and/or additions to the Program
+originate from and are distributed by that particular Contributor. A
+Contribution 'originates' from a Contributor if it was added to the
+Program by such Contributor itself or anyone acting on such
+Contributor's behalf. Contributions do not include additions to the
+Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii)
+are not derivative works of the Program.</p>
+
+<p>&quot;Contributor&quot; means any person or entity that distributes
+the Program.</p>
+
+<p>&quot;Licensed Patents&quot; mean patent claims licensable by a
+Contributor which are necessarily infringed by the use or sale of its
+Contribution alone or when combined with the Program.</p>
+
+<p>&quot;Program&quot; means the Contributions distributed in accordance
+with this Agreement.</p>
+
+<p>&quot;Recipient&quot; means anyone who receives the Program under
+this Agreement, including all Contributors.</p>
+
+<p><b>2. GRANT OF RIGHTS</b></p>
+
+<p class="list">a) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free copyright license to reproduce, prepare derivative works
+of, publicly display, publicly perform, distribute and sublicense the
+Contribution of such Contributor, if any, and such derivative works, in
+source code and object code form.</p>
+
+<p class="list">b) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free patent license under Licensed Patents to make, use, sell,
+offer to sell, import and otherwise transfer the Contribution of such
+Contributor, if any, in source code and object code form. This patent
+license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor,
+such addition of the Contribution causes such combination to be covered
+by the Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.</p>
+
+<p class="list">c) Recipient understands that although each Contributor
+grants the licenses to its Contributions set forth herein, no assurances
+are provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility to
+secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow Recipient
+to distribute the Program, it is Recipient's responsibility to acquire
+that license before distributing the Program.</p>
+
+<p class="list">d) Each Contributor represents that to its knowledge it
+has sufficient copyright rights in its Contribution, if any, to grant
+the copyright license set forth in this Agreement.</p>
+
+<p><b>3. REQUIREMENTS</b></p>
+
+<p>A Contributor may choose to distribute the Program in object code
+form under its own license agreement, provided that:</p>
+
+<p class="list">a) it complies with the terms and conditions of this
+Agreement; and</p>
+
+<p class="list">b) its license agreement:</p>
+
+<p class="list">i) effectively disclaims on behalf of all Contributors
+all warranties and conditions, express and implied, including warranties
+or conditions of title and non-infringement, and implied warranties or
+conditions of merchantability and fitness for a particular purpose;</p>
+
+<p class="list">ii) effectively excludes on behalf of all Contributors
+all liability for damages, including direct, indirect, special,
+incidental and consequential damages, such as lost profits;</p>
+
+<p class="list">iii) states that any provisions which differ from this
+Agreement are offered by that Contributor alone and not by any other
+party; and</p>
+
+<p class="list">iv) states that source code for the Program is available
+from such Contributor, and informs licensees how to obtain it in a
+reasonable manner on or through a medium customarily used for software
+exchange.</p>
+
+<p>When the Program is made available in source code form:</p>
+
+<p class="list">a) it must be made available under this Agreement; and</p>
+
+<p class="list">b) a copy of this Agreement must be included with each
+copy of the Program.</p>
+
+<p>Contributors may not remove or alter any copyright notices contained
+within the Program.</p>
+
+<p>Each Contributor must identify itself as the originator of its
+Contribution, if any, in a manner that reasonably allows subsequent
+Recipients to identify the originator of the Contribution.</p>
+
+<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
+
+<p>Commercial distributors of software may accept certain
+responsibilities with respect to end users, business partners and the
+like. While this license is intended to facilitate the commercial use of
+the Program, the Contributor who includes the Program in a commercial
+product offering should do so in a manner which does not create
+potential liability for other Contributors. Therefore, if a Contributor
+includes the Program in a commercial product offering, such Contributor
+(&quot;Commercial Contributor&quot;) hereby agrees to defend and
+indemnify every other Contributor (&quot;Indemnified Contributor&quot;)
+against any losses, damages and costs (collectively &quot;Losses&quot;)
+arising from claims, lawsuits and other legal actions brought by a third
+party against the Indemnified Contributor to the extent caused by the
+acts or omissions of such Commercial Contributor in connection with its
+distribution of the Program in a commercial product offering. The
+obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In
+order to qualify, an Indemnified Contributor must: a) promptly notify
+the Commercial Contributor in writing of such claim, and b) allow the
+Commercial Contributor to control, and cooperate with the Commercial
+Contributor in, the defense and any related settlement negotiations. The
+Indemnified Contributor may participate in any such claim at its own
+expense.</p>
+
+<p>For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those
+performance claims and warranties, and if a court requires any other
+Contributor to pay any damages as a result, the Commercial Contributor
+must pay those damages.</p>
+
+<p><b>5. NO WARRANTY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
+PROVIDED ON AN &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS
+OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
+ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
+OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
+responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its
+exercise of rights under this Agreement , including but not limited to
+the risks and costs of program errors, compliance with applicable laws,
+damage to or loss of data, programs or equipment, and unavailability or
+interruption of operations.</p>
+
+<p><b>6. DISCLAIMER OF LIABILITY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
+NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
+DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
+HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
+
+<p><b>7. GENERAL</b></p>
+
+<p>If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further action
+by the parties hereto, such provision shall be reformed to the minimum
+extent necessary to make such provision valid and enforceable.</p>
+
+<p>If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other
+software or hardware) infringes such Recipient's patent(s), then such
+Recipient's rights granted under Section 2(b) shall terminate as of the
+date such litigation is filed.</p>
+
+<p>All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of time
+after becoming aware of such noncompliance. If all Recipient's rights
+under this Agreement terminate, Recipient agrees to cease use and
+distribution of the Program as soon as reasonably practicable. However,
+Recipient's obligations under this Agreement and any licenses granted by
+Recipient relating to the Program shall continue and survive.</p>
+
+<p>Everyone is permitted to copy and distribute copies of this
+Agreement, but in order to avoid inconsistency the Agreement is
+copyrighted and may only be modified in the following manner. The
+Agreement Steward reserves the right to publish new versions (including
+revisions) of this Agreement from time to time. No one other than the
+Agreement Steward has the right to modify this Agreement. The Eclipse
+Foundation is the initial Agreement Steward. The Eclipse Foundation may
+assign the responsibility to serve as the Agreement Steward to a
+suitable separate entity. Each new version of the Agreement will be
+given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the
+Agreement under which it was received. In addition, after a new version
+of the Agreement is published, Contributor may elect to distribute the
+Program (including its Contributions) under the new version. Except as
+expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
+rights or licenses to the intellectual property of any Contributor under
+this Agreement, whether expressly, by implication, estoppel or
+otherwise. All rights in the Program not expressly granted under this
+Agreement are reserved.</p>
+
+<p>This Agreement is governed by the laws of the State of New York and
+the intellectual property laws of the United States of America. No party
+to this Agreement will bring a legal action under this Agreement more
+than one year after the cause of action arose. Each party waives its
+rights to a jury trial in any resulting litigation.</p>
+
+</body>
+
+</html>
diff --git a/build/org.eclipse.app4mc.p2repo/pom.xml b/build/org.eclipse.app4mc.p2repo/pom.xml
new file mode 100644
index 0000000..ff9d8eb
--- /dev/null
+++ b/build/org.eclipse.app4mc.p2repo/pom.xml
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<relativePath>../org.eclipse.app4mc.build/pom.xml</relativePath>
+		<groupId>org.eclipse.app4mc.build</groupId>
+		<artifactId>parent</artifactId>
+		<version>0.7.0-SNAPSHOT</version>
+	</parent>
+
+	<artifactId>org.eclipse.app4mc.p2repo</artifactId>
+	<packaging>eclipse-repository</packaging>
+
+	<pluginRepositories>
+		<pluginRepository>
+			<id>jboss-public-repository-group</id>
+			<name>JBoss Public Repository Group</name>
+			<url>http://repository.jboss.org/nexus/content/groups/public/</url>
+		</pluginRepository>
+
+		<pluginRepository>
+			<id>jboss-snapshots-repository</id>
+			<name>JBoss Snapshots Repository</name>
+			<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+		</pluginRepository>
+	</pluginRepositories>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-p2-repository-plugin</artifactId>
+				<version>${tycho.version}</version>
+
+				<configuration>
+					<compress/>
+				</configuration>
+			</plugin>
+
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-p2-director-plugin</artifactId>
+				<version>${tycho.version}</version>
+
+				<executions>
+					<execution>
+						<id>materialize-products</id>
+						<goals>
+							<goal>materialize-products</goal>
+						</goals>
+					</execution>
+
+					<execution>
+						<id>archive-products</id>
+						<goals>
+							<goal>archive-products</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			
+			<plugin>
+				<groupId>org.jboss.tools.tycho-plugins</groupId>
+				<artifactId>repository-utils</artifactId>
+				<version>${org.jboss.tools.tycho-plugins.version}</version>
+
+				<executions>
+					<execution>
+						<id>generate-facade</id>
+						<phase>package</phase>
+	
+						<goals>
+							<goal>generate-repository-facade</goal>
+						</goals>
+	
+						<configuration>
+							<siteTemplateFolder>siteTemplate</siteTemplateFolder>
+							
+							<!-- Symbols are used while expanding index.html template -->
+							<symbols>
+								<update.site.name>${project.parent.name}</update.site.name>
+								<target.eclipse.version>Mars.2 (4.5.2)</target.eclipse.version>
+							</symbols>
+
+							<associateSites>
+								<site>http://hudson.eclipse.org/hudson/job/damos-master/lastSuccessfulBuild/artifact/update-site</site>
+								<site>http://download.eclipse.org/modeling/emf/emf/updates/releases</site>
+								<site>http://download.eclipse.org/modeling/emf/compare/updates/releases</site>
+								<site>http://download.eclipse.org/rmf/updates</site>
+								<site>http://download.eclipse.org/sphinx/updates/interim</site>
+								<site>http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases</site>
+								<site>http://franca.eclipselabs.org.codespot.com/git/update_site/releases</site>
+								<site>http://updates.yakindu.org/sct/kepler/releases</site>
+							</associateSites>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+
+</project>
diff --git a/build/org.eclipse.app4mc.p2repo/siteTemplate/index.html b/build/org.eclipse.app4mc.p2repo/siteTemplate/index.html
new file mode 100644
index 0000000..ae0f77d
--- /dev/null
+++ b/build/org.eclipse.app4mc.p2repo/siteTemplate/index.html
@@ -0,0 +1,25 @@
+<html>
+	<head>
+		<title>${update.site.name} Update Site</title>
+	</head>
+
+	<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+		
+		<h2 class="title">${update.site.name} - Use this URL in Eclipse to install ${update.site.name}</h2>
+	
+		<p>This is the Update Site for ${update.site.name}.
+			<ol>
+				<li>To install ${update.site.name} from this site, start up Eclipse ${target.eclipse.version}, then do:
+					<ul><code><strong>Help > Install New Software... ></strong></code></ul>
+				</li>
+				<li>Copy this site's URL into Eclipse, and hit Enter.</li>
+				<li>When the site loads, select the features to install, or click the <code><strong>Select All</strong></code> button.</li>
+				<li>To properly resolve all dependencies, check 
+					<ul><code><strong>[x] Contact all update sites during install to find required software</strong></code></ul>
+				<li>Click <code><strong>Next</strong></code>, agree to the license terms, and install.</li>
+			</ol>
+		</p>
+
+		<p>${site.contents}</p>
+	</body>
+</html>
\ No newline at end of file
diff --git a/build/org.eclipse.app4mc.platform.examplesbuilder/.classpath b/build/org.eclipse.app4mc.platform.examplesbuilder/.classpath
new file mode 100644
index 0000000..fceb480
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.examplesbuilder/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/build/org.eclipse.app4mc.platform.examplesbuilder/.gitignore b/build/org.eclipse.app4mc.platform.examplesbuilder/.gitignore
new file mode 100644
index 0000000..8788e6a
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.examplesbuilder/.gitignore
@@ -0,0 +1,3 @@
+bin
+target
+.DS_Store
diff --git a/build/org.eclipse.app4mc.platform.examplesbuilder/.project b/build/org.eclipse.app4mc.platform.examplesbuilder/.project
new file mode 100644
index 0000000..4f82f11
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.examplesbuilder/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.app4mc.platform.examplesbuilder</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>
diff --git a/build/org.eclipse.app4mc.platform.examplesbuilder/.settings/org.eclipse.jdt.core.prefs b/build/org.eclipse.app4mc.platform.examplesbuilder/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..3a21537
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.examplesbuilder/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,11 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/build/org.eclipse.app4mc.platform.examplesbuilder/exampleBuilderTemplates/copyExample.ant b/build/org.eclipse.app4mc.platform.examplesbuilder/exampleBuilderTemplates/copyExample.ant
new file mode 100644
index 0000000..2b097d6
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.examplesbuilder/exampleBuilderTemplates/copyExample.ant
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<project name="copyExample" default="main" basedir="../..">
+
+	<property name="installer" value="#INSTALLER_PROJECT#" />
+	<import file="../../../plugins/${installer}/copyExampleLib.ant" optional="true" />
+	<basename file="${build.project}" property="project" />
+
+	<target name="main">
+		<copyExample project="${project}" />
+	</target>
+
+</project>
diff --git a/build/org.eclipse.app4mc.platform.examplesbuilder/exampleBuilderTemplates/template.launch b/build/org.eclipse.app4mc.platform.examplesbuilder/exampleBuilderTemplates/template.launch
new file mode 100644
index 0000000..de8fdb9
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.examplesbuilder/exampleBuilderTemplates/template.launch
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
+<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
+<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
+<booleanAttribute key="org.eclipse.ant.uiSET_INPUTHANDLER" value="false"/>
+<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${working_set:&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#13;&#10;&lt;resources&gt;&#13;&#10;#REFRESH_RESOURCES#&lt;/resources&gt;}"/>
+<booleanAttribute key="org.eclipse.debug.core.capture_output" value="false"/>
+<booleanAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_OUTPUT_ON" value="false"/>
+<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
+<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value=""/>
+<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="true"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_BUILD_SCOPE" value="${working_set:&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#13;&#10;&lt;resources&gt;&#13;&#10;#RELEVANT_RESOURCES#&lt;/resources&gt;}"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${project_loc:/#EXAMPLE_PROJECT#}/.externalToolBuilders/copyExample.ant"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="incremental,auto,"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-Dbuild.project=${project_loc:/#EXAMPLE_PROJECT#}"/>
+<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
+</launchConfiguration>
diff --git a/build/org.eclipse.app4mc.platform.examplesbuilder/exampleBuilderTemplates/template.project b/build/org.eclipse.app4mc.platform.examplesbuilder/exampleBuilderTemplates/template.project
new file mode 100644
index 0000000..97d0290
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.examplesbuilder/exampleBuilderTemplates/template.project
@@ -0,0 +1,14 @@
+		<buildCommand>
+			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+			<triggers>auto,full,incremental,</triggers>
+			<arguments>
+				<dictionary>
+					<key>LaunchConfigHandle</key>
+					<value>&lt;project&gt;/.externalToolBuilders/#EXAMPLE_PROJECT#.launch</value>
+				</dictionary>
+				<dictionary>
+					<key>incclean</key>
+					<value>true</value>
+				</dictionary>
+			</arguments>
+		</buildCommand>
diff --git a/build/org.eclipse.app4mc.platform.examplesbuilder/src/org/eclipse/app4mc/platform/examplesbuilder/GenerateExampleBuilders.java b/build/org.eclipse.app4mc.platform.examplesbuilder/src/org/eclipse/app4mc/platform/examplesbuilder/GenerateExampleBuilders.java
new file mode 100644
index 0000000..40ce062
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.examplesbuilder/src/org/eclipse/app4mc/platform/examplesbuilder/GenerateExampleBuilders.java
@@ -0,0 +1,206 @@
+/*
+ * Copyright (c) 2012 Eclipse contributors and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ */
+
+package org.eclipse.app4mc.platform.examplesbuilder;
+
+import java.io.BufferedReader;
+import java.io.BufferedWriter;
+import java.io.File;
+import java.io.FileInputStream;
+import java.io.FileReader;
+import java.io.FileWriter;
+import java.io.IOException;
+import java.io.InputStream;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Map.Entry;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+
+import javax.xml.parsers.SAXParser;
+import javax.xml.parsers.SAXParserFactory;
+
+import org.xml.sax.Attributes;
+import org.xml.sax.SAXException;
+import org.xml.sax.helpers.DefaultHandler;
+
+public class GenerateExampleBuilders {
+	private static final String TOKEN_EXAMPLE_PROJECT = "#EXAMPLE_PROJECT#";
+
+	private static final String TOKEN_INSTALLER_PROJECT = "#INSTALLER_PROJECT#";
+
+	private static final String TOKEN_RELEVANT_RESOURCES = "#RELEVANT_RESOURCES#";
+
+	private static final String TOKEN_REFRESH_RESOURCES = "#REFRESH_RESOURCES#";
+
+	private static final String NL = System.getProperty("line.separator");
+
+	public static void main(final String[] args) throws Exception {
+		final File relengProject = new File(args[0]).getCanonicalFile();
+		final File installerPoject = new File(args[1]).getCanonicalFile();
+		final File pluginXML = new File(installerPoject, "plugin.xml");
+		System.out.println("Analyzing " + pluginXML);
+
+		final SAXParser parser = SAXParserFactory.newInstance().newSAXParser();
+		final XMLHandler handler = new XMLHandler(relengProject, installerPoject);
+
+		try (InputStream in = new FileInputStream(pluginXML)) {
+			parser.parse(in, handler);
+		}
+	}
+
+	static void processProjectDescriptor(final File exampleProject, final File relengProject,
+			final File installerProject, final String targetFolder) throws Exception {
+		final String exampleProjectName = exampleProject.getName();
+		final String targetPath = installerProject.getName() + "/" + targetFolder;
+
+		final StringBuilder relevantResources = new StringBuilder();
+		relevantResources.append(getItemPath(targetPath, 2));
+
+		for (final File file : exampleProject.listFiles()) {
+			final String name = file.getName();
+			final int type = file.isDirectory() ? 2 : 1;
+
+			if (!"bin".equals(name)) {
+				final String path = exampleProjectName + "/" + name;
+				relevantResources.append(getItemPath(path, type));
+			}
+		}
+
+		final Map<String, String> substitutes = new HashMap<String, String>();
+		addSubtitute(substitutes, TOKEN_EXAMPLE_PROJECT, exampleProject.getName());
+		addSubtitute(substitutes, TOKEN_INSTALLER_PROJECT, installerProject.getName());
+		addSubtitute(substitutes, TOKEN_RELEVANT_RESOURCES, relevantResources.toString());
+		addSubtitute(substitutes, TOKEN_REFRESH_RESOURCES, getItemPath(new File(targetPath).getParent(), 2));
+
+		copy(exampleProject, relengProject, substitutes, "copyExample.ant", ".externalToolBuilders/copyExample.ant");
+		copy(exampleProject, relengProject, substitutes, "template.launch",
+				".externalToolBuilders/" + exampleProjectName + ".launch");
+
+		updateProjectDescription(exampleProject, relengProject, substitutes);
+	}
+
+	private static void copy(final File targetProject, final File relengProject, final Map<String, String> substitutes,
+			final String template, final String targetPath) throws IOException {
+		final File source = getTemplate(relengProject, template);
+		final String content = substitute(readFile(source), substitutes);
+
+		final File target = new File(targetProject, targetPath);
+		System.out.println("      Generating " + target.getCanonicalPath());
+		target.getParentFile().mkdir();
+		writeFile(target, content);
+	}
+
+	private static void updateProjectDescription(final File targetProject, final File relengProject,
+			final Map<String, String> substitutes) throws IOException {
+		final File snippetTemplate = getTemplate(relengProject, "template.project");
+		final String snippet = substitute(readFile(snippetTemplate), substitutes);
+
+		final File descriptionFile = new File(targetProject, ".project");
+		final String description = readFile(descriptionFile);
+		System.out.println("      Updating " + descriptionFile.getCanonicalPath());
+
+		if (description.indexOf(snippet) != -1) {
+			// Nothing to update
+			return;
+		}
+
+		String newDescription = description;
+
+		final Pattern pattern = Pattern.compile(
+				"(\\s*<buildCommand>.*?</buildCommand>)*(\\s*<buildCommand>.*?<value>&lt;project&gt;/\\.externalToolBuilders/"
+						+ targetProject.getName().replace(".", "\\.") + "\\.launch</value>.*?</buildCommand>)",
+				Pattern.DOTALL);
+		final Matcher matcher = pattern.matcher(description);
+		if (matcher.find()) {
+			final String remove = matcher.group(2);
+			newDescription = newDescription.replace(remove, "");
+		}
+
+		newDescription = newDescription.replaceFirst("[ \\t]*</buildSpec>", snippet + "\t</buildSpec>");
+		if (!newDescription.equals(description)) {
+			writeFile(descriptionFile, newDescription);
+		}
+	}
+
+	private static String readFile(final File file) throws IOException {
+		final StringBuilder result = new StringBuilder();
+
+		try (FileReader in = new FileReader(file); BufferedReader reader = new BufferedReader(in)) {
+			String line;
+			while ((line = reader.readLine()) != null) {
+				result.append(line);
+				result.append(NL);
+			}
+
+			return result.toString();
+		}
+	}
+
+	private static void writeFile(final File file, final String content) throws IOException {
+		try (FileWriter out = new FileWriter(file); BufferedWriter writer = new BufferedWriter(out)) {
+			writer.write(content);
+			writer.flush();
+		}
+	}
+
+	private static String getItemPath(final String resource, final int type) {
+		return "&lt;item path=&quot;/" + resource.replace('\\', '/') + "&quot; type=&quot;" + type
+				+ "&quot;/&gt;&#13;&#10;";
+	}
+
+	private static File getTemplate(final File root, final String template) {
+		return new File(root, "exampleBuilderTemplates/" + template);
+	}
+
+	private static void addSubtitute(final Map<String, String> substitutes, final String token,
+			final String substitute) {
+		System.out.println("      " + token + " = " + substitute);
+		substitutes.put(token, substitute);
+	}
+
+	private static String substitute(String content, final Map<String, String> substitutes) {
+		for (final Entry<String, String> entry : substitutes.entrySet()) {
+			content = content.replace(entry.getKey(), entry.getValue());
+		}
+
+		return content;
+	}
+
+	private static class XMLHandler extends DefaultHandler {
+		private final File relengProject;
+		private final File installerPoject;
+
+		public XMLHandler(final File relengProject, final File installerPoject) {
+			this.relengProject = relengProject;
+			this.installerPoject = installerPoject;
+		}
+
+		@Override
+		public void startElement(final String uri, final String localName, final String qName,
+				final Attributes attributes) throws SAXException {
+			if ("projectDescriptor".equalsIgnoreCase(qName)) {
+				try {
+					final String name = attributes.getValue("name");
+					final String contentURI = attributes.getValue("contentURI");
+					final File exampleProject = new File(this.installerPoject, "../../examples/" + name)
+							.getCanonicalFile();
+
+					System.out.println("   Processing " + name + " --> " + contentURI);
+					System.out.println("   exampleProject: " + exampleProject);
+					System.out.println("   installerProject: " + this.installerPoject);
+
+					processProjectDescriptor(exampleProject, this.relengProject, this.installerPoject, contentURI);
+				}
+				catch (final Exception ex) {
+					ex.printStackTrace();
+				}
+			}
+		}
+	}
+}
diff --git a/build/org.eclipse.app4mc.platform.product/.gitignore b/build/org.eclipse.app4mc.platform.product/.gitignore
new file mode 100644
index 0000000..ea8c4bf
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/build/org.eclipse.app4mc.platform.product/.project b/build/org.eclipse.app4mc.platform.product/.project
new file mode 100644
index 0000000..3a71160
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.app4mc.platform.product</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
diff --git a/build/org.eclipse.app4mc.platform.product/epl-v10.html b/build/org.eclipse.app4mc.platform.product/epl-v10.html
new file mode 100644
index 0000000..fd39122
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/epl-v10.html
@@ -0,0 +1,261 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Public License - Version 1.0</title>
+<style type="text/css">
+  body {
+    size: 8.5in 11.0in;
+    margin: 0.25in 0.5in 0.25in 0.5in;
+    tab-interval: 0.5in;
+    }
+  p {  	
+    margin-left: auto;
+    margin-top:  0.5em;
+    margin-bottom: 0.5em;
+    }
+  p.list {
+  	margin-left: 0.5in;
+    margin-top:  0.05em;
+    margin-bottom: 0.05em;
+    }
+  </style>
+
+</head>
+
+<body lang="EN-US">
+
+<h2>Eclipse Public License - v 1.0</h2>
+
+<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR
+DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
+AGREEMENT.</p>
+
+<p><b>1. DEFINITIONS</b></p>
+
+<p>&quot;Contribution&quot; means:</p>
+
+<p class="list">a) in the case of the initial Contributor, the initial
+code and documentation distributed under this Agreement, and</p>
+<p class="list">b) in the case of each subsequent Contributor:</p>
+<p class="list">i) changes to the Program, and</p>
+<p class="list">ii) additions to the Program;</p>
+<p class="list">where such changes and/or additions to the Program
+originate from and are distributed by that particular Contributor. A
+Contribution 'originates' from a Contributor if it was added to the
+Program by such Contributor itself or anyone acting on such
+Contributor's behalf. Contributions do not include additions to the
+Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii)
+are not derivative works of the Program.</p>
+
+<p>&quot;Contributor&quot; means any person or entity that distributes
+the Program.</p>
+
+<p>&quot;Licensed Patents&quot; mean patent claims licensable by a
+Contributor which are necessarily infringed by the use or sale of its
+Contribution alone or when combined with the Program.</p>
+
+<p>&quot;Program&quot; means the Contributions distributed in accordance
+with this Agreement.</p>
+
+<p>&quot;Recipient&quot; means anyone who receives the Program under
+this Agreement, including all Contributors.</p>
+
+<p><b>2. GRANT OF RIGHTS</b></p>
+
+<p class="list">a) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free copyright license to reproduce, prepare derivative works
+of, publicly display, publicly perform, distribute and sublicense the
+Contribution of such Contributor, if any, and such derivative works, in
+source code and object code form.</p>
+
+<p class="list">b) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free patent license under Licensed Patents to make, use, sell,
+offer to sell, import and otherwise transfer the Contribution of such
+Contributor, if any, in source code and object code form. This patent
+license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor,
+such addition of the Contribution causes such combination to be covered
+by the Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.</p>
+
+<p class="list">c) Recipient understands that although each Contributor
+grants the licenses to its Contributions set forth herein, no assurances
+are provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility to
+secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow Recipient
+to distribute the Program, it is Recipient's responsibility to acquire
+that license before distributing the Program.</p>
+
+<p class="list">d) Each Contributor represents that to its knowledge it
+has sufficient copyright rights in its Contribution, if any, to grant
+the copyright license set forth in this Agreement.</p>
+
+<p><b>3. REQUIREMENTS</b></p>
+
+<p>A Contributor may choose to distribute the Program in object code
+form under its own license agreement, provided that:</p>
+
+<p class="list">a) it complies with the terms and conditions of this
+Agreement; and</p>
+
+<p class="list">b) its license agreement:</p>
+
+<p class="list">i) effectively disclaims on behalf of all Contributors
+all warranties and conditions, express and implied, including warranties
+or conditions of title and non-infringement, and implied warranties or
+conditions of merchantability and fitness for a particular purpose;</p>
+
+<p class="list">ii) effectively excludes on behalf of all Contributors
+all liability for damages, including direct, indirect, special,
+incidental and consequential damages, such as lost profits;</p>
+
+<p class="list">iii) states that any provisions which differ from this
+Agreement are offered by that Contributor alone and not by any other
+party; and</p>
+
+<p class="list">iv) states that source code for the Program is available
+from such Contributor, and informs licensees how to obtain it in a
+reasonable manner on or through a medium customarily used for software
+exchange.</p>
+
+<p>When the Program is made available in source code form:</p>
+
+<p class="list">a) it must be made available under this Agreement; and</p>
+
+<p class="list">b) a copy of this Agreement must be included with each
+copy of the Program.</p>
+
+<p>Contributors may not remove or alter any copyright notices contained
+within the Program.</p>
+
+<p>Each Contributor must identify itself as the originator of its
+Contribution, if any, in a manner that reasonably allows subsequent
+Recipients to identify the originator of the Contribution.</p>
+
+<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
+
+<p>Commercial distributors of software may accept certain
+responsibilities with respect to end users, business partners and the
+like. While this license is intended to facilitate the commercial use of
+the Program, the Contributor who includes the Program in a commercial
+product offering should do so in a manner which does not create
+potential liability for other Contributors. Therefore, if a Contributor
+includes the Program in a commercial product offering, such Contributor
+(&quot;Commercial Contributor&quot;) hereby agrees to defend and
+indemnify every other Contributor (&quot;Indemnified Contributor&quot;)
+against any losses, damages and costs (collectively &quot;Losses&quot;)
+arising from claims, lawsuits and other legal actions brought by a third
+party against the Indemnified Contributor to the extent caused by the
+acts or omissions of such Commercial Contributor in connection with its
+distribution of the Program in a commercial product offering. The
+obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In
+order to qualify, an Indemnified Contributor must: a) promptly notify
+the Commercial Contributor in writing of such claim, and b) allow the
+Commercial Contributor to control, and cooperate with the Commercial
+Contributor in, the defense and any related settlement negotiations. The
+Indemnified Contributor may participate in any such claim at its own
+expense.</p>
+
+<p>For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those
+performance claims and warranties, and if a court requires any other
+Contributor to pay any damages as a result, the Commercial Contributor
+must pay those damages.</p>
+
+<p><b>5. NO WARRANTY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
+PROVIDED ON AN &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS
+OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
+ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
+OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
+responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its
+exercise of rights under this Agreement , including but not limited to
+the risks and costs of program errors, compliance with applicable laws,
+damage to or loss of data, programs or equipment, and unavailability or
+interruption of operations.</p>
+
+<p><b>6. DISCLAIMER OF LIABILITY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
+NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
+DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
+HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
+
+<p><b>7. GENERAL</b></p>
+
+<p>If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further action
+by the parties hereto, such provision shall be reformed to the minimum
+extent necessary to make such provision valid and enforceable.</p>
+
+<p>If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other
+software or hardware) infringes such Recipient's patent(s), then such
+Recipient's rights granted under Section 2(b) shall terminate as of the
+date such litigation is filed.</p>
+
+<p>All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of time
+after becoming aware of such noncompliance. If all Recipient's rights
+under this Agreement terminate, Recipient agrees to cease use and
+distribution of the Program as soon as reasonably practicable. However,
+Recipient's obligations under this Agreement and any licenses granted by
+Recipient relating to the Program shall continue and survive.</p>
+
+<p>Everyone is permitted to copy and distribute copies of this
+Agreement, but in order to avoid inconsistency the Agreement is
+copyrighted and may only be modified in the following manner. The
+Agreement Steward reserves the right to publish new versions (including
+revisions) of this Agreement from time to time. No one other than the
+Agreement Steward has the right to modify this Agreement. The Eclipse
+Foundation is the initial Agreement Steward. The Eclipse Foundation may
+assign the responsibility to serve as the Agreement Steward to a
+suitable separate entity. Each new version of the Agreement will be
+given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the
+Agreement under which it was received. In addition, after a new version
+of the Agreement is published, Contributor may elect to distribute the
+Program (including its Contributions) under the new version. Except as
+expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
+rights or licenses to the intellectual property of any Contributor under
+this Agreement, whether expressly, by implication, estoppel or
+otherwise. All rights in the Program not expressly granted under this
+Agreement are reserved.</p>
+
+<p>This Agreement is governed by the laws of the State of New York and
+the intellectual property laws of the United States of America. No party
+to this Agreement will bring a legal action under this Agreement more
+than one year after the cause of action arose. Each party waives its
+rights to a jury trial in any resulting litigation.</p>
+
+</body>
+
+</html>
diff --git a/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-16-8bit.bmp b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-16-8bit.bmp
new file mode 100644
index 0000000..6a99368
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-16-8bit.bmp
Binary files differ
diff --git a/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-16.bmp b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-16.bmp
new file mode 100644
index 0000000..bb095a5
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-16.bmp
Binary files differ
diff --git a/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-256.bmp b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-256.bmp
new file mode 100644
index 0000000..55a2b31
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-256.bmp
Binary files differ
diff --git a/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-32-8bit.bmp b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-32-8bit.bmp
new file mode 100644
index 0000000..c9aaac2
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-32-8bit.bmp
Binary files differ
diff --git a/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-32.bmp b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-32.bmp
new file mode 100644
index 0000000..320a148
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-32.bmp
Binary files differ
diff --git a/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-48-8bit.bmp b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-48-8bit.bmp
new file mode 100644
index 0000000..348105e
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-48-8bit.bmp
Binary files differ
diff --git a/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-48.bmp b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-48.bmp
new file mode 100644
index 0000000..f32e93f
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo-48.bmp
Binary files differ
diff --git a/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo.ico b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo.ico
new file mode 100644
index 0000000..a1cd88d
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/icons/amalthea-logo.ico
Binary files differ
diff --git a/build/org.eclipse.app4mc.platform.product/launch/APP4MC Tool Platform.launch b/build/org.eclipse.app4mc.platform.product/launch/APP4MC Tool Platform.launch
new file mode 100644
index 0000000..b75a986
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/launch/APP4MC Tool Platform.launch
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.pde.ui.RuntimeWorkbench">
+<booleanAttribute key="append.args" value="true"/>
+<booleanAttribute key="askclear" value="true"/>
+<booleanAttribute key="automaticAdd" value="true"/>
+<booleanAttribute key="automaticValidate" value="false"/>
+<stringAttribute key="bootstrap" value=""/>
+<stringAttribute key="checked" value="[NONE]"/>
+<booleanAttribute key="clearConfig" value="true"/>
+<booleanAttribute key="clearws" value="true"/>
+<booleanAttribute key="clearwslog" value="false"/>
+<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/APP4MC Tool Platform"/>
+<booleanAttribute key="default" value="false"/>
+<booleanAttribute key="includeOptional" value="true"/>
+<stringAttribute key="location" value="${workspace_loc}/../runtime-org.eclipse.app4mc.platform.product"/>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx2g"/>
+<stringAttribute key="pde.version" value="3.3"/>
+<stringAttribute key="product" value="org.eclipse.app4mc.platform.ide.product"/>
+<stringAttribute key="productFile" value="\org.eclipse.app4mc.platform.product\org.eclipse.app4mc.platform.product"/>
+<stringAttribute key="selected_target_plugins" value="com.google.guava@default:default,com.google.inject.multibindings@default:default,com.google.inject@default:default,com.ibm.icu@default:default,com.jcraft.jsch@default:default,com.sun.el@default:default,javax.annotation@default:default,javax.el@default:default,javax.inject@default:default,javax.servlet*3.1.0.v201410161800@default:default,javax.servlet.jsp@default:default,javax.transaction@default:default,javax.xml@default:default,lpg.runtime.java@default:default,org.agilemore.agilegrid@default:default,org.antlr.runtime*3.2.0.v201101311130@default:default,org.apache.ant@default:default,org.apache.batik.bridge@default:default,org.apache.batik.css*1.6.0.v201011041432@default:default,org.apache.batik.css*1.7.0.v201011041433@default:default,org.apache.batik.dom.svg@default:default,org.apache.batik.dom@default:default,org.apache.batik.ext.awt@default:default,org.apache.batik.parser@default:default,org.apache.batik.pdf@default:default,org.apache.batik.svggen@default:default,org.apache.batik.transcoder@default:default,org.apache.batik.util*1.6.0.v201011041432@default:default,org.apache.batik.util*1.7.0.v201011041433@default:default,org.apache.batik.util.gui*1.6.0.v201011041432@default:default,org.apache.batik.util.gui*1.7.0.v200903091627@default:default,org.apache.batik.xml@default:default,org.apache.commons.cli@default:default,org.apache.commons.io@default:default,org.apache.commons.jxpath@default:default,org.apache.commons.lang@default:default,org.apache.commons.logging@default:default,org.apache.felix.gogo.command@default:default,org.apache.felix.gogo.runtime@default:default,org.apache.felix.gogo.shell@default:default,org.apache.jasper.glassfish@default:default,org.apache.log4j@default:default,org.apache.lucene.analysis@default:default,org.apache.lucene.core@default:default,org.apache.xerces@default:default,org.apache.xml.resolver@default:default,org.apache.xml.serializer@default:default,org.eclipse.ant.core@default:default,org.eclipse.ant.launching@default:default,org.eclipse.ant.ui@default:default,org.eclipse.cdt.autotools.core@default:default,org.eclipse.cdt.autotools.docs@default:default,org.eclipse.cdt.autotools.ui@default:default,org.eclipse.cdt.codan.checkers.ui@default:default,org.eclipse.cdt.codan.checkers@default:default,org.eclipse.cdt.codan.core.cxx@default:default,org.eclipse.cdt.codan.core@default:default,org.eclipse.cdt.codan.ui.cxx@default:default,org.eclipse.cdt.codan.ui@default:default,org.eclipse.cdt.core.native@default:default,org.eclipse.cdt.core.win32.x86_64@default:false,org.eclipse.cdt.core.win32@default:false,org.eclipse.cdt.core@default:default,org.eclipse.cdt.debug.core@default:default,org.eclipse.cdt.debug.mi.core@default:default,org.eclipse.cdt.debug.mi.ui@default:default,org.eclipse.cdt.debug.ui@default:default,org.eclipse.cdt.doc.user@default:default,org.eclipse.cdt.dsf.gdb.ui@default:default,org.eclipse.cdt.dsf.gdb@default:default,org.eclipse.cdt.dsf.ui@default:default,org.eclipse.cdt.dsf@default:default,org.eclipse.cdt.gdb.ui@default:default,org.eclipse.cdt.gdb@default:default,org.eclipse.cdt.launch@default:default,org.eclipse.cdt.make.core@default:default,org.eclipse.cdt.make.ui@default:default,org.eclipse.cdt.managedbuilder.core@default:default,org.eclipse.cdt.managedbuilder.gnu.ui@default:default,org.eclipse.cdt.managedbuilder.ui@default:default,org.eclipse.cdt.native.serial@default:default,org.eclipse.cdt.remote.core@default:default,org.eclipse.cdt.ui@default:default,org.eclipse.cdt@default:default,org.eclipse.compare.core@default:default,org.eclipse.compare.win32@default:default,org.eclipse.compare@default:default,org.eclipse.core.commands@default:default,org.eclipse.core.contenttype@default:default,org.eclipse.core.databinding.beans@default:default,org.eclipse.core.databinding.observable@default:default,org.eclipse.core.databinding.property@default:default,org.eclipse.core.databinding@default:default,org.eclipse.core.expressions@default:default,org.eclipse.core.externaltools@default:default,org.eclipse.core.filebuffers@default:default,org.eclipse.core.filesystem.java7@default:false,org.eclipse.core.filesystem.win32.x86_64@default:false,org.eclipse.core.filesystem@default:default,org.eclipse.core.jobs@default:default,org.eclipse.core.net.win32.x86_64@default:false,org.eclipse.core.net@default:default,org.eclipse.core.resources.win32.x86_64@default:false,org.eclipse.core.resources@default:default,org.eclipse.core.runtime.compatibility.registry@default:false,org.eclipse.core.runtime.compatibility@default:default,org.eclipse.core.runtime@4:true,org.eclipse.core.variables@default:default,org.eclipse.debug.core@default:default,org.eclipse.debug.ui@default:default,org.eclipse.draw2d@default:default,org.eclipse.e4.core.commands@default:default,org.eclipse.e4.core.contexts@default:default,org.eclipse.e4.core.di.annotations@default:default,org.eclipse.e4.core.di.extensions@default:default,org.eclipse.e4.core.di@default:default,org.eclipse.e4.core.services@default:default,org.eclipse.e4.emf.xpath@default:default,org.eclipse.e4.ui.bindings@default:default,org.eclipse.e4.ui.css.core@default:default,org.eclipse.e4.ui.css.swt.theme@default:default,org.eclipse.e4.ui.css.swt@default:default,org.eclipse.e4.ui.di@default:default,org.eclipse.e4.ui.dialogs@default:default,org.eclipse.e4.ui.model.workbench@default:default,org.eclipse.e4.ui.services@default:default,org.eclipse.e4.ui.widgets@default:default,org.eclipse.e4.ui.workbench.addons.swt@default:default,org.eclipse.e4.ui.workbench.renderers.swt@default:default,org.eclipse.e4.ui.workbench.swt@default:default,org.eclipse.e4.ui.workbench3@default:default,org.eclipse.e4.ui.workbench@default:default,org.eclipse.ease.help@default:default,org.eclipse.ease.lang.javascript.nashorn@default:default,org.eclipse.ease.lang.javascript.rhino.debugger@default:default,org.eclipse.ease.lang.javascript.rhino@default:default,org.eclipse.ease.lang.javascript.ui@default:default,org.eclipse.ease.lang.javascript@default:default,org.eclipse.ease.modules.help@default:default,org.eclipse.ease.modules.platform@default:default,org.eclipse.ease.ui.scripts@default:default,org.eclipse.ease.ui@default:default,org.eclipse.ease@default:default,org.eclipse.ecf.filetransfer@default:default,org.eclipse.ecf.identity@default:default,org.eclipse.ecf.provider.filetransfer.ssl@default:default,org.eclipse.ecf.provider.filetransfer@default:default,org.eclipse.ecf.ssl@default:default,org.eclipse.ecf@default:default,org.eclipse.emf.ant@default:default,org.eclipse.emf.codegen.ecore.ui@default:default,org.eclipse.emf.codegen.ecore.xtext.ui@default:default,org.eclipse.emf.codegen.ecore.xtext@default:default,org.eclipse.emf.codegen.ecore@default:default,org.eclipse.emf.codegen.ui@default:default,org.eclipse.emf.codegen@default:default,org.eclipse.emf.common.ui@default:default,org.eclipse.emf.common@default:default,org.eclipse.emf.compare.diagram.edit@default:default,org.eclipse.emf.compare.diagram.ide.ui@default:default,org.eclipse.emf.compare.diagram@default:default,org.eclipse.emf.compare.doc@default:default,org.eclipse.emf.compare.edit@default:default,org.eclipse.emf.compare.ide.ui@default:default,org.eclipse.emf.compare.ide@default:default,org.eclipse.emf.compare.rcp.ui@default:default,org.eclipse.emf.compare.rcp@default:default,org.eclipse.emf.compare@default:default,org.eclipse.emf.converter@default:default,org.eclipse.emf.databinding.edit@default:default,org.eclipse.emf.databinding@default:default,org.eclipse.emf.ecore.change.edit@default:default,org.eclipse.emf.ecore.change@default:default,org.eclipse.emf.ecore.edit@default:default,org.eclipse.emf.ecore.editor@default:default,org.eclipse.emf.ecore.xcore.edit@default:default,org.eclipse.emf.ecore.xcore.exporter@default:default,org.eclipse.emf.ecore.xcore.importer@default:default,org.eclipse.emf.ecore.xcore.lib@default:default,org.eclipse.emf.ecore.xcore.ui@default:default,org.eclipse.emf.ecore.xcore@default:default,org.eclipse.emf.ecore.xmi@default:default,org.eclipse.emf.ecore@default:default,org.eclipse.emf.edit.ui@default:default,org.eclipse.emf.edit@default:default,org.eclipse.emf.exporter@default:default,org.eclipse.emf.importer.ecore@default:default,org.eclipse.emf.importer.java@default:default,org.eclipse.emf.importer.rose@default:default,org.eclipse.emf.importer@default:default,org.eclipse.emf.mapping.ecore.editor@default:default,org.eclipse.emf.mapping.ecore2ecore.editor@default:default,org.eclipse.emf.mapping.ecore2ecore@default:default,org.eclipse.emf.mapping.ecore2xml.ui@default:default,org.eclipse.emf.mapping.ecore2xml@default:default,org.eclipse.emf.mapping.ecore@default:default,org.eclipse.emf.mapping.ui@default:default,org.eclipse.emf.mapping.xsd2ecore@default:default,org.eclipse.emf.mapping@default:default,org.eclipse.emf.mwe.activities@default:default,org.eclipse.emf.mwe.core@default:default,org.eclipse.emf.mwe.ui.simpleEditor@default:default,org.eclipse.emf.mwe.ui@default:default,org.eclipse.emf.mwe.utils@default:default,org.eclipse.emf.mwe2.language.ui@default:default,org.eclipse.emf.mwe2.language@default:default,org.eclipse.emf.mwe2.launch.ui@default:default,org.eclipse.emf.mwe2.launch@default:default,org.eclipse.emf.mwe2.lib@default:default,org.eclipse.emf.mwe2.runtime@default:default,org.eclipse.emf.transaction.ui@default:default,org.eclipse.emf.transaction@default:default,org.eclipse.emf.validation.ocl@default:default,org.eclipse.emf.validation.ui.ide@default:default,org.eclipse.emf.validation.ui@default:default,org.eclipse.emf.validation@default:default,org.eclipse.emf.workspace.ui@default:default,org.eclipse.emf.workspace@default:default,org.eclipse.emf@default:default,org.eclipse.equinox.app@default:default,org.eclipse.equinox.bidi@default:default,org.eclipse.equinox.common@2:true,org.eclipse.equinox.concurrent@default:default,org.eclipse.equinox.console@default:default,org.eclipse.equinox.ds@1:true,org.eclipse.equinox.event@default:default,org.eclipse.equinox.frameworkadmin.equinox@default:default,org.eclipse.equinox.frameworkadmin@default:default,org.eclipse.equinox.http.jetty@default:default,org.eclipse.equinox.http.registry@default:default,org.eclipse.equinox.http.servlet@default:default,org.eclipse.equinox.jsp.jasper.registry@default:default,org.eclipse.equinox.jsp.jasper@default:default,org.eclipse.equinox.launcher.win32.win32.x86_64@default:false,org.eclipse.equinox.launcher@default:default,org.eclipse.equinox.p2.artifact.repository@default:default,org.eclipse.equinox.p2.console@default:default,org.eclipse.equinox.p2.core@default:default,org.eclipse.equinox.p2.director.app@default:default,org.eclipse.equinox.p2.director@default:default,org.eclipse.equinox.p2.directorywatcher@default:default,org.eclipse.equinox.p2.discovery.compatibility@default:default,org.eclipse.equinox.p2.discovery@default:default,org.eclipse.equinox.p2.engine@default:default,org.eclipse.equinox.p2.extensionlocation@default:default,org.eclipse.equinox.p2.garbagecollector@default:default,org.eclipse.equinox.p2.jarprocessor@default:default,org.eclipse.equinox.p2.metadata.repository@default:default,org.eclipse.equinox.p2.metadata@default:default,org.eclipse.equinox.p2.operations@default:default,org.eclipse.equinox.p2.publisher.eclipse@default:default,org.eclipse.equinox.p2.publisher@default:default,org.eclipse.equinox.p2.reconciler.dropins@default:default,org.eclipse.equinox.p2.repository.tools@default:default,org.eclipse.equinox.p2.repository@default:default,org.eclipse.equinox.p2.touchpoint.eclipse@default:default,org.eclipse.equinox.p2.touchpoint.natives@default:default,org.eclipse.equinox.p2.transport.ecf@default:default,org.eclipse.equinox.p2.ui.discovery@default:default,org.eclipse.equinox.p2.ui.importexport@default:default,org.eclipse.equinox.p2.ui.sdk.scheduler@default:default,org.eclipse.equinox.p2.ui.sdk@default:default,org.eclipse.equinox.p2.ui@default:default,org.eclipse.equinox.p2.updatechecker@default:default,org.eclipse.equinox.p2.updatesite@default:default,org.eclipse.equinox.preferences@default:default,org.eclipse.equinox.region@default:default,org.eclipse.equinox.registry@default:default,org.eclipse.equinox.security.ui@default:default,org.eclipse.equinox.security.win32.x86_64@default:false,org.eclipse.equinox.security@default:default,org.eclipse.equinox.simpleconfigurator.manipulator@default:default,org.eclipse.equinox.simpleconfigurator@1:true,org.eclipse.equinox.transforms.hook@default:default,org.eclipse.equinox.util@default:default,org.eclipse.equinox.weaving.hook@default:default,org.eclipse.gef@default:default,org.eclipse.gmf.runtime.common.core@default:default,org.eclipse.gmf.runtime.common.ui.action.ide@default:default,org.eclipse.gmf.runtime.common.ui.action@default:default,org.eclipse.gmf.runtime.common.ui.printing.win32@default:false,org.eclipse.gmf.runtime.common.ui.printing@default:default,org.eclipse.gmf.runtime.common.ui.services.action@default:default,org.eclipse.gmf.runtime.common.ui.services.dnd.ide@default:default,org.eclipse.gmf.runtime.common.ui.services.dnd@default:default,org.eclipse.gmf.runtime.common.ui.services.properties@default:default,org.eclipse.gmf.runtime.common.ui.services@default:default,org.eclipse.gmf.runtime.common.ui@default:default,org.eclipse.gmf.runtime.diagram.core@default:default,org.eclipse.gmf.runtime.diagram.ui.actions@default:default,org.eclipse.gmf.runtime.diagram.ui.dnd@default:default,org.eclipse.gmf.runtime.diagram.ui.geoshapes@default:default,org.eclipse.gmf.runtime.diagram.ui.printing.render@default:default,org.eclipse.gmf.runtime.diagram.ui.printing@default:default,org.eclipse.gmf.runtime.diagram.ui.properties@default:default,org.eclipse.gmf.runtime.diagram.ui.providers.ide@default:default,org.eclipse.gmf.runtime.diagram.ui.providers@default:default,org.eclipse.gmf.runtime.diagram.ui.render@default:default,org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide@default:default,org.eclipse.gmf.runtime.diagram.ui.resources.editor@default:default,org.eclipse.gmf.runtime.diagram.ui@default:default,org.eclipse.gmf.runtime.draw2d.ui.render.awt@default:default,org.eclipse.gmf.runtime.draw2d.ui.render@default:default,org.eclipse.gmf.runtime.draw2d.ui@default:default,org.eclipse.gmf.runtime.emf.clipboard.core@default:default,org.eclipse.gmf.runtime.emf.commands.core@default:default,org.eclipse.gmf.runtime.emf.core@default:default,org.eclipse.gmf.runtime.emf.type.core@default:default,org.eclipse.gmf.runtime.emf.type.ui@default:default,org.eclipse.gmf.runtime.emf.ui.properties@default:default,org.eclipse.gmf.runtime.emf.ui@default:default,org.eclipse.gmf.runtime.gef.ui@default:default,org.eclipse.gmf.runtime.lite.svg@default:default,org.eclipse.gmf.runtime.notation.edit@default:default,org.eclipse.gmf.runtime.notation.providers@default:default,org.eclipse.gmf.runtime.notation@default:default,org.eclipse.gmf.tooling.runtime@default:default,org.eclipse.gmf@default:default,org.eclipse.graphiti.mm@default:default,org.eclipse.graphiti.pattern@default:default,org.eclipse.graphiti.ui@default:default,org.eclipse.graphiti@default:default,org.eclipse.help.base@default:default,org.eclipse.help.ui@default:default,org.eclipse.help.webapp@default:default,org.eclipse.help@default:default,org.eclipse.jdt.annotation*1.1.100.v20140704-0625@default:default,org.eclipse.jdt.annotation*2.0.100.v20150311-1658@default:default,org.eclipse.jdt.apt.core@default:default,org.eclipse.jdt.apt.pluggable.core@default:default,org.eclipse.jdt.apt.ui@default:default,org.eclipse.jdt.compiler.apt@default:false,org.eclipse.jdt.compiler.tool@default:false,org.eclipse.jdt.core.manipulation@default:default,org.eclipse.jdt.core@default:default,org.eclipse.jdt.debug.ui@default:default,org.eclipse.jdt.debug@default:default,org.eclipse.jdt.doc.user@default:default,org.eclipse.jdt.junit.core@default:default,org.eclipse.jdt.junit.runtime@default:default,org.eclipse.jdt.junit4.runtime@default:default,org.eclipse.jdt.junit@default:default,org.eclipse.jdt.launching@default:default,org.eclipse.jdt.ui@default:default,org.eclipse.jdt@default:default,org.eclipse.jem.util@default:default,org.eclipse.jetty.continuation*9.2.13.v20150730@default:default,org.eclipse.jetty.http*9.2.13.v20150730@default:default,org.eclipse.jetty.io*9.2.13.v20150730@default:default,org.eclipse.jetty.security*9.2.13.v20150730@default:default,org.eclipse.jetty.server*9.2.13.v20150730@default:default,org.eclipse.jetty.servlet*9.2.13.v20150730@default:default,org.eclipse.jetty.util*9.2.13.v20150730@default:default,org.eclipse.jface.databinding@default:default,org.eclipse.jface.text@default:default,org.eclipse.jface@default:default,org.eclipse.jsch.core@default:default,org.eclipse.jsch.ui@default:default,org.eclipse.linuxtools.cdt.autotools.core@default:default,org.eclipse.ltk.core.refactoring@default:default,org.eclipse.ltk.ui.refactoring@default:default,org.eclipse.ocl.common@default:default,org.eclipse.ocl.ecore@default:default,org.eclipse.ocl.jdt.annotation7@default:default,org.eclipse.ocl@default:default,org.eclipse.osgi.compatibility.state@default:false,org.eclipse.osgi.services@default:default,org.eclipse.osgi.util@default:default,org.eclipse.osgi@-1:true,org.eclipse.pde.api.tools.annotations@default:default,org.eclipse.pde.api.tools.ui@default:default,org.eclipse.pde.api.tools@default:default,org.eclipse.pde.build@default:default,org.eclipse.pde.core@default:default,org.eclipse.pde.doc.user@default:default,org.eclipse.pde.ds.core@default:default,org.eclipse.pde.ds.ui@default:default,org.eclipse.pde.junit.runtime@default:default,org.eclipse.pde.launching@default:default,org.eclipse.pde.runtime@default:default,org.eclipse.pde.ua.core@default:default,org.eclipse.pde.ua.ui@default:default,org.eclipse.pde.ui.templates@default:default,org.eclipse.pde.ui@default:default,org.eclipse.pde@default:default,org.eclipse.platform.doc.user@default:default,org.eclipse.platform@default:default,org.eclipse.rcp@default:default,org.eclipse.remote.core@default:default,org.eclipse.remote.jsch.core@default:default,org.eclipse.remote.jsch.ui@default:default,org.eclipse.remote.ui@default:default,org.eclipse.rmf.cheatsheets@default:default,org.eclipse.rmf.ext.prostep@default:default,org.eclipse.rmf.reqif10.common@default:default,org.eclipse.rmf.reqif10.constraints@default:default,org.eclipse.rmf.reqif10.csv.importer@default:default,org.eclipse.rmf.reqif10.edit@default:default,org.eclipse.rmf.reqif10.pror.edit@default:default,org.eclipse.rmf.reqif10.pror.editor@default:default,org.eclipse.rmf.reqif10.pror.presentation.headline@default:default,org.eclipse.rmf.reqif10.pror.presentation.id@default:default,org.eclipse.rmf.reqif10.pror.presentation.linewrap@default:default,org.eclipse.rmf.reqif10.pror@default:default,org.eclipse.rmf.reqif10.search.edit@default:default,org.eclipse.rmf.reqif10.search.ui@default:default,org.eclipse.rmf.reqif10.search@default:default,org.eclipse.rmf.reqif10.serialization@default:default,org.eclipse.rmf.reqif10.xhtml.edit@default:default,org.eclipse.rmf.reqif10.xhtml@default:default,org.eclipse.rmf.reqif10@default:default,org.eclipse.search@default:default,org.eclipse.sphinx.emf.check.catalog.edit@default:default,org.eclipse.sphinx.emf.check.catalog.editor@default:default,org.eclipse.sphinx.emf.check.catalog@default:default,org.eclipse.sphinx.emf.check.ui@default:default,org.eclipse.sphinx.emf.check@default:default,org.eclipse.sphinx.emf.compare.ui@default:default,org.eclipse.sphinx.emf.compare@default:default,org.eclipse.sphinx.emf.editors.forms@default:default,org.eclipse.sphinx.emf.editors@default:default,org.eclipse.sphinx.emf.explorer@default:default,org.eclipse.sphinx.emf.metamodelgen.ui@default:default,org.eclipse.sphinx.emf.metamodelgen@default:default,org.eclipse.sphinx.emf.mwe.dynamic.headless@default:default,org.eclipse.sphinx.emf.mwe.dynamic.ui@default:default,org.eclipse.sphinx.emf.mwe.dynamic@default:default,org.eclipse.sphinx.emf.mwe@default:default,org.eclipse.sphinx.emf.search.ui@default:default,org.eclipse.sphinx.emf.serialization.generators@default:default,org.eclipse.sphinx.emf.serialization@default:default,org.eclipse.sphinx.emf.ui@default:default,org.eclipse.sphinx.emf.validation.bridge@default:default,org.eclipse.sphinx.emf.validation.ui@default:default,org.eclipse.sphinx.emf.validation@default:default,org.eclipse.sphinx.emf.workspace.ui@default:default,org.eclipse.sphinx.emf.workspace@default:default,org.eclipse.sphinx.emf@default:default,org.eclipse.sphinx.gmf.runtime.ui@default:default,org.eclipse.sphinx.gmf.workspace@default:default,org.eclipse.sphinx.jdt@default:default,org.eclipse.sphinx.pde@default:default,org.eclipse.sphinx.platform.ui@default:default,org.eclipse.sphinx.platform@default:default,org.eclipse.sphinx.xtend.typesystem.emf.ui@default:default,org.eclipse.sphinx.xtend.typesystem.emf@default:default,org.eclipse.sphinx.xtendxpand.ui@default:default,org.eclipse.sphinx.xtendxpand@default:default,org.eclipse.swt.win32.win32.x86_64@default:false,org.eclipse.swt@default:default,org.eclipse.team.core@default:default,org.eclipse.team.ui@default:default,org.eclipse.text@default:default,org.eclipse.ui.browser@default:default,org.eclipse.ui.cheatsheets@default:default,org.eclipse.ui.console@default:default,org.eclipse.ui.editors@default:default,org.eclipse.ui.externaltools@default:default,org.eclipse.ui.forms@default:default,org.eclipse.ui.ide.application@default:default,org.eclipse.ui.ide@default:default,org.eclipse.ui.intro.universal@default:default,org.eclipse.ui.intro@default:default,org.eclipse.ui.monitoring@default:default,org.eclipse.ui.navigator.resources@default:default,org.eclipse.ui.navigator@default:default,org.eclipse.ui.net@default:default,org.eclipse.ui.themes@default:default,org.eclipse.ui.trace@default:default,org.eclipse.ui.views.log@default:default,org.eclipse.ui.views.properties.tabbed@default:default,org.eclipse.ui.views@default:default,org.eclipse.ui.win32@default:false,org.eclipse.ui.workbench.texteditor@default:default,org.eclipse.ui.workbench@default:default,org.eclipse.ui@default:default,org.eclipse.uml2.ant@default:default,org.eclipse.uml2.codegen.ecore.ui@default:default,org.eclipse.uml2.codegen.ecore@default:default,org.eclipse.uml2.common.edit@default:default,org.eclipse.uml2.common@default:default,org.eclipse.uml2.types@default:default,org.eclipse.uml2.uml.ecore.exporter@default:default,org.eclipse.uml2.uml.ecore.importer@default:default,org.eclipse.uml2.uml.edit@default:default,org.eclipse.uml2.uml.editor@default:default,org.eclipse.uml2.uml.profile.standard@default:default,org.eclipse.uml2.uml.resources@default:default,org.eclipse.uml2.uml.validation@default:default,org.eclipse.uml2.uml@default:default,org.eclipse.uml2@default:default,org.eclipse.update.configurator@4:true,org.eclipse.wst.common.core@default:default,org.eclipse.wst.common.emf@default:default,org.eclipse.wst.common.emfworkbench.integration@default:default,org.eclipse.wst.common.environment@default:default,org.eclipse.wst.common.frameworks.ui@default:default,org.eclipse.wst.common.frameworks@default:default,org.eclipse.wst.common.infopop@default:default,org.eclipse.wst.common.modulecore.ui@default:default,org.eclipse.wst.common.modulecore@default:default,org.eclipse.wst.common.project.facet.core@default:default,org.eclipse.wst.common.snippets@default:default,org.eclipse.wst.common.ui@default:default,org.eclipse.wst.common.uriresolver@default:default,org.eclipse.wst.dtd.core@default:default,org.eclipse.wst.dtd.ui.infopop@default:default,org.eclipse.wst.dtd.ui@default:default,org.eclipse.wst.dtdeditor.doc.user@default:default,org.eclipse.wst.internet.cache@default:default,org.eclipse.wst.jsdt.core@default:default,org.eclipse.wst.jsdt.manipulation@default:default,org.eclipse.wst.jsdt.ui@default:default,org.eclipse.wst.server.core@default:default,org.eclipse.wst.server.discovery@default:default,org.eclipse.wst.sse.core@default:default,org.eclipse.wst.sse.doc.user@default:default,org.eclipse.wst.sse.ui.infopop@default:default,org.eclipse.wst.sse.ui@default:default,org.eclipse.wst.standard.schemas@default:default,org.eclipse.wst.validation.infopop@default:default,org.eclipse.wst.validation.ui@default:default,org.eclipse.wst.validation@default:default,org.eclipse.wst.xml.core@default:default,org.eclipse.wst.xml.ui.infopop@default:default,org.eclipse.wst.xml.ui@default:default,org.eclipse.wst.xmleditor.doc.user@default:default,org.eclipse.wst.xsd.core@default:default,org.eclipse.wst.xsd.ui@default:default,org.eclipse.wst.xsdeditor.doc.user@default:default,org.eclipse.xpand.activities@default:default,org.eclipse.xpand.ui@default:default,org.eclipse.xpand@default:default,org.eclipse.xsd.ecore.converter@default:default,org.eclipse.xsd.ecore.exporter@default:default,org.eclipse.xsd.ecore.importer@default:default,org.eclipse.xsd.edit@default:default,org.eclipse.xsd.editor@default:default,org.eclipse.xsd.mapping@default:default,org.eclipse.xsd@default:default,org.eclipse.xtend.check.ui@default:default,org.eclipse.xtend.core@default:default,org.eclipse.xtend.doc@default:default,org.eclipse.xtend.examples@default:default,org.eclipse.xtend.ide.common@default:default,org.eclipse.xtend.ide@default:default,org.eclipse.xtend.lib.macro@default:default,org.eclipse.xtend.lib@default:default,org.eclipse.xtend.m2e@default:default,org.eclipse.xtend.profiler@default:default,org.eclipse.xtend.shared.ui@default:default,org.eclipse.xtend.standalone@default:default,org.eclipse.xtend.typesystem.emf.ui@default:default,org.eclipse.xtend.typesystem.emf@default:default,org.eclipse.xtend.ui@default:default,org.eclipse.xtend.util.stdlib@default:default,org.eclipse.xtend2.lib@default:default,org.eclipse.xtend@default:default,org.eclipse.xtext.activities@default:default,org.eclipse.xtext.builder.standalone@default:default,org.eclipse.xtext.builder@default:default,org.eclipse.xtext.common.types.edit@default:default,org.eclipse.xtext.common.types.shared.jdt38@default:false,org.eclipse.xtext.common.types.shared@default:default,org.eclipse.xtext.common.types.ui@default:default,org.eclipse.xtext.common.types@default:default,org.eclipse.xtext.doc@default:default,org.eclipse.xtext.ecore@default:default,org.eclipse.xtext.generator@default:default,org.eclipse.xtext.ide@default:default,org.eclipse.xtext.idea.generator@default:default,org.eclipse.xtext.junit4@default:default,org.eclipse.xtext.junit@default:default,org.eclipse.xtext.logging@default:false,org.eclipse.xtext.m2e@default:default,org.eclipse.xtext.purexbase.ui@default:default,org.eclipse.xtext.purexbase@default:default,org.eclipse.xtext.smap@default:default,org.eclipse.xtext.ui.codetemplates.ui@default:default,org.eclipse.xtext.ui.codetemplates@default:default,org.eclipse.xtext.ui.ecore@default:default,org.eclipse.xtext.ui.junit@default:default,org.eclipse.xtext.ui.shared@default:default,org.eclipse.xtext.ui@default:default,org.eclipse.xtext.util@default:default,org.eclipse.xtext.xbase.junit@default:default,org.eclipse.xtext.xbase.lib@default:default,org.eclipse.xtext.xbase.ui@default:default,org.eclipse.xtext.xbase@default:default,org.eclipse.xtext.xtext.ui.examples@default:default,org.eclipse.xtext.xtext.ui.graph@default:default,org.eclipse.xtext.xtext.ui@default:default,org.eclipse.xtext@default:default,org.franca.core.dsl.tests.base@default:default,org.franca.core.dsl.ui@default:default,org.franca.core.dsl@default:default,org.franca.core.edit@default:default,org.franca.core@default:default,org.franca.deploymodel.dsl.tests.base@default:default,org.franca.deploymodel.dsl.ui@default:default,org.franca.deploymodel.dsl@default:default,org.franca.generators@default:default,org.franca.help@default:default,org.franca.product.ui@default:default,org.franca.tools.contracts.tracevalidator@default:default,org.hamcrest.core@default:default,org.jdom@default:default,org.junit@default:default,org.mozilla.javascript@default:default,org.objectweb.asm*5.0.1.v201404251740@default:default,org.objectweb.asm.tree@default:default,org.sat4j.core@default:default,org.sat4j.pb@default:default,org.slf4j.api@default:default,org.slf4j.jcl@default:default,org.slf4j.log4j@default:default,org.swtchart@default:default,org.tukaani.xz@default:default,org.w3c.css.sac@default:default,org.w3c.dom.events@default:default,org.w3c.dom.smil@default:default,org.w3c.dom.svg@default:default,org.yakindu.base.expressions.edit@default:default,org.yakindu.base.expressions.ui@default:default,org.yakindu.base.expressions@default:default,org.yakindu.base.gmf.runtime@default:default,org.yakindu.base.types.edit@default:default,org.yakindu.base.types@default:default,org.yakindu.base.xtext.utils.gmf@default:default,org.yakindu.base.xtext.utils.jface@default:default,org.yakindu.sct.commons@default:default,org.yakindu.sct.compare@default:default,org.yakindu.sct.doc.user@default:default,org.yakindu.sct.domain.generic@default:default,org.yakindu.sct.domain@default:default,org.yakindu.sct.examples@default:default,org.yakindu.sct.generator.c@default:default,org.yakindu.sct.generator.core@default:default,org.yakindu.sct.generator.cpp@default:default,org.yakindu.sct.generator.genmodel.ui@default:default,org.yakindu.sct.generator.genmodel@default:default,org.yakindu.sct.generator.java@default:default,org.yakindu.sct.model.resource@default:default,org.yakindu.sct.model.sexec.edit@default:default,org.yakindu.sct.model.sexec@default:default,org.yakindu.sct.model.sgen.edit@default:default,org.yakindu.sct.model.sgen@default:default,org.yakindu.sct.model.sgraph.edit@default:default,org.yakindu.sct.model.sgraph.ui@default:default,org.yakindu.sct.model.sgraph@default:default,org.yakindu.sct.model.stext.edit@default:default,org.yakindu.sct.model.stext.ui@default:default,org.yakindu.sct.model.stext@default:default,org.yakindu.sct.refactoring@default:default,org.yakindu.sct.simulation.core.sexec@default:default,org.yakindu.sct.simulation.core@default:default,org.yakindu.sct.simulation.ui.sexec@default:default,org.yakindu.sct.simulation.ui@default:default,org.yakindu.sct.ui.editor@default:default,org.yakindu.sct.ui.intro@default:default,org.yakindu.sct.ui.navigator@default:default,org.yakindu.sct.ui@default:default"/>
+<stringAttribute key="selected_workspace_plugins" value="org.eclipse.app4mc.amalthea.converters.070@default:default,org.eclipse.app4mc.amalthea.converters.110.test@default:false,org.eclipse.app4mc.amalthea.converters.110@default:default,org.eclipse.app4mc.amalthea.converters.111.test@default:false,org.eclipse.app4mc.amalthea.converters.111@default:default,org.eclipse.app4mc.amalthea.converters.common@default:default,org.eclipse.app4mc.amalthea.converters.help@default:default,org.eclipse.app4mc.amalthea.converters.ui@default:default,org.eclipse.app4mc.amalthea.editors.help@default:default,org.eclipse.app4mc.amalthea.emf.util@default:default,org.eclipse.app4mc.amalthea.example.democar.mapping@default:default,org.eclipse.app4mc.amalthea.examples.installer@default:default,org.eclipse.app4mc.amalthea.export.osek@default:default,org.eclipse.app4mc.amalthea.franca.sphinx@default:default,org.eclipse.app4mc.amalthea.import.atdb@default:default,org.eclipse.app4mc.amalthea.import.help@default:default,org.eclipse.app4mc.amalthea.model.edit@default:default,org.eclipse.app4mc.amalthea.model.help@default:default,org.eclipse.app4mc.amalthea.model@default:default,org.eclipse.app4mc.amalthea.sphinx.ui.editors@default:default,org.eclipse.app4mc.amalthea.sphinx.ui@default:default,org.eclipse.app4mc.amalthea.sphinx@default:default,org.eclipse.app4mc.amalthea.validation.test@default:false,org.eclipse.app4mc.amalthea.validation@default:default,org.eclipse.app4mc.amalthea.workflow.base@default:default,org.eclipse.app4mc.amalthea.workflow.help@default:default,org.eclipse.app4mc.atdb.metrics@default:default,org.eclipse.app4mc.help@default:default,org.eclipse.app4mc.multicore.examples.installer@default:default,org.eclipse.app4mc.multicore.help@default:default,org.eclipse.app4mc.multicore.openmapping@default:default,org.eclipse.app4mc.multicore.partitioning@default:default,org.eclipse.app4mc.platform.ide@default:default,org.eclipse.app4mc.tracing.converter.atdb@default:default,org.eclipse.app4mc.tracing.converter.ot1@default:default,org.eclipse.app4mc.tracing.converter@default:default,org.eclipse.app4mc.validation.help@default:default,org.jdom2@default:default,org.jenetics@default:default,org.jgrapht@default:default,org.ojalgo@default:default,org.powermock@default:default,org.sqlite.jdbc@default:default"/>
+<booleanAttribute key="show_selected_only" value="false"/>
+<booleanAttribute key="tracing" value="false"/>
+<booleanAttribute key="useCustomFeatures" value="false"/>
+<booleanAttribute key="useDefaultConfig" value="true"/>
+<booleanAttribute key="useDefaultConfigArea" value="true"/>
+<booleanAttribute key="useProduct" value="true"/>
+<booleanAttribute key="usefeatures" value="false"/>
+</launchConfiguration>
diff --git a/build/org.eclipse.app4mc.platform.product/org.eclipse.app4mc.platform.product b/build/org.eclipse.app4mc.platform.product/org.eclipse.app4mc.platform.product
new file mode 100644
index 0000000..a7df380
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/org.eclipse.app4mc.platform.product
@@ -0,0 +1,261 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.5"?>
+
+<product name="APP4MC Tool Platform" uid="org.eclipse.app4mc.platform.product" id="org.eclipse.app4mc.platform.ide.product" application="org.eclipse.ui.ide.workbench" version="0.7.0.qualifier" useFeatures="true" includeLaunchers="true">
+
+   <aboutInfo>
+      <image path="/org.eclipse.app4mc.platform.ide/about.png"/>
+      <text>
+         APP4MC Tool Platform
+
+(c) Copyright Eclipse APP4MC contributors and others. 2016. 
+All rights reserved.
+      </text>
+   </aboutInfo>
+
+   <configIni use="default">
+   </configIni>
+
+   <launcherArgs>
+      <vmArgs>-Xmx2g
+      </vmArgs>
+      <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
+      </vmArgsMac>
+   </launcherArgs>
+
+   <windowImages i16="/org.eclipse.app4mc.platform.ide/icons/amalthea-logo-16.png" i32="/org.eclipse.app4mc.platform.ide/icons/amalthea-logo-32.png" i48="/org.eclipse.app4mc.platform.ide/icons/amalthea-logo-48.png" i64="/org.eclipse.app4mc.platform.ide/icons/amalthea-logo-64.png" i128="/org.eclipse.app4mc.platform.ide/icons/amalthea-logo-128.png"/>
+
+   <splash
+      location="org.eclipse.app4mc.platform.ide"
+      startupProgressRect="5,275,445,15"
+      startupMessageRect="7,252,445,20"
+      startupForegroundColor="003813" />
+   <launcher name="amalthea">
+      <solaris/>
+      <win useIco="false">
+         <ico path="icons/amalthea-logo.ico"/>
+         <bmp
+            winSmallHigh="icons/amalthea-logo-16.bmp"
+            winSmallLow="icons/amalthea-logo-16-8bit.bmp"
+            winMediumHigh="icons/amalthea-logo-32.bmp"
+            winMediumLow="icons/amalthea-logo-32-8bit.bmp"
+            winLargeHigh="icons/amalthea-logo-48.bmp"
+            winLargeLow="icons/amalthea-logo-48-8bit.bmp"
+            winExtraLargeHigh="icons/amalthea-logo-256.bmp"/>
+      </win>
+   </launcher>
+
+   <intro introId="org.eclipse.app4mc.platform.ide.intro"/>
+
+   <vm>
+   </vm>
+
+   <license>
+        <url>http://www.eclipse.org/legal/epl-v10.html</url>
+        <text>
+   Eclipse Public License - v 1.0
+      
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&quot;S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+&quot;Contribution&quot; means:
+
+a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+ i) changes to the Program, and
+ ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &quot;originates&quot; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&quot;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
+
+&quot;Contributor&quot; means any person or entity that distributes the Program.
+
+&quot;Licensed Patents&quot; mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
+
+&quot;Program&quot; means the Contributions distributed in accordance with this Agreement.
+
+&quot;Recipient&quot; means anyone who receives the Program under this Agreement, including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient&quot;s responsibility to acquire that license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
+
+a) it complies with the terms and conditions of this Agreement; and
+
+b) its license agreement:
+
+	i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
+
+	ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
+
+	iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
+
+	iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
+
+When the Program is made available in source code form:
+
+a) it must be made available under this Agreement; and
+
+b) a copy of this Agreement must be included with each copy of the Program.
+
+Contributors may not remove or alter any copyright notices contained within the Program.
+
+Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
+
+4. COMMERCIAL DISTRIBUTION
+
+Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (&quot;Commercial Contributor&quot;) hereby agrees to defend and indemnify every other Contributor (&quot;Indemnified Contributor&quot;) against any losses, damages and costs (collectively &quot;Losses&quot;) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor&quot;s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
+
+5. NO WARRANTY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
+
+6. DISCLAIMER OF LIABILITY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+7. GENERAL
+
+If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
+
+If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient&quot;s patent(s), then such Recipient&quot;s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
+
+All Recipient&quot;s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient&quot;s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient&quot;s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
+
+Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
+
+This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
+         </text>
+   </license>
+
+   <plugins>
+   </plugins>
+
+   <features>
+      <feature id="org.eclipse.app4mc.platform.3rdparty"/>
+      <feature id="org.eclipse.app4mc.platform.sdk"/>
+      <feature id="org.eclipse.platform"/>
+      <feature id="org.eclipse.cdt"/>
+      <feature id="org.eclipse.cdt.autotools"/>
+      <feature id="org.eclipse.cdt.gdb"/>
+      <feature id="org.eclipse.cdt.gnu.build"/>
+      <feature id="org.eclipse.cdt.gnu.debug"/>
+      <feature id="org.eclipse.cdt.gnu.dsf"/>
+      <feature id="org.eclipse.cdt.platform"/>
+      <feature id="org.eclipse.cdt.remote"/>
+      <feature id="org.eclipse.draw2d"/>
+      <feature id="org.eclipse.e4.rcp"/>
+      <feature id="org.eclipse.ease.feature"/>
+      <feature id="org.eclipse.ease.javascript.feature"/>
+      <feature id="org.eclipse.ease.modules.feature"/>
+      <feature id="org.eclipse.ease.ui.feature"/>
+      <feature id="org.eclipse.ecf.core.feature"/>
+      <feature id="org.eclipse.ecf.filetransfer.feature"/>
+      <feature id="org.eclipse.emf"/>
+      <feature id="org.eclipse.emf.codegen"/>
+      <feature id="org.eclipse.emf.codegen.ecore"/>
+      <feature id="org.eclipse.emf.codegen.ecore.ui"/>
+      <feature id="org.eclipse.emf.codegen.ui"/>
+      <feature id="org.eclipse.emf.common"/>
+      <feature id="org.eclipse.emf.common.ui"/>
+      <feature id="org.eclipse.emf.compare"/>
+      <feature id="org.eclipse.emf.compare.diagram.gmf"/>
+      <feature id="org.eclipse.emf.compare.ide.ui"/>
+      <feature id="org.eclipse.emf.compare.rcp.ui"/>
+      <feature id="org.eclipse.emf.converter"/>
+      <feature id="org.eclipse.emf.databinding"/>
+      <feature id="org.eclipse.emf.databinding.edit"/>
+      <feature id="org.eclipse.emf.ecore"/>
+      <feature id="org.eclipse.emf.ecore.edit"/>
+      <feature id="org.eclipse.emf.ecore.editor"/>
+      <feature id="org.eclipse.emf.ecore.xcore"/>
+      <feature id="org.eclipse.emf.ecore.xcore.lib"/>
+      <feature id="org.eclipse.emf.ecore.xcore.ui"/>
+      <feature id="org.eclipse.emf.edit"/>
+      <feature id="org.eclipse.emf.edit.ui"/>
+      <feature id="org.eclipse.emf.mapping"/>
+      <feature id="org.eclipse.emf.mapping.ecore"/>
+      <feature id="org.eclipse.emf.mapping.ecore.editor"/>
+      <feature id="org.eclipse.emf.mapping.ui"/>
+      <feature id="org.eclipse.emf.mwe.core"/>
+      <feature id="org.eclipse.emf.mwe.ui"/>
+      <feature id="org.eclipse.emf.mwe2.runtime.sdk"/>
+      <feature id="org.eclipse.emf.transaction"/>
+      <feature id="org.eclipse.emf.validation"/>
+      <feature id="org.eclipse.emf.validation.ocl"/>
+      <feature id="org.eclipse.emf.workspace"/>
+      <feature id="org.eclipse.equinox.core.feature"/>
+      <feature id="org.eclipse.equinox.p2.core.feature"/>
+      <feature id="org.eclipse.equinox.p2.discovery.feature"/>
+      <feature id="org.eclipse.equinox.p2.extras.feature"/>
+      <feature id="org.eclipse.equinox.p2.rcp.feature"/>
+      <feature id="org.eclipse.equinox.p2.user.ui"/>
+      <feature id="org.eclipse.gef"/>
+      <feature id="org.eclipse.gmf"/>
+      <feature id="org.eclipse.gmf.runtime.notation"/>
+      <feature id="org.eclipse.gmf.runtime.thirdparty"/>
+      <feature id="org.eclipse.gmf.tooling.runtime"/>
+      <feature id="org.eclipse.graphiti.feature"/>
+      <feature id="org.eclipse.help"/>
+      <feature id="org.eclipse.jdt"/>
+      <feature id="org.eclipse.ocl"/>
+      <feature id="org.eclipse.pde"/>
+      <feature id="org.eclipse.remote"/>
+      <feature id="org.eclipse.rcp"/>
+      <feature id="org.eclipse.rmf.reqif10.feature"/>
+      <feature id="org.eclipse.rmf.reqif10.pror.feature"/>
+      <feature id="org.eclipse.sphinx"/>
+      <feature id="org.eclipse.uml2"/>
+      <feature id="org.eclipse.wst.common_core.feature"/>
+      <feature id="org.eclipse.wst.common_ui.feature"/>
+      <feature id="org.eclipse.wst.xml_core.feature"/>
+      <feature id="org.eclipse.wst.xml_ui.feature"/>
+      <feature id="org.eclipse.wst.xml_userdoc.feature"/>
+      <feature id="org.eclipse.xpand"/>
+      <feature id="org.eclipse.xpand.ui"/>
+      <feature id="org.eclipse.xsd"/>
+      <feature id="org.eclipse.xsd.edit"/>
+      <feature id="org.eclipse.xsd.editor"/>
+      <feature id="org.eclipse.xsd.ecore.converter"/>
+      <feature id="org.eclipse.xsd.mapping"/>
+      <feature id="org.eclipse.xtend"/>
+      <feature id="org.eclipse.xtend.dependencies"/>
+      <feature id="org.eclipse.xtend.sdk"/>
+      <feature id="org.eclipse.xtend.typesystem.emf"/>
+      <feature id="org.eclipse.xtend.ui"/>
+      <feature id="org.eclipse.xtext.docs"/>
+      <feature id="org.eclipse.xtext.examples"/>
+      <feature id="org.eclipse.xtext.runtime"/>
+      <feature id="org.eclipse.xtext.sdk"/>
+      <feature id="org.eclipse.xtext.ui"/>
+      <feature id="org.eclipse.xtext.xbase"/>
+      <feature id="org.eclipse.xtext.xbase.lib"/>
+      <feature id="org.eclipse.xtext.xtext.ui"/>
+      <feature id="org.franca.core.sdk"/>
+      <feature id="org.franca.ui.sdk"/>
+      <feature id="org.yakindu.base"/>
+      <feature id="org.yakindu.sct"/>
+   </features>
+
+   <configurations>
+      <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
+      <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
+      <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="1" />
+      <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
+      <plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="4" />
+   </configurations>
+
+</product>
diff --git a/build/org.eclipse.app4mc.platform.product/plugin_customization.ini b/build/org.eclipse.app4mc.platform.product/plugin_customization.ini
new file mode 100644
index 0000000..333fab9
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/plugin_customization.ini
@@ -0,0 +1 @@
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
diff --git a/build/org.eclipse.app4mc.platform.product/pom.xml b/build/org.eclipse.app4mc.platform.product/pom.xml
new file mode 100644
index 0000000..5720636
--- /dev/null
+++ b/build/org.eclipse.app4mc.platform.product/pom.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<relativePath>../org.eclipse.app4mc.build/pom.xml</relativePath>
+		<groupId>org.eclipse.app4mc.build</groupId>
+		<artifactId>parent</artifactId>
+		<version>0.7.0-SNAPSHOT</version>
+	</parent>
+
+	<artifactId>org.eclipse.app4mc.platform.product</artifactId>
+	<packaging>eclipse-repository</packaging>
+
+	<build>
+		<plugins>
+
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-p2-director-plugin</artifactId>
+				<version>${tycho.version}</version>
+
+				<executions>
+					<execution>
+						<id>materialize-products</id>
+						<goals>
+							<goal>materialize-products</goal>
+						</goals>
+					</execution>
+
+					<execution>
+						<id>archive-products</id>
+						<goals>
+							<goal>archive-products</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+
+		</plugins>
+	</build>
+
+</project>
diff --git a/build/org.eclipse.app4mc.target/.gitignore b/build/org.eclipse.app4mc.target/.gitignore
new file mode 100644
index 0000000..7b9e906
--- /dev/null
+++ b/build/org.eclipse.app4mc.target/.gitignore
@@ -0,0 +1,3 @@
+/bin
+/target
+*generated.target
diff --git a/build/org.eclipse.app4mc.target/.project b/build/org.eclipse.app4mc.target/.project
new file mode 100644
index 0000000..2f2f235
--- /dev/null
+++ b/build/org.eclipse.app4mc.target/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.app4mc.target</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
diff --git a/build/org.eclipse.app4mc.target/Kepler-4.3.2.target b/build/org.eclipse.app4mc.target/Kepler-4.3.2.target
new file mode 100644
index 0000000..8169eb3
--- /dev/null
+++ b/build/org.eclipse.app4mc.target/Kepler-4.3.2.target
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?><target name="AMALTHEA Tool Platform" sequenceNumber="34">
+<locations>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.apache.xml.resolver" version="1.2.0.v201005080400"/>
+<unit id="org.apache.commons.io" version="2.0.1.v201105210651"/>
+<unit id="org.jdom" version="1.1.1.v201101151400"/>
+<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
+<unit id="com.google.guava" version="12.0.0.v201212092141"/>
+<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
+<unit id="org.apache.xml.serializer" version="2.7.1.v201005080400"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.franca.core.sdk.feature.group" version="0.9.1.201412191134"/>
+<unit id="org.franca.ui.sdk.feature.group" version="0.9.1.201412191134"/>
+<repository location="http://franca.eclipselabs.org.codespot.com/git/update_site/releases/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.yakindu.sct.generator.java.source.feature.group" version="2.1.1.201307251303"/>
+<unit id="org.yakindu.sct.feature.group" version="2.1.1.201307251303"/>
+<unit id="org.yakindu.sct.generator.c.feature.group" version="2.1.1.201307251303"/>
+<unit id="org.yakindu.sct.generator.c.source.feature.group" version="2.1.1.201307251303"/>
+<unit id="de.itemis.gmf.runtime.commons.source.feature.group" version="2.1.1.201307251000"/>
+<unit id="org.yakindu.sct.source.feature.group" version="2.1.1.201307251303"/>
+<unit id="de.itemis.xtext.utils.gmf.source.feature.group" version="2.1.1.201307251000"/>
+<unit id="de.itemis.xtext.utils.gmf.feature.group" version="2.1.1.201307251000"/>
+<unit id="de.itemis.xtext.utils.jface.feature.group" version="2.1.1.201307251000"/>
+<unit id="org.yakindu.base.source.feature.group" version="2.1.1.201307251000"/>
+<unit id="org.yakindu.sct.generator.java.feature.group" version="2.1.1.201307251303"/>
+<unit id="org.yakindu.sct.generator.source.feature.group" version="2.1.1.201307251303"/>
+<unit id="de.itemis.xtext.utils.jface.source.feature.group" version="2.1.1.201307251000"/>
+<unit id="org.yakindu.sct.sdk.feature.group" version="2.1.1.201307251303"/>
+<unit id="org.yakindu.sct.generator.feature.group" version="2.1.1.201307251303"/>
+<unit id="org.yakindu.base.feature.group" version="2.1.1.201307251000"/>
+<unit id="de.itemis.gmf.runtime.commons.feature.group" version="2.1.1.201307251000"/>
+<repository location="http://updates.yakindu.org/sct/kepler/releases/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.damos.sdk.feature.group" version="0.4.0.201401301602"/>
+<repository location="https://hudson.eclipse.org/hudson/job/damos-master/lastSuccessfulBuild/artifact/update-site/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="de.offis.rdf.support.feature.group" version="1.0.0.201403101507"/>
+<repository location="https://projects.itemis.de/data/amalthea/target/de.offis.site/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.rmf.reqif10.feature.feature.group" version="0.11.0.201412021502"/>
+<repository location="http://download.eclipse.org/rmf/updates"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.emf.compare.rcp.ui.source.feature.group" version="3.0.1.201408191310"/>
+<unit id="org.eclipse.emf.compare.source.feature.group" version="3.0.1.201408191310"/>
+<unit id="org.eclipse.emf.compare.ide.ui.source.feature.group" version="3.0.1.201408191310"/>
+<repository location="http://download.eclipse.org/modeling/emf/compare/updates/releases"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.rcp.source.feature.group" version="4.3.2.v20140221-1700"/>
+<unit id="org.eclipse.platform.sdk" version="4.3.2.M20140221-1700"/>
+<unit id="org.eclipse.equinox.sdk.feature.group" version="3.9.0.v20140221-1852"/>
+<unit id="org.eclipse.sdk.ide" version="4.3.2.M20140221-1700"/>
+<repository location="http://download.eclipse.org/eclipse/updates/4.3"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.cdt.autotools.feature.group" version="8.3.0.201402142303"/>
+<unit id="org.eclipse.gmf.sdk.feature.group" version="3.1.0.201402192033"/>
+<unit id="org.eclipse.graphiti.sdk.feature.feature.group" version="0.10.2.v20140217-1225"/>
+<unit id="org.eclipse.ocl.all.sdk.feature.group" version="4.1.1.v20140210-1137"/>
+<unit id="org.eclipse.cdt.debug.gdbjtag.feature.group" version="8.3.0.201402142303"/>
+<unit id="org.eclipse.birt.feature.group" version="4.3.2.v20140211-1400-DPDKA5GixAoaudOsMil4K3C7KNz0"/>
+<unit id="org.eclipse.emf.transaction.sdk.feature.group" version="1.7.0.201306111400"/>
+<unit id="org.eclipse.emf.query.sdk.feature.group" version="1.7.0.201306111332"/>
+<unit id="org.eclipse.pde.feature.group" version="3.9.1.v20140221-1700"/>
+<unit id="org.eclipse.emf.validation.sdk.feature.group" version="1.7.0.201306111341"/>
+<unit id="org.eclipse.gef.sdk.feature.group" version="3.9.1.201308190730"/>
+<unit id="org.eclipse.cdt.sdk.feature.group" version="8.3.0.201402142303"/>
+<unit id="org.eclipse.jdt.feature.group" version="3.9.2.v20140221-1700"/>
+<unit id="org.eclipse.uml2.sdk.feature.group" version="4.1.2.v20140202-2055"/>
+<unit id="org.eclipse.gmf.runtime.notation.sdk.feature.group" version="1.7.0.201306101425"/>
+<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.5.2.v201401062113-7H7IFizDxumVu0K6bjdPjXRkoz0FiUYMnSyT9PL"/>
+<unit id="org.eclipse.team.svn.feature.group" version="1.1.3.I20140206-1700"/>
+<unit id="org.eclipse.gmf.runtime.sdk.feature.group" version="1.7.0.201306111432"/>
+<repository location="http://download.eclipse.org/releases/kepler"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.emf.mwe2.language.sdk.feature.group" version="2.7.0.v201409021051"/>
+<unit id="org.eclipse.xtext.sdk.feature.group" version="2.7.3.v201411190455"/>
+<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.emf.ecore.xcore.sdk.feature.group" version="1.2.1.v20141013-0331"/>
+<unit id="org.eclipse.emf.sdk.feature.group" version="2.10.2.v20141013-0308"/>
+<unit id="org.eclipse.xsd.sdk.feature.group" version="2.10.0.v20141013-0308"/>
+<repository location="http://download.eclipse.org/modeling/emf/emf/updates/releases/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.sphinx.sdk.feature.group" version="0.9.0.201501071136"/>
+<repository location="http://download.eclipse.org/sphinx/updates/interim"/>
+</location>
+</locations>
+</target>
diff --git a/build/org.eclipse.app4mc.target/Luna-4.4.2.target b/build/org.eclipse.app4mc.target/Luna-4.4.2.target
new file mode 100644
index 0000000..6120053
--- /dev/null
+++ b/build/org.eclipse.app4mc.target/Luna-4.4.2.target
@@ -0,0 +1,169 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?>
+<target name="Generated from Master" sequenceNumber="23">
+  <locations>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="1.0.200.v20140512-1802"/>
+      <unit id="org.eclipse.equinox.sdk.feature.group" version="3.10.2.v20150204-1316"/>
+      <unit id="org.eclipse.jdt.feature.group" version="3.10.1.v20150204-1700"/>
+      <unit id="org.eclipse.pde.feature.group" version="3.10.1.v20150204-1700"/>
+      <unit id="org.eclipse.platform.ide" version="4.4.2.M20150204-1700"/>
+      <unit id="org.eclipse.platform.sdk" version="4.4.2.M20150204-1700"/>
+      <repository location="http://download.eclipse.org/eclipse/updates/4.4"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="org.eclipse.acceleo.ide.ui" version="3.5.1.201409021433"/>
+      <unit id="org.eclipse.cdt.autotools.feature.group" version="8.6.0.201502131403"/>
+      <unit id="org.eclipse.cdt.build.crossgcc.feature.group" version="8.6.0.201502131403"/>
+      <unit id="org.eclipse.cdt.debug.ui.memory.feature.group" version="8.6.0.201502131403"/>
+      <unit id="org.eclipse.cdt.launch.remote.feature.group" version="8.6.0.201502131403"/>
+      <unit id="org.eclipse.cdt.msw.feature.group" version="8.6.0.201502131403"/>
+      <unit id="org.eclipse.ecf.core.feature.group" version="3.9.2.v20141221-2352"/>
+      <unit id="org.eclipse.emf.compare.diagram.gmf.feature.group" version="3.0.2.201501201328"/>
+      <unit id="org.eclipse.emf.compare.uml2.feature.group" version="3.0.2.201501201328"/>
+      <unit id="org.eclipse.emf.ecore.xcore.sdk.feature.group" version="1.2.2.v20150202-0452"/>
+      <unit id="org.eclipse.emf.mwe.sdk.feature.group" version="1.3.4.v201409021027"/>
+      <unit id="org.eclipse.emf.mwe2.runtime.sdk.feature.group" version="2.7.0.v201409021027"/>
+      <unit id="org.eclipse.epp.mpc.feature.group" version="1.3.2.v20150218-2039"/>
+      <unit id="org.eclipse.gmf.sdk.feature.group" version="3.2.1.201502182128"/>
+      <unit id="org.eclipse.graphiti.sdk.feature.feature.group" version="0.11.2.v20150204-0954"/>
+      <unit id="org.eclipse.ocl.all.sdk.feature.group" version="5.0.2.v20141027-1335"/>
+      <unit id="org.eclipse.remote.feature.group" version="1.1.1.201502031934"/>
+      <unit id="org.eclipse.team.svn.feature.group" version="2.0.4.I20150123-1700"/>
+      <unit id="org.eclipse.uml2.sdk.feature.group" version="5.0.2.v20150202-0947"/>
+      <unit id="org.eclipse.wst.jsdt.ui" version="1.1.500.v201409121658"/>
+      <unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.6.3.v201501292352"/>
+      <unit id="org.eclipse.xpand.sdk.feature.group" version="2.0.0.v201406030414"/>
+      <unit id="org.eclipse.xsd.sdk.feature.group" version="2.10.0.v20150123-0452"/>
+      <unit id="org.eclipse.xtext.sdk.feature.group" version="2.7.3.v201411190455"/>
+      <unit id="org.swtchart" version="0.7.0.v201201201914"/>
+      <repository location="http://download.eclipse.org/releases/luna/201502271000"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="com.google.guava" version="12.0.0.v201212092141"/>
+      <unit id="com.sun.xml.bind" version="2.2.0.v201105210647"/>
+      <unit id="javax.activation" version="1.1.0.v201211130549"/>
+      <unit id="javax.annotation" version="1.0.0.v201209060030"/>
+      <unit id="javax.el" version="2.2.0.v201303151357"/>
+      <unit id="javax.servlet" version="2.5.0.v201103041518"/>
+      <unit id="javax.servlet" version="3.0.0.v201112011016"/>
+      <unit id="javax.transaction" version="1.1.1.v201105210645"/>
+      <unit id="javax.ws.rs" version="1.1.1.v20130318-1750"/>
+      <unit id="javax.xml" version="1.3.4.v201005080400"/>
+      <unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
+      <unit id="javax.xml.stream" version="1.0.1.v201004272200"/>
+      <unit id="org.apache.batik.css" version="1.6.0.v201011041432"/>
+      <unit id="org.apache.batik.util" version="1.6.0.v201011041432"/>
+      <unit id="org.apache.batik.util.gui" version="1.6.0.v201011041432"/>
+      <unit id="org.apache.commons.codec" version="1.4.0.v201209201156"/>
+      <unit id="org.apache.commons.io" version="2.2.0.v201405211200"/>
+      <unit id="org.apache.commons.lang" version="2.3.0.v201005080501"/>
+      <unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
+      <unit id="org.apache.httpcomponents.httpclient" version="4.1.0.v201103311320"/>
+      <unit id="org.apache.httpcomponents.httpcore" version="4.1.0.v201101201700"/>
+      <unit id="org.apache.xerces" version="2.8.0.v200803070308"/>
+      <unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
+      <unit id="org.junit" version="3.8.2.v3_8_2_v20130308-0410"/>
+      <unit id="org.mozilla.javascript" version="1.7.4.v201209142200"/>
+      <unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/>
+      <unit id="org.slf4j.jcl" version="1.7.2.v20130115-1340"/>
+      <unit id="org.slf4j.log4j" version="1.7.2.v20130115-1340"/>
+      <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="org.eclipse.rmf.reqif10.pror.sdk.feature.feature.group" version="0.11.0.201412021502"/>
+      <repository location="http://download.eclipse.org/rmf/updates"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="org.eclipse.sphinx.sdk.feature.group" version="0.9.0.201506101027"/>
+      <repository location="http://download.eclipse.org/sphinx/releases/0.9.x"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="org.eclipse.emf.compare.ide.ui.source.feature.group" version="3.0.1.201408191310"/>
+      <unit id="org.eclipse.emf.compare.rcp.ui.source.feature.group" version="3.0.1.201408191310"/>
+      <repository location="http://download.eclipse.org/modeling/emf/compare/updates/releases/3.0/R201408191310/"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="epp.package.automotive" version="4.4.2.20150219-0708"/>
+      <repository location="http://download.eclipse.org/technology/epp/packages/luna"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="org.eclipse.cdt.remote.feature.group" version="8.5.0.201409172108"/>
+      <unit id="org.eclipse.cdt.sdk.feature.group" version="8.5.0.201409172108"/>
+      <repository location="http://download.eclipse.org/tools/cdt/releases/8.5"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="org.eclipse.jetty.bundles.f.feature.group" version="8.1.16.201409082153"/>
+      <repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.16.v20140903/"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="org.franca.ui.sdk.feature.group" version="0.9.1.201412191134"/>
+      <repository location="http://franca.eclipselabs.org.codespot.com/git/update_site/releases/0.9.1/"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="org.yakindu.sct.sdk.feature.group" version="2.4.1.201411271459"/>
+      <repository location="http://updates.yakindu.org/sct/luna/releases"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="org.eclipse.sirius.doc" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.doc.feature.feature.jar" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.doc.feature.source.feature.jar" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.editor.diagram" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.editor.sequence" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.editor.table" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.editor.tree" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.eef.adapters" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.interpreter" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.runtime.acceleo.feature.group" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.runtime.acceleo.source.feature.jar" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.runtime.ide.ui.acceleo.feature.jar" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.runtime.ide.ui.acceleo.source.feature.jar" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.runtime.ide.ui.feature.group" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.runtime.ide.ui.source.feature.jar" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.runtime.source.feature.jar" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.samples.family" version="1.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.samples.feature.jar" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.samples.source.feature.jar" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.specifier.ide.ui.acceleo.feature.jar" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.specifier.ide.ui.acceleo.source.feature.jar" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.specifier.ide.ui.feature.jar" version="2.0.0.201410241344"/>
+      <unit id="org.eclipse.sirius.specifier.ide.ui.source.feature.jar" version="2.0.0.201410241344"/>
+      <repository location="http://download.eclipse.org/sirius/updates/releases/2.0.0/luna"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="org.eclipse.incquery.databinding.runtime.feature.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.databinding.runtime.feature.source.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.querybasedfeatures.runtime.feature.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.querybasedfeatures.runtime.feature.source.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.querybasedfeatures.tooling" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.querybasedfeatures.tooling.feature.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.querybasedfeatures.tooling.feature.source.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.runtime.feature.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.runtime.feature.source.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.runtime.generic.feature.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.runtime.generic.feature.source.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.sdk.feature.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.sdk.feature.source.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.tooling.generator.model.ui" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.validation.runtime.feature.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.validation.runtime.feature.source.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.validation.runtime.ui" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.validation.tooling" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.validation.tooling.feature.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.validation.tooling.feature.source.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.viewers.runtime.feature.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.viewers.runtime.feature.source.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.viewers.tooling.ui" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.viewers.tooling.ui.feature.feature.jar" version="0.9.1.201502241438"/>
+      <unit id="org.eclipse.incquery.viewers.tooling.ui.feature.source.feature.jar" version="0.9.1.201502241438"/>
+      <repository location="http://download.eclipse.org/incquery/updates/release"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+      <unit id="org.eclipse.ease.feature.feature.group" version="0.2.0.201504281226"/>
+      <unit id="org.eclipse.ease.javascript.feature.feature.group" version="0.2.0.201504281226"/>
+      <unit id="org.eclipse.ease.modules.feature.feature.group" version="0.2.0.201504281229"/>
+      <unit id="org.eclipse.ease.ui.feature.feature.group" version="0.2.0.201505111426"/>
+      <repository location="http://download.eclipse.org/ease/update/release"/>
+    </location>
+  </locations>
+</target>
diff --git a/build/org.eclipse.app4mc.target/Mars-4.5.1.target b/build/org.eclipse.app4mc.target/Mars-4.5.1.target
new file mode 100644
index 0000000..0776dd2
--- /dev/null
+++ b/build/org.eclipse.app4mc.target/Mars-4.5.1.target
@@ -0,0 +1,174 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?>
+<target name="Generated from Master" sequenceNumber="3">
+	<locations>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="1.0.300.v20150430-1836"/>
+			<unit id="org.eclipse.equinox.sdk.feature.group" version="3.11.1.v20150831-1342"/>
+			<unit id="org.eclipse.jdt.feature.group" version="3.11.1.v20150904-0015"/>
+			<unit id="org.eclipse.pde.feature.group" version="3.11.1.v20150904-0345"/>
+			<unit id="org.eclipse.platform.ide" version="4.5.1.M20150904-0015"/>
+			<unit id="org.eclipse.platform.sdk" version="4.5.1.M20150904-0015"/>
+			<repository location="http://download.eclipse.org/eclipse/updates/4.5"/>
+		</location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
+			<repository location="http://download.eclipse.org/cbi/updates/license/"/>
+		</location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="epp.package.automotive" version="4.5.1.20150917-1200"/>
+			<unit id="org.eclipse.cdt.sdk.feature.group" version="8.8.0.201509131935"/>
+			<unit id="org.eclipse.ecf.core.feature.group" version="3.10.1.v20150810-1719"/>
+			<unit id="org.eclipse.emf.ecore.xcore.sdk.feature.group" version="1.3.1.v20150806-0546"/>
+			<unit id="org.eclipse.emf.mwe.sdk.feature.group" version="1.3.11.v201508030321"/>
+			<unit id="org.eclipse.emf.mwe2.runtime.sdk.feature.group" version="2.8.1.v201508030321"/>
+			<unit id="org.eclipse.gmf.sdk.feature.group" version="3.3.1.201509020853"/>
+			<unit id="org.eclipse.graphiti.sdk.feature.feature.group" version="0.12.1.v20150916-0905"/>
+			<unit id="org.eclipse.ocl.all.sdk.feature.group" version="5.1.0.v20150624-0903"/>
+			<unit id="org.eclipse.remote.feature.group" version="2.0.1.201508262001"/>
+			<unit id="org.eclipse.sphinx.sdk.feature.group" version="0.9.1.201509090901"/>
+			<unit id="org.eclipse.uml2.sdk.feature.group" version="5.1.1.v20150906-1225"/>
+			<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.7.1.v201508271605"/>
+			<unit id="org.eclipse.xpand.sdk.feature.group" version="2.1.0.v201505260349"/>
+			<unit id="org.eclipse.xsd.sdk.feature.group" version="2.11.0.v20150806-0404"/>
+			<unit id="org.eclipse.xtext.sdk.feature.group" version="2.8.4.v201508050135"/>
+			<repository location="http://download.eclipse.org/releases/mars/"/>
+		</location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="org.eclipse.rmf.reqif10.sdk.feature.feature.group" version="0.13.0.201509161042"/>
+			<unit id="org.eclipse.rmf.reqif10.pror.sdk.feature.feature.group" version="0.13.0.201509161042"/>
+			<repository location="http://download.eclipse.org/rmf/updates"/>
+		</location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="org.eclipse.emf.compare.ide.ui.source.feature.group" version="3.1.0.201506080833"/>
+			<unit id="org.eclipse.emf.compare.rcp.ui.source.feature.group" version="3.1.0.201506080833"/>
+			<repository location="http://download.eclipse.org/modeling/emf/compare/updates/releases/3.1/R201506080833"/>
+		</location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="org.eclipse.cdt.remote.feature.group" version="8.8.0.201509131935"/>
+			<repository location="http://download.eclipse.org/tools/cdt/releases/8.8"/>
+		</location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="org.eclipse.jetty.bundles.f.feature.group" version="8.1.18.201510140934"/>
+			<repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.18.v20150929"/>
+		</location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="org.franca.ui.sdk.feature.group" version="0.9.1.201412191134"/>
+			<repository location="http://franca.eclipselabs.org.codespot.com/git/update_site/releases"/>
+		</location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="org.yakindu.sct.sdk.feature.group" version="2.5.0.201512140930"/>
+			<repository location="http://updates.yakindu.org/sct/mars/releases"/>
+		</location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+	        <unit id="org.eclipse.acceleo.query" version="4.0.0.201510121214"/>
+	        <unit id="org.eclipse.acceleo.runtime.feature.group" version="3.6.2.201510121214"/>
+	        <unit id="org.eclipse.acceleo.runtime.source.feature.jar" version="3.6.2.201510121214"/>
+	        <unit id="org.eclipse.acceleo.sdk.feature.group" version="3.6.2.201510121214"/>
+	        <repository location="http://download.eclipse.org/acceleo/updates/releases/3.6"/>
+	    </location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="org.eclipse.sirius.common.acceleo.mtl.ide" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.common.ui.ext" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.diagram.sequence.ui" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.doc" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.doc.feature.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.doc.feature.source.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.editor.diagram" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.editor.sequence" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.editor.table" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.editor.tree" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.ext.e3" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.ext.emf.edit" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.ext.gmf.notation" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.interpreter" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.runtime.acceleo.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.runtime.acceleo.source.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.runtime.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.runtime.ide.ui.acceleo.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.runtime.ide.ui.acceleo.source.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.runtime.ide.ui.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.runtime.ide.ui.source.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.runtime.source.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.samples.family" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.samples.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.samples.source.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.specifier.ide.ui.acceleo.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.specifier.ide.ui.acceleo.source.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.specifier.ide.ui.aql.feature.group" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.specifier.ide.ui.aql.source.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.specifier.ide.ui.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.specifier.ide.ui.source.feature.jar" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.table.ui.ext" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.tree.ui.ext" version="3.1.1.201510291439"/>
+			<unit id="org.eclipse.sirius.ui.ext" version="3.1.1.201510291439"/>
+			<repository location="http://download.eclipse.org/sirius/updates/releases/3.1.1/mars"/>
+		</location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="org.eclipse.incquery.databinding.runtime.feature.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.databinding.runtime.feature.source.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.querybasedfeatures.runtime.feature.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.querybasedfeatures.runtime.feature.source.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.querybasedfeatures.tooling" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.querybasedfeatures.tooling.feature.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.querybasedfeatures.tooling.feature.source.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.runtime.evm.transactions" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.runtime.evm.transactions.feature.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.runtime.evm.transactions.feature.source.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.runtime.feature.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.runtime.feature.source.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.runtime.generic.feature.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.runtime.generic.feature.source.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.sdk.feature.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.sdk.feature.source.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.tooling.generator.model.ui" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.validation.runtime.feature.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.validation.runtime.feature.source.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.validation.runtime.ui" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.validation.tooling" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.validation.tooling.feature.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.validation.tooling.feature.source.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.viewers.runtime.feature.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.viewers.runtime.feature.source.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.viewers.tooling.ui" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.viewers.tooling.ui.feature.feature.jar" version="1.0.1.201508191609"/>
+			<unit id="org.eclipse.incquery.viewers.tooling.ui.feature.source.feature.jar" version="1.0.1.201508191609"/>
+			<repository location="http://download.eclipse.org/incquery/updates/release"/>
+		</location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="org.eclipse.ease.feature.feature.group" version="0.2.0.201504281226"/>
+			<unit id="org.eclipse.ease.javascript.feature.feature.group" version="0.2.0.201504281226"/>
+			<unit id="org.eclipse.ease.modules.feature.feature.group" version="0.2.0.201504281229"/>
+			<unit id="org.eclipse.ease.ui.feature.feature.group" version="0.2.0.201505111426"/>
+			<repository location="http://download.eclipse.org/ease/update/release"/>
+		</location>
+		<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+			<unit id="com.sun.xml.bind" version="2.2.0.v201505121915"/>
+			<unit id="javax.activation" version="1.1.0.v201211130549"/>
+			<unit id="javax.annotation" version="1.2.0.v201401042248"/>
+			<unit id="javax.el" version="2.2.0.v201303151357"/>
+			<unit id="javax.servlet" version="3.1.0.v201410161800"/>
+			<unit id="javax.ws.rs" version="2.0.1.v201504171603"/>
+			<unit id="javax.xml" version="1.3.4.v201005080400"/>
+			<unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
+			<unit id="javax.xml.stream" version="1.0.1.v201004272200"/>
+			<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
+			<unit id="org.apache.batik.css" version="1.7.0.v201011041433"/>
+			<unit id="org.apache.batik.util" version="1.7.0.v201011041433"/>
+			<unit id="org.apache.batik.util.gui" version="1.7.0.v200903091627"/>
+			<unit id="org.apache.commons.codec" version="1.6.0.v201305230611"/>
+			<unit id="org.apache.commons.io" version="2.2.0.v201405211200"/>
+			<unit id="org.apache.commons.lang" version="2.6.0.v201404270220"/>
+			<unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
+			<unit id="org.apache.httpcomponents.httpclient" version="4.3.6.v201411290715"/>
+			<unit id="org.apache.httpcomponents.httpcore" version="4.3.3.v201411290715"/>
+			<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
+			<unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
+			<unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/>
+			<unit id="org.slf4j.jcl" version="1.7.2.v20130115-1340"/>
+			<unit id="org.slf4j.log4j" version="1.7.2.v20130115-1340"/>
+			<unit id="org.swtchart" version="0.7.0.v201201201914"/>
+		<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20150821153341/repository/"/>
+		</location>
+	</locations>
+</target>
diff --git a/build/org.eclipse.app4mc.target/Mars-4.5.2.target b/build/org.eclipse.app4mc.target/Mars-4.5.2.target
new file mode 100644
index 0000000..254445c
--- /dev/null
+++ b/build/org.eclipse.app4mc.target/Mars-4.5.2.target
@@ -0,0 +1,159 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?><target name="Mars 4.5.2" sequenceNumber="6">
+<locations>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="1.0.300.v20150430-1836"/>
+<unit id="org.eclipse.equinox.sdk.feature.group" version="3.11.2.v20160202-2102"/>
+<unit id="org.eclipse.jdt.feature.group" version="3.11.2.v20160212-1500"/>
+<unit id="org.eclipse.pde.feature.group" version="3.11.2.v20160212-1500"/>
+<unit id="org.eclipse.platform.ide" version="4.5.2.M20160212-1500"/>
+<unit id="org.eclipse.platform.sdk" version="4.5.2.M20160212-1500"/>
+<repository location="http://download.eclipse.org/eclipse/updates/4.5"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
+<repository location="http://download.eclipse.org/cbi/updates/license/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="epp.package.automotive" version="4.5.1.20150917-1200"/>
+<unit id="org.eclipse.cdt.sdk.feature.group" version="8.8.1.201602051005"/>
+<unit id="org.eclipse.ecf.core.feature.group" version="3.12.0.v20151130-0157"/>
+<unit id="org.eclipse.emf.ecore.xcore.sdk.feature.group" version="1.3.2.v20160209-0349"/>
+<unit id="org.eclipse.emf.mwe.sdk.feature.group" version="1.3.13.v201512160556"/>
+<unit id="org.eclipse.emf.mwe2.runtime.sdk.feature.group" version="2.8.3.v201512160556"/>
+<unit id="org.eclipse.gmf.sdk.feature.group" version="3.3.1.201509020853"/>
+<unit id="org.eclipse.graphiti.sdk.feature.feature.group" version="0.12.2.v20160120-1255"/>
+<unit id="org.eclipse.ocl.all.sdk.feature.group" version="5.1.0.v20160118-1848"/>
+<unit id="org.eclipse.remote.feature.group" version="2.0.2.201601141453"/>
+<unit id="org.eclipse.sphinx.sdk.feature.group" version="0.9.2.201601200932"/>
+<unit id="org.eclipse.uml2.sdk.feature.group" version="5.1.2.v20160201-0816"/>
+<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.7.2.v201511240257"/>
+<unit id="org.eclipse.xsd.sdk.feature.group" version="2.11.0.v20160208-0841"/>
+<unit id="org.eclipse.xtext.sdk.feature.group" version="2.9.1.v201512180746"/>
+<repository location="http://download.eclipse.org/releases/mars/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.emf.compare.ide.ui.feature.group" version="3.1.1.201509120604"/>
+<unit id="org.eclipse.emf.compare.rcp.ui.feature.group" version="3.1.1.201509120604"/>
+<repository location="http://download.eclipse.org/modeling/emf/compare/updates/releases/3.1/R201509120604"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.rmf.reqif10.sdk.feature.feature.group" version="0.13.0.201509161042"/>
+<unit id="org.eclipse.rmf.reqif10.pror.sdk.feature.feature.group" version="0.13.0.201509161042"/>
+<repository location="http://download.eclipse.org/rmf/updates"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.cdt.remote.feature.group" version="8.8.0.201509131935"/>
+<repository location="http://download.eclipse.org/tools/cdt/releases/8.8"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.jetty.bundles.f.feature.group" version="8.1.18.201510140934"/>
+<repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.18.v20150929"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.franca.core.sdk.feature.group" version="0.10.0.201507291433"/>
+<unit id="org.franca.ui.sdk.feature.group" version="0.10.0.201507291433"/>
+<repository location="http://franca.github.io/franca/update_site/releases"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.yakindu.sct.feature.group" version="2.6.0.201604061309"/>
+<unit id="org.yakindu.sct.generator.c.feature.group" version="2.6.0.201604061309"/>
+<unit id="org.yakindu.sct.generator.cpp.feature.group" version="2.6.0.201604061309"/>
+<repository location="http://updates.yakindu.org/sct/mars/releases"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.sirius.doc.feature.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.doc.feature.source.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.runtime.acceleo.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.runtime.acceleo.source.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.runtime.ide.ui.acceleo.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.runtime.ide.ui.acceleo.source.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.runtime.ide.ui.source.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.runtime.source.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.samples.source.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.specifier.ide.ui.acceleo.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.specifier.ide.ui.acceleo.source.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.specifier.ide.ui.aql.feature.group" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.specifier.ide.ui.aql.source.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.specifier.ide.ui.feature.jar" version="3.1.4.201602091241"/>
+<unit id="org.eclipse.sirius.specifier.ide.ui.source.feature.jar" version="3.1.4.201602091241"/>
+<repository location="http://download.eclipse.org/sirius/updates/releases/3.1.4/mars"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.incquery.databinding.runtime.feature.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.databinding.runtime.feature.source.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.querybasedfeatures.runtime.feature.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.querybasedfeatures.runtime.feature.source.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.querybasedfeatures.tooling" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.querybasedfeatures.tooling.feature.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.querybasedfeatures.tooling.feature.source.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.runtime.evm.transactions" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.runtime.evm.transactions.feature.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.runtime.evm.transactions.feature.source.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.runtime.feature.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.runtime.feature.source.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.runtime.generic.feature.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.runtime.generic.feature.source.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.sdk.feature.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.sdk.feature.source.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.tooling.generator.model.ui" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.validation.runtime.feature.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.validation.runtime.feature.source.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.validation.runtime.ui" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.validation.tooling" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.validation.tooling.feature.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.validation.tooling.feature.source.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.viewers.runtime.feature.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.viewers.runtime.feature.source.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.viewers.tooling.ui" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.viewers.tooling.ui.feature.feature.jar" version="1.1.0.201512031022"/>
+<unit id="org.eclipse.incquery.viewers.tooling.ui.feature.source.feature.jar" version="1.1.0.201512031022"/>
+<repository location="http://download.eclipse.org/incquery/updates/release"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.ease.feature.feature.group" version="0.3.0.I201602290929"/>
+<unit id="org.eclipse.ease.javascript.feature.feature.group" version="0.3.0.I201602290929"/>
+<unit id="org.eclipse.ease.modules.feature.feature.group" version="0.3.0.I201602251323"/>
+<unit id="org.eclipse.ease.ui.feature.feature.group" version="0.3.0.I201605121005"/>
+<repository location="http://download.eclipse.org/ease/update/release"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.acceleo.sdk.feature.group" version="3.6.3.201602090916"/>
+<repository location="http://download.eclipse.org/acceleo/updates/releases/3.6"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="com.sun.xml.bind" version="2.2.0.v201505121915"/>
+<unit id="java_cup.runtime" version="0.10.0.v201005080400"/>
+<unit id="javax.activation" version="1.1.0.v201211130549"/>
+<unit id="javax.annotation" version="1.2.0.v201401042248"/>
+<unit id="javax.el" version="2.2.0.v201303151357"/>
+<unit id="javax.servlet" version="3.1.0.v201410161800"/>
+<unit id="javax.ws.rs" version="2.0.1.v201504171603"/>
+<unit id="javax.xml" version="1.3.4.v201005080400"/>
+<unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
+<unit id="javax.xml.stream" version="1.0.1.v201004272200"/>
+<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
+<unit id="org.apache.batik.css" version="1.7.0.v201011041433"/>
+<unit id="org.apache.batik.util" version="1.7.0.v201011041433"/>
+<unit id="org.apache.batik.util.gui" version="1.7.0.v200903091627"/>
+<unit id="org.apache.bcel" version="5.2.0.v201005080400"/>
+<unit id="org.apache.commons.codec" version="1.6.0.v201305230611"/>
+<unit id="org.apache.commons.io" version="2.2.0.v201405211200"/>
+<unit id="org.apache.commons.lang" version="2.6.0.v201404270220"/>
+<unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
+<unit id="org.apache.httpcomponents.httpclient" version="4.3.6.v201411290715B"/>
+<unit id="org.apache.httpcomponents.httpcore" version="4.3.3.v201411290715"/>
+<unit id="org.apache.xalan" version="2.7.1.v201005080400"/>
+<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
+<unit id="org.apache.xml.resolver" version="1.2.0.v201005080400"/>
+<unit id="org.apache.xml.serializer" version="2.7.1.v201005080400"/>
+<unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
+<unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/>
+<unit id="org.slf4j.jcl" version="1.7.2.v20130115-1340"/>
+<unit id="org.slf4j.log4j" version="1.7.2.v20130115-1340"/>
+<unit id="org.swtchart" version="0.7.0.v201201201914"/>
+<unit id="org.easymock" version="2.4.0.v20090202-0900"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/"/>
+</location>
+</locations>
+</target>
diff --git a/build/org.eclipse.app4mc.target/pom.xml b/build/org.eclipse.app4mc.target/pom.xml
new file mode 100644
index 0000000..3098376
--- /dev/null
+++ b/build/org.eclipse.app4mc.target/pom.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<relativePath>../org.eclipse.app4mc.build/pom.xml</relativePath>
+		<groupId>org.eclipse.app4mc.build</groupId>
+		<artifactId>parent</artifactId>
+		<version>0.7.0-SNAPSHOT</version>
+	</parent>
+
+	<artifactId>org.eclipse.app4mc.target</artifactId>
+	<packaging>pom</packaging>
+
+	<build>
+		<plugins>
+
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>build-helper-maven-plugin</artifactId>
+				<version>${build-helper.version}</version>
+
+				<executions>
+					<execution>
+						<id>attach-artifacts</id>
+						<phase>package</phase>
+						<goals>
+							<goal>attach-artifact</goal>
+						</goals>
+						<configuration>
+							<artifacts>
+								<artifact>
+									<file>Mars-4.5.2.target</file>
+									<type>target</type>
+									<classifier>Mars-4.5.2</classifier>
+								</artifact>
+							</artifacts>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+
+		</plugins>
+	</build>
+
+</project>
diff --git a/build/readme.txt b/build/readme.txt
new file mode 100644
index 0000000..c7b9f56
--- /dev/null
+++ b/build/readme.txt
@@ -0,0 +1 @@
+Place only build related projects here.
\ No newline at end of file
diff --git a/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.classpath b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.classpath
new file mode 100644
index 0000000..075009d
--- /dev/null
+++ b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.externalToolBuilders/copyExample.ant b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.externalToolBuilders/copyExample.ant
new file mode 100644
index 0000000..e9b18be
--- /dev/null
+++ b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.externalToolBuilders/copyExample.ant
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<project name="copyExample" default="main" basedir="../..">
+
+	<property name="installer" value="org.eclipse.app4mc.multicore.examples.installer" />
+	<import file="../../../plugins/${installer}/copyExampleLib.ant" optional="true" />
+	<basename file="${build.project}" property="project" />
+
+	<target name="main">
+		<copyExample project="${project}" />
+	</target>
+
+</project>
diff --git a/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.externalToolBuilders/org.eclipse.app4mc.amalthea.example.democar.mapping.launch b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.externalToolBuilders/org.eclipse.app4mc.amalthea.example.democar.mapping.launch
new file mode 100644
index 0000000..a8f62b5
--- /dev/null
+++ b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.externalToolBuilders/org.eclipse.app4mc.amalthea.example.democar.mapping.launch
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
+<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
+<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
+<booleanAttribute key="org.eclipse.ant.uiSET_INPUTHANDLER" value="false"/>
+<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${working_set:&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#13;&#10;&lt;resources&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.app4mc.multicore.examples.installer/examples&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;/resources&gt;}"/>
+<booleanAttribute key="org.eclipse.debug.core.capture_output" value="false"/>
+<booleanAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_OUTPUT_ON" value="false"/>
+<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
+<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value=""/>
+<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="true"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_BUILD_SCOPE" value="${working_set:&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#13;&#10;&lt;resources&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.app4mc.multicore.examples.installer/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.app4mc.amalthea.example.democar.mapping/.classpath&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.app4mc.amalthea.example.democar.mapping/.externalToolBuilders&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.app4mc.amalthea.example.democar.mapping/.gitignore&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.app4mc.amalthea.example.democar.mapping/.project&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.app4mc.amalthea.example.democar.mapping/.settings&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.app4mc.amalthea.example.democar.mapping/build.properties&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.app4mc.amalthea.example.democar.mapping/META-INF&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.app4mc.amalthea.example.democar.mapping/model&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.app4mc.amalthea.example.democar.mapping/modelEnergyEfficient&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.app4mc.amalthea.example.democar.mapping/workflow&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;/resources&gt;}"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${project_loc:/org.eclipse.app4mc.amalthea.example.democar.mapping}/.externalToolBuilders/copyExample.ant"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="incremental,auto,"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-Dbuild.project=${project_loc:/org.eclipse.app4mc.amalthea.example.democar.mapping}"/>
+<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
+</launchConfiguration>
diff --git a/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.gitignore b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.gitignore
new file mode 100644
index 0000000..934e0e0
--- /dev/null
+++ b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.gitignore
@@ -0,0 +1,2 @@
+/bin
+/target
diff --git a/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.project b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.project
new file mode 100644
index 0000000..95ff7c3
--- /dev/null
+++ b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.project
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.app4mc.amalthea.example.democar.mapping</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+			<triggers>auto,full,incremental,</triggers>
+			<arguments>
+				<dictionary>
+					<key>LaunchConfigHandle</key>
+					<value>&lt;project&gt;/.externalToolBuilders/org.eclipse.app4mc.amalthea.example.democar.mapping.launch</value>
+				</dictionary>
+				<dictionary>
+					<key>incclean</key>
+					<value>true</value>
+				</dictionary>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+	</natures>
+</projectDescription>
diff --git a/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.settings/org.eclipse.jdt.core.prefs b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..0c68a61
--- /dev/null
+++ b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/META-INF/MANIFEST.MF b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..955a1c3
--- /dev/null
+++ b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: APP4MC Amalthea Mapping Example
+Bundle-SymbolicName: org.eclipse.app4mc.amalthea.example.democar.mapping
+Bundle-Version: 0.7.0.qualifier
+Bundle-Vendor: Eclipse.org
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/build.properties b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/build.properties
new file mode 100644
index 0000000..6af2a78
--- /dev/null
+++ b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/build.properties
@@ -0,0 +1,5 @@
+bin.includes = META-INF/,\
+               .,\
+               model/,\
+               modelEnergyEfficient/,\
+               workflow/
diff --git a/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/model/AMALTHEA_Democar_MappingExample-hw.amxmi b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/model/AMALTHEA_Democar_MappingExample-hw.amxmi
new file mode 100644
index 0000000..e0ea728
--- /dev/null
+++ b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/model/AMALTHEA_Democar_MappingExample-hw.amxmi
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<am:Amalthea xmlns:am="http://app4mc.eclipse.org/amalthea/0.7.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0">
+  <hwModel>
+    <coreTypes name="e200z0" bitWidth="32" instructionsPerCycle="1">
+      <customProperties key="feature#FeatureTypes#">
+        <value xsi:type="am:StringObject" value="floatingPointUnit" />
+      </customProperties>
+      <customProperties key="feature#instructionSet">
+        <value xsi:type="am:StringObject" value="PowerArchitectureInstructionSet" />
+      </customProperties>
+      <customProperties key="feature#instructionSet">
+        <value xsi:type="am:StringObject" value="VLE" />
+      </customProperties>
+    </coreTypes>
+    <coreTypes name="e200z6" bitWidth="32" instructionsPerCycle="1" />
+    <memoryTypes name="CACHE_e200z6" type="CACHE" size="32768" />
+    <memoryTypes name="SRAM_512KB" type="RAM" size="524288" />
+    <memoryTypes name="SRAM_80KB" type="RAM" size="81920" />
+    <memoryTypes name="FLASH2MB" type="FLASH_INT" size="2097152" />
+    <networkTypes xsi:type="am:CrossbarSwitch" name="AMBA_Crossbar" schedPolicy="RROBIN" bitWidth="64" conConnections="6" />
+    <networkTypes xsi:type="am:Bridge" name="AIPS_A" schedPolicy="RROBIN" bitWidth="32" />
+    <system name="Example System">
+      <ecus name="MPC5668G Demo Board">
+        <microcontrollers name="MPC5668G">
+          <memories name="SRAM_512KB" type="SRAM_512KB?type=MemoryType">
+            <ports xsi:type="am:ComplexPort" name="CONN_SRAM512KB" network="Amba+Crossbar+Switch?type=Network" bitWidth="64" baseAddress="1073741824" addressRange="524288" direction="RW" writeCycles="1" readCycles="1" />
+            <prescaler name="PS_SRAM512KB" clockRatio="1.0" quartz="Q116MHZ?type=Quartz" />
+          </memories>
+          <memories name="SRAM_80KB" type="SRAM_80KB?type=MemoryType">
+            <ports xsi:type="am:ComplexPort" name="CONN_SRAM80KB" network="Amba+Crossbar+Switch?type=Network" bitWidth="64" baseAddress="1074266112" addressRange="81920" direction="RW" writeCycles="1" readCycles="1" />
+            <prescaler name="PS_SRAM80KB" clockRatio="1.0" />
+          </memories>
+          <memories name="FLASH2MB" type="FLASH2MB?type=MemoryType">
+            <ports xsi:type="am:ComplexPort" name="CONN_z6_FLASH2MB" network="Amba+Crossbar+Switch?type=Network" bitWidth="64" addressRange="536870911" direction="R" readCycles="3" />
+            <ports xsi:type="am:ComplexPort" name="CONN_others_FLASH2MB" network="Amba+Crossbar+Switch?type=Network" bitWidth="64" addressRange="536870911" direction="R" readCycles="3" />
+            <prescaler name="PS_FLASH2MB" clockRatio="1.0" quartz="Q116MHZ?type=Quartz" />
+          </memories>
+          <networks name="Amba Crossbar Switch" type="AMBA_Crossbar?type=CrossbarSwitch" />
+          <components name="AIPS_PeripheralBridge_A">
+            <networks name="AIPS_A" type="AIPS_A?type=Bridge" />
+            <ports xsi:type="am:ComplexPort" name="CONN_AIPS_A" network="Amba+Crossbar+Switch?type=Network" bitWidth="32" baseAddress="3221225472" addressRange="536870912" direction="RW" writeCycles="2" readCycles="2" />
+            <prescaler name="PS_AIPS_A" clockRatio="0.5" quartz="Q116MHZ?type=Quartz" />
+          </components>
+          <components name="AIPS_PeripheralBridge_B">
+            <networks name="AIPS_B" type="AIPS_A?type=Bridge" />
+            <ports xsi:type="am:ComplexPort" name="CONN_AIPS_B" network="Amba+Crossbar+Switch?type=Network" bitWidth="32" baseAddress="3758096384" addressRange="536870912" direction="RW" writeCycles="2" readCycles="2" />
+            <prescaler name="PS_AIPS_B" clockRatio="0.5" quartz="Q116MHZ?type=Quartz" />
+          </components>
+          <components name="FlexRay">
+            <ports xsi:type="am:ComplexPort" name="CONN_FlexRayBusMasterInterface" network="Amba+Crossbar+Switch?type=Network" master="true" bitWidth="64" direction="RW" writeCycles="1" readCycles="1" schedValue="2" />
+            <ports xsi:type="am:ComplexPort" name="CONN_FlexRayControlHostInterface" network="AIPS_A?type=Network" bitWidth="32" baseAddress="3288186880" addressRange="16384" direction="R" />
+          </components>
+          <components name="Ethernet">
+            <ports xsi:type="am:ComplexPort" name="CONN_Ethernet" network="Amba+Crossbar+Switch?type=Network" master="true" bitWidth="64" direction="RW" writeCycles="1" readCycles="1" schedValue="2" />
+            <ports xsi:type="am:ComplexPort" name="CONN_FEC" network="AIPS_B?type=Network" bitWidth="32" baseAddress="4294230016" addressRange="16384" direction="R" />
+          </components>
+          <quartzes name="Q116MHZ" frequency="116000000" type="STATIC" />
+          <cores name="e200z6" coreType="e200z0?type=CoreType">
+            <memories name="CACHE_e200z6" type="CACHE_e200z6?type=MemoryType" />
+            <ports xsi:type="am:ComplexPort" name="CONN_e200z6" network="Amba+Crossbar+Switch?type=Network" master="true" bitWidth="64" direction="RW" writeCycles="1" readCycles="1" />
+            <prescaler name="PS_e200z6" clockRatio="1.0" quartz="Q116MHZ?type=Quartz" />
+          </cores>
+          <cores name="e200z0" coreType="e200z6?type=CoreType">
+            <ports xsi:type="am:ComplexPort" name="CONN_e200z0" network="Amba+Crossbar+Switch?type=Network" master="true" bitWidth="32" direction="RW" writeCycles="1" readCycles="1" />
+            <prescaler name="PS_e200z0" clockRatio="0.5" quartz="Q116MHZ?type=Quartz" />
+          </cores>
+        </microcontrollers>
+      </ecus>
+    </system>
+  </hwModel>
+</am:Amalthea>
diff --git a/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/model/AMALTHEA_Democar_MappingExample.amxmi b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/model/AMALTHEA_Democar_MappingExample.amxmi
new file mode 100644
index 0000000..cb46e4b
--- /dev/null
+++ b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/model/AMALTHEA_Democar_MappingExample.amxmi
@@ -0,0 +1,1190 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<am:Amalthea xmlns:am="http://app4mc.eclipse.org/amalthea/0.7.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0">
+  <swModel>
+    <runnables name="ABSCalculation" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VotedDecelerationRate?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedVehicleSpeed?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedWheelSpeed?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedBrakeForce?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ABSActivation?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ABSMode?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="APedSensor" tags="SwcEngineSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="APedSensor1Voltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="APedSensor2Voltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="APedPosition1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="APedPosition2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="APedVoter" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="APedPosition1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="APedPosition2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedAPedPosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BaseFuelMass" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="MassAirFlow?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BaseFuelMassPerStroke?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="MAFRate?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeActuator" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="CaliperPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceVoltage?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeActuatorMonitor" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForce?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceFeedback?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeForceActuation" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="ABSActivation?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ABSMode?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForce?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceCurrent?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeForceArbiter" tags="SwcBrakeForceArbiter?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="CalculatedBrakeForce?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeSafetyState?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedBrakeForce?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeForceCalculation" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceFeedback?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedDiagnosisRequest?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="MonitoredVehicleState?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeSafetyLevel?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="CalculatedBrakeForce?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeMonitorLevel?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakePedalSensorDiagnosis" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakePedalSensorTranslation" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakePedalSensorVoter" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedBrakePedalPosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeSafetyMonitor" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceFeedback?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedDiagnosisRequest?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="MonitoredVehicleState?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeMonitorLevel?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeSafetyLevel?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeSafetyState?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="CaliperPositionCalculation" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="CaliperPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceCurrent?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="CaliperPosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="CheckPlausability" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VotedBrakePedalPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="CylNumObserver" tags="SwcCylNumObserver?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="CylinderNumber?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="TriggeredCylinderNumber?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="DecelerationSensorDiagnosis" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="DecelerationSensorTranslation" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationRate1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationRate2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="DecelerationSensorVoter" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationRate1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationRate2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedDecelerationRate?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="DiagnosisArbiter" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedDiagnosisRequest?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuBrakeActuator" tags="SwcActuators?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceVoltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuBrakePedalSensor" tags="SwcSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="144000" />
+          <upperBound xsi:type="am:LongObject" value="176000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="160000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuDecelerationSensor" tags="SwcSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="144000" />
+          <upperBound xsi:type="am:LongObject" value="176000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="160000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuStopLightActuator" tags="SwcActuators?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeApplication?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuVehicleSpeedSensor" tags="SwcSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuWheelSpeedSensor" tags="SwcSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="IgnitionTimeActuation" tags="SwcInjIgnActuation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="TriggeredCylinderNumber?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime3?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime4?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime5?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime6?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime7?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime8?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="IgnitionTiming" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="MAFRate?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="InjectionTimeActuation" tags="SwcInjIgnActuation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="TriggeredCylinderNumber?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="TotalFuelMassPerStroke?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime3?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime4?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime5?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime6?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime7?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime8?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="MassAirFlowSensor" tags="SwcEngineSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="MAFSensorVoltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="MassAirFlow?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="StopLightActuator" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedBrakeForce?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeApplication?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="ThrottleActuator" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DesiredThrottlePosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DesiredThrottlePositionVoltage?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="ThrottleController" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VotedAPedPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ThrottlePosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DesiredThrottlePosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="ThrottleSensor" tags="SwcEngineSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="ThrottleSensor1Voltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ThrottleSensor2Voltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ThrottlePosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="TotalFuelMass" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="TransientFuelMassPerStroke?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="TotalFuelMassPerStroke?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="TransientFuelMass" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BaseFuelMassPerStroke?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="TransientFuelMassPerStroke?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="VehicleSpeedSensorDiagnosis" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="VehicleSpeedSensorTranslation" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeed1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeed2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="VehicleSpeedSensorVoter" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeed1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeed2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedVehicleSpeed?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="VehicleStateMonitor" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="MonitoredVehicleState?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="WheelSpeedSensorDiagnosis" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="WheelSpeedSensorTranslation" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeed1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeed2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="WheelSpeedSensorVoter" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeed1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeed2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedWheelSpeed?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <labels name="ABSActivation" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="ABSMode" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="APedPosition1" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="APedPosition2" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="APedSensor1Voltage" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="APedSensor2Voltage" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="ArbitratedBrakeForce" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="ArbitratedDiagnosisRequest" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BaseFuelMassPerStroke" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="BrakeApplication" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakeForce" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakeForceCurrent" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakeForceFeedback" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakeForceVoltage" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="BrakeMonitorLevel" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakePedalPosition" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakePedalPosition1" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakePedalPosition2" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakePedalPositionVoltage1" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="BrakePedalPositionVoltage2" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="BrakeSafetyLevel" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakeSafetyState" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="CalculatedBrakeForce" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="CaliperPosition" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="CylinderNumber" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="DecelerationRate1" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="DecelerationRate2" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="DecelerationVoltage1" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="DecelerationVoltage2" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="DesiredThrottlePosition" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="DesiredThrottlePositionVoltage" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="IgnitionTime" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="IgnitionTime1" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime2" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime3" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime4" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime5" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime6" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime7" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime8" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime1" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime2" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime3" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime4" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime5" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime6" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime7" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime8" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="MAFRate" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="MAFSensorVoltage" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="MassAirFlow" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="MonitoredVehicleState" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="ThrottlePosition" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="ThrottleSensor1Voltage" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="ThrottleSensor2Voltage" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="TotalFuelMassPerStroke" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="TransientFuelMassPerStroke" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="TriggeredCylinderNumber" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VehicleSpeed1" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VehicleSpeed2" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VehicleSpeedVoltage1" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="VehicleSpeedVoltage2" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="VotedAPedPosition" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VotedBrakePedalPosition" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VotedDecelerationRate" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VotedVehicleSpeed" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VotedWheelSpeed" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="WheelSpeed1" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="WheelSpeed2" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="WheelSpeedVoltage1" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="WheelSpeedVoltage2" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <processPrototypes name="PP0" preemption="cooperative" firstRunnable="BrakePedalSensorTranslation?type=Runnable" lastRunnable="BrakeActuatorMonitor?type=Runnable" activation="Timer_10MS?type=PeriodicActivation" />
+    <processPrototypes name="PP1" preemption="cooperative" firstRunnable="EcuBrakePedalSensor?type=Runnable" lastRunnable="EcuBrakeActuator?type=Runnable" activation="Timer_5MS?type=PeriodicActivation" />
+    <processPrototypes name="PP2" preemption="cooperative" firstRunnable="BrakeForceArbiter?type=Runnable" lastRunnable="BrakeForceArbiter?type=Runnable" activation="Timer_20MS?type=PeriodicActivation" />
+    <processPrototypes name="PP3" preemption="cooperative" firstRunnable="VehicleStateMonitor?type=Runnable" lastRunnable="DiagnosisArbiter?type=Runnable" activation="Timer_10MS?type=PeriodicActivation" />
+    <processPrototypes name="PP4" preemption="cooperative" firstRunnable="CylNumObserver?type=Runnable" lastRunnable="VehicleSpeedSensorDiagnosis?type=Runnable" activation="Timer_10MS?type=PeriodicActivation" />
+    <processPrototypes name="PP5" preemption="cooperative" firstRunnable="WheelSpeedSensorDiagnosis?type=Runnable" lastRunnable="WheelSpeedSensorDiagnosis?type=Runnable" activation="Timer_10MS?type=PeriodicActivation" />
+    <activations xsi:type="am:PeriodicActivation" name="Timer_10MS" />
+    <activations xsi:type="am:PeriodicActivation" name="Timer_20MS" />
+    <activations xsi:type="am:PeriodicActivation" name="Timer_5MS" />
+    <tags name="SwcEngineController" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcActuators" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcBrakeForceArbiter" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcABSCalculation" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcSensors" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcSensorPostprocessing" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcCylNumObserver" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcBrakeForceCalculation" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcEngineSensors" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcInjIgnActuation" tagType="SOFTWARE_COMPONENT" />
+  </swModel>
+  <constraintsModel>
+    <runnableSequencingConstraints name="0" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="DecelerationSensorVoter?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ABSCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="1" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleSpeedSensorVoter?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ABSCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="2" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="WheelSpeedSensorVoter?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ABSCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="3" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="APedSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="APedVoter?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="4" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="MassAirFlowSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BaseFuelMass?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="5" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CaliperPositionCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeActuator?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="6" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceActuation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeActuatorMonitor?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="7" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ABSCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceActuation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="8" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceArbiter?type=Runnable" processScope="PP2?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ABSCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="9" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceArbiter?type=Runnable" processScope="PP2?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="10" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeSafetyMonitor?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceArbiter?type=Runnable" processScope="PP2?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="12" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CheckPlausability?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="13" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuBrakePedalSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakePedalSensorDiagnosis?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="14" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuBrakePedalSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakePedalSensorTranslation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="15" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakePedalSensorTranslation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakePedalSensorVoter?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="16" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeSafetyMonitor?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="17" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CheckPlausability?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeSafetyMonitor?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="18" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceActuation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CaliperPositionCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="19" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakePedalSensorVoter?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CheckPlausability?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="20" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuDecelerationSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="DecelerationSensorDiagnosis?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="21" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuDecelerationSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="DecelerationSensorTranslation?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="22" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="DecelerationSensorTranslation?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="DecelerationSensorVoter?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="23" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeActuator?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuBrakeActuator?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="24" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="StopLightActuator?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuStopLightActuator?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="25" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuVehicleSpeedSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleSpeedSensorDiagnosis?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="26" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuVehicleSpeedSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleSpeedSensorTranslation?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="27" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuWheelSpeedSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="WheelSpeedSensorDiagnosis?type=Runnable" processScope="PP5?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="28" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuWheelSpeedSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="WheelSpeedSensorTranslation?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="29" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CylNumObserver?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="IgnitionTimeActuation?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="30" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="IgnitionTiming?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="IgnitionTimeActuation?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="31" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BaseFuelMass?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="IgnitionTiming?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="32" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CylNumObserver?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="InjectionTimeActuation?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="33" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="TotalFuelMass?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="InjectionTimeActuation?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="34" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceArbiter?type=Runnable" processScope="PP2?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="StopLightActuator?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="35" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ThrottleController?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ThrottleActuator?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="36" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="APedVoter?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ThrottleController?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="37" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ThrottleSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ThrottleController?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="38" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="TransientFuelMass?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="TotalFuelMass?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="39" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BaseFuelMass?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="TransientFuelMass?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="40" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleSpeedSensorTranslation?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleSpeedSensorVoter?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="41" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleStateMonitor?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="42" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleStateMonitor?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeSafetyMonitor?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="43" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="WheelSpeedSensorTranslation?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="WheelSpeedSensorVoter?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+  </constraintsModel>
+</am:Amalthea>
diff --git a/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/model/AMALTHEA_Democar_MappingExample_withTasks.amxmi b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/model/AMALTHEA_Democar_MappingExample_withTasks.amxmi
new file mode 100644
index 0000000..49008e5
--- /dev/null
+++ b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/model/AMALTHEA_Democar_MappingExample_withTasks.amxmi
@@ -0,0 +1,1273 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<am:Amalthea xmlns:am="http://app4mc.eclipse.org/amalthea/0.7.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0">
+  <swModel>
+    <tasks name="Task_PP4" stimuli="Timer_10MS?type=Periodic" preemption="cooperative">
+      <callGraph>
+        <graphEntries xsi:type="am:CallSequence">
+          <calls xsi:type="am:TaskRunnableCall" runnable="IgnitionTiming?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="CylNumObserver?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="TotalFuelMass?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="InjectionTimeActuation?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="ThrottleController?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="ThrottleActuator?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="IgnitionTimeActuation?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="BrakePedalSensorDiagnosis?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="DecelerationSensorDiagnosis?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="VehicleSpeedSensorDiagnosis?type=Runnable" />
+        </graphEntries>
+      </callGraph>
+    </tasks>
+    <tasks name="Task_PP2" stimuli="Timer_20MS?type=Periodic" preemption="cooperative">
+      <callGraph>
+        <graphEntries xsi:type="am:CallSequence">
+          <calls xsi:type="am:TaskRunnableCall" runnable="BrakeForceArbiter?type=Runnable" />
+        </graphEntries>
+      </callGraph>
+    </tasks>
+    <tasks name="Task_PP0" stimuli="Timer_10MS?type=Periodic" preemption="cooperative">
+      <callGraph>
+        <graphEntries xsi:type="am:CallSequence">
+          <calls xsi:type="am:TaskRunnableCall" runnable="DecelerationSensorVoter?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="BrakePedalSensorTranslation?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="ABSCalculation?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="BrakePedalSensorVoter?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="BrakeForceActuation?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="CheckPlausability?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="CaliperPositionCalculation?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="BrakeActuator?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="BrakeActuatorMonitor?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="BrakeForceCalculation?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="BrakeSafetyMonitor?type=Runnable" />
+        </graphEntries>
+      </callGraph>
+    </tasks>
+    <tasks name="Task_PP1" stimuli="Timer_5MS?type=Periodic" preemption="cooperative">
+      <callGraph>
+        <graphEntries xsi:type="am:CallSequence">
+          <calls xsi:type="am:TaskRunnableCall" runnable="APedSensor?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="MassAirFlowSensor?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="EcuBrakePedalSensor?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="EcuDecelerationSensor?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="EcuBrakeActuator?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="EcuStopLightActuator?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="EcuVehicleSpeedSensor?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="EcuWheelSpeedSensor?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="ThrottleSensor?type=Runnable" />
+        </graphEntries>
+      </callGraph>
+    </tasks>
+    <tasks name="Task_PP5" stimuli="Timer_10MS?type=Periodic" preemption="cooperative">
+      <callGraph>
+        <graphEntries xsi:type="am:CallSequence">
+          <calls xsi:type="am:TaskRunnableCall" runnable="WheelSpeedSensorDiagnosis?type=Runnable" />
+        </graphEntries>
+      </callGraph>
+    </tasks>
+    <tasks name="Task_PP3" stimuli="Timer_10MS?type=Periodic" preemption="cooperative">
+      <callGraph>
+        <graphEntries xsi:type="am:CallSequence">
+          <calls xsi:type="am:TaskRunnableCall" runnable="VehicleSpeedSensorTranslation?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="WheelSpeedSensorTranslation?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="VehicleSpeedSensorVoter?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="BaseFuelMass?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="TransientFuelMass?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="WheelSpeedSensorVoter?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="APedVoter?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="DecelerationSensorTranslation?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="StopLightActuator?type=Runnable" />
+          <calls xsi:type="am:TaskRunnableCall" runnable="VehicleStateMonitor?type=Runnable" />
+        </graphEntries>
+      </callGraph>
+    </tasks>
+    <runnables name="ABSCalculation" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VotedDecelerationRate?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedVehicleSpeed?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedWheelSpeed?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedBrakeForce?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ABSActivation?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ABSMode?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="APedSensor" tags="SwcEngineSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="APedSensor1Voltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="APedSensor2Voltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="APedPosition1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="APedPosition2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="APedVoter" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="APedPosition1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="APedPosition2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedAPedPosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BaseFuelMass" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="MassAirFlow?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BaseFuelMassPerStroke?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="MAFRate?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeActuator" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="CaliperPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceVoltage?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeActuatorMonitor" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForce?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceFeedback?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeForceActuation" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="ABSActivation?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ABSMode?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForce?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceCurrent?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeForceArbiter" tags="SwcBrakeForceArbiter?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="CalculatedBrakeForce?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeSafetyState?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedBrakeForce?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeForceCalculation" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceFeedback?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedDiagnosisRequest?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="MonitoredVehicleState?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeSafetyLevel?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="CalculatedBrakeForce?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeMonitorLevel?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakePedalSensorDiagnosis" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakePedalSensorTranslation" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakePedalSensorVoter" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedBrakePedalPosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeSafetyMonitor" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceFeedback?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedDiagnosisRequest?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="MonitoredVehicleState?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeMonitorLevel?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeSafetyLevel?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeSafetyState?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="CaliperPositionCalculation" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="CaliperPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceCurrent?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="CaliperPosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="CheckPlausability" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VotedBrakePedalPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="CylNumObserver" tags="SwcCylNumObserver?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="CylinderNumber?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="TriggeredCylinderNumber?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="DecelerationSensorDiagnosis" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="DecelerationSensorTranslation" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationRate1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationRate2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="DecelerationSensorVoter" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationRate1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationRate2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedDecelerationRate?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="DiagnosisArbiter" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedDiagnosisRequest?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuBrakeActuator" tags="SwcActuators?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceVoltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuBrakePedalSensor" tags="SwcSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="144000" />
+          <upperBound xsi:type="am:LongObject" value="176000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="160000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuDecelerationSensor" tags="SwcSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="144000" />
+          <upperBound xsi:type="am:LongObject" value="176000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="160000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuStopLightActuator" tags="SwcActuators?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeApplication?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuVehicleSpeedSensor" tags="SwcSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuWheelSpeedSensor" tags="SwcSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="IgnitionTimeActuation" tags="SwcInjIgnActuation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="TriggeredCylinderNumber?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime3?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime4?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime5?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime6?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime7?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime8?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="IgnitionTiming" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="MAFRate?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="InjectionTimeActuation" tags="SwcInjIgnActuation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="TriggeredCylinderNumber?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="TotalFuelMassPerStroke?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime3?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime4?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime5?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime6?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime7?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="InjectionTime8?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="MassAirFlowSensor" tags="SwcEngineSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="MAFSensorVoltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="MassAirFlow?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="StopLightActuator" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedBrakeForce?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeApplication?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="ThrottleActuator" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DesiredThrottlePosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DesiredThrottlePositionVoltage?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="ThrottleController" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VotedAPedPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ThrottlePosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DesiredThrottlePosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="ThrottleSensor" tags="SwcEngineSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="ThrottleSensor1Voltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ThrottleSensor2Voltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ThrottlePosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="TotalFuelMass" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="TransientFuelMassPerStroke?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="TotalFuelMassPerStroke?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="TransientFuelMass" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BaseFuelMassPerStroke?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="TransientFuelMassPerStroke?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="VehicleSpeedSensorDiagnosis" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="VehicleSpeedSensorTranslation" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeed1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeed2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="VehicleSpeedSensorVoter" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeed1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeed2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedVehicleSpeed?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="VehicleStateMonitor" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="MonitoredVehicleState?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="WheelSpeedSensorDiagnosis" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="WheelSpeedSensorTranslation" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeed1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeed2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="WheelSpeedSensorVoter" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeed1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeed2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedWheelSpeed?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <labels name="ABSActivation" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="ABSMode" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="APedPosition1" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="APedPosition2" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="APedSensor1Voltage" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="APedSensor2Voltage" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="ArbitratedBrakeForce" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="ArbitratedDiagnosisRequest" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BaseFuelMassPerStroke" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="BrakeApplication" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakeForce" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakeForceCurrent" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakeForceFeedback" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakeForceVoltage" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="BrakeMonitorLevel" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakePedalPosition" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakePedalPosition1" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakePedalPosition2" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakePedalPositionVoltage1" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="BrakePedalPositionVoltage2" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="BrakeSafetyLevel" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="BrakeSafetyState" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="CalculatedBrakeForce" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="CaliperPosition" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="CylinderNumber" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="DecelerationRate1" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="DecelerationRate2" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="DecelerationVoltage1" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="DecelerationVoltage2" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="DesiredThrottlePosition" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="DesiredThrottlePositionVoltage" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="IgnitionTime" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="IgnitionTime1" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime2" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime3" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime4" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime5" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime6" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime7" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="IgnitionTime8" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime1" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime2" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime3" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime4" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime5" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime6" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime7" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="InjectionTime8" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="MAFRate" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="MAFSensorVoltage" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="MassAirFlow" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="MonitoredVehicleState" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="ThrottlePosition" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="ThrottleSensor1Voltage" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="ThrottleSensor2Voltage" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="TotalFuelMassPerStroke" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="TransientFuelMassPerStroke" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="TriggeredCylinderNumber" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VehicleSpeed1" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VehicleSpeed2" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VehicleSpeedVoltage1" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="VehicleSpeedVoltage2" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="VotedAPedPosition" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VotedBrakePedalPosition" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VotedDecelerationRate" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VotedVehicleSpeed" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="VotedWheelSpeed" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="WheelSpeed1" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="WheelSpeed2" buffered="notBuffered">
+      <size numberBits="8" />
+    </labels>
+    <labels name="WheelSpeedVoltage1" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <labels name="WheelSpeedVoltage2" buffered="notBuffered">
+      <size numberBits="16" />
+    </labels>
+    <processPrototypes name="PP0" preemption="cooperative" firstRunnable="BrakePedalSensorTranslation?type=Runnable" lastRunnable="BrakeActuatorMonitor?type=Runnable" activation="Timer_10MS?type=PeriodicActivation" />
+    <processPrototypes name="PP1" preemption="cooperative" firstRunnable="EcuBrakePedalSensor?type=Runnable" lastRunnable="EcuBrakeActuator?type=Runnable" activation="Timer_5MS?type=PeriodicActivation" />
+    <processPrototypes name="PP2" preemption="cooperative" firstRunnable="BrakeForceArbiter?type=Runnable" lastRunnable="BrakeForceArbiter?type=Runnable" activation="Timer_20MS?type=PeriodicActivation" />
+    <processPrototypes name="PP3" preemption="cooperative" firstRunnable="VehicleStateMonitor?type=Runnable" lastRunnable="DiagnosisArbiter?type=Runnable" activation="Timer_10MS?type=PeriodicActivation" />
+    <processPrototypes name="PP4" preemption="cooperative" firstRunnable="CylNumObserver?type=Runnable" lastRunnable="VehicleSpeedSensorDiagnosis?type=Runnable" activation="Timer_10MS?type=PeriodicActivation" />
+    <processPrototypes name="PP5" preemption="cooperative" firstRunnable="WheelSpeedSensorDiagnosis?type=Runnable" lastRunnable="WheelSpeedSensorDiagnosis?type=Runnable" activation="Timer_10MS?type=PeriodicActivation" />
+    <activations xsi:type="am:PeriodicActivation" name="Timer_10MS" />
+    <activations xsi:type="am:PeriodicActivation" name="Timer_20MS" />
+    <activations xsi:type="am:PeriodicActivation" name="Timer_5MS" />
+    <tags name="SwcEngineController" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcActuators" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcBrakeForceArbiter" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcABSCalculation" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcSensors" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcSensorPostprocessing" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcCylNumObserver" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcBrakeForceCalculation" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcEngineSensors" tagType="SOFTWARE_COMPONENT" />
+    <tags name="SwcInjIgnActuation" tagType="SOFTWARE_COMPONENT" />
+  </swModel>
+  <stimuliModel>
+    <stimuli xsi:type="am:Periodic" name="Timer_10MS" />
+    <stimuli xsi:type="am:Periodic" name="Timer_20MS" />
+    <stimuli xsi:type="am:Periodic" name="Timer_5MS" />
+  </stimuliModel>
+  <constraintsModel>
+    <runnableSequencingConstraints name="0" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="DecelerationSensorVoter?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ABSCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="1" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleSpeedSensorVoter?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ABSCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="2" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="WheelSpeedSensorVoter?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ABSCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="3" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="APedSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="APedVoter?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="4" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="MassAirFlowSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BaseFuelMass?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="5" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CaliperPositionCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeActuator?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="6" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceActuation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeActuatorMonitor?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="7" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ABSCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceActuation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="8" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceArbiter?type=Runnable" processScope="PP2?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ABSCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="9" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceArbiter?type=Runnable" processScope="PP2?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="10" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeSafetyMonitor?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceArbiter?type=Runnable" processScope="PP2?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="12" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CheckPlausability?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="13" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuBrakePedalSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakePedalSensorDiagnosis?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="14" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuBrakePedalSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakePedalSensorTranslation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="15" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakePedalSensorTranslation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakePedalSensorVoter?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="16" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeSafetyMonitor?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="17" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CheckPlausability?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeSafetyMonitor?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="18" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceActuation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CaliperPositionCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="19" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakePedalSensorVoter?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CheckPlausability?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="20" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuDecelerationSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="DecelerationSensorDiagnosis?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="21" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuDecelerationSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="DecelerationSensorTranslation?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="22" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="DecelerationSensorTranslation?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="DecelerationSensorVoter?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="23" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeActuator?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuBrakeActuator?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="24" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="StopLightActuator?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuStopLightActuator?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="25" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuVehicleSpeedSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleSpeedSensorDiagnosis?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="26" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuVehicleSpeedSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleSpeedSensorTranslation?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="27" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuWheelSpeedSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="WheelSpeedSensorDiagnosis?type=Runnable" processScope="PP5?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="28" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="EcuWheelSpeedSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="WheelSpeedSensorTranslation?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="29" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CylNumObserver?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="IgnitionTimeActuation?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="30" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="IgnitionTiming?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="IgnitionTimeActuation?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="31" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BaseFuelMass?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="IgnitionTiming?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="32" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="CylNumObserver?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="InjectionTimeActuation?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="33" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="TotalFuelMass?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="InjectionTimeActuation?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="34" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceArbiter?type=Runnable" processScope="PP2?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="StopLightActuator?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="35" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ThrottleController?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ThrottleActuator?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="36" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="APedVoter?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ThrottleController?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="37" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ThrottleSensor?type=Runnable" processScope="PP1?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="ThrottleController?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="38" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="TransientFuelMass?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="TotalFuelMass?type=Runnable" processScope="PP4?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="39" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BaseFuelMass?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="TransientFuelMass?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="40" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleSpeedSensorTranslation?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleSpeedSensorVoter?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="41" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleStateMonitor?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeForceCalculation?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="42" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="VehicleStateMonitor?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="BrakeSafetyMonitor?type=Runnable" processScope="PP0?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+    <runnableSequencingConstraints name="43" orderType="successor">
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="WheelSpeedSensorTranslation?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+      <runnableGroups groupingType="allOfThem">
+        <entries runnable="WheelSpeedSensorVoter?type=Runnable" processScope="PP3?type=ProcessPrototype" />
+      </runnableGroups>
+    </runnableSequencingConstraints>
+  </constraintsModel>
+</am:Amalthea>
diff --git a/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/modelEnergyEfficient/AMALTHEA_Democar_EnergyEfficientMappingExample.amxmi b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/modelEnergyEfficient/AMALTHEA_Democar_EnergyEfficientMappingExample.amxmi
new file mode 100644
index 0000000..1ad070c
--- /dev/null
+++ b/examples/org.eclipse.app4mc.amalthea.example.democar.mapping/modelEnergyEfficient/AMALTHEA_Democar_EnergyEfficientMappingExample.amxmi
@@ -0,0 +1,1190 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<am:Amalthea xmlns:am="http://app4mc.eclipse.org/amalthea/0.7.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0">
+  <swModel>
+    <runnables name="ABSCalculation" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VotedDecelerationRate?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedVehicleSpeed?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedWheelSpeed?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedBrakeForce?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ABSActivation?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ABSMode?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="APedSensor" tags="SwcEngineSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="APedSensor1Voltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="APedSensor2Voltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="APedPosition1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="APedPosition2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="APedVoter" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="APedPosition1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="APedPosition2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedAPedPosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BaseFuelMass" tags="SwcEngineController?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="MassAirFlow?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BaseFuelMassPerStroke?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="MAFRate?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeActuator" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="CaliperPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceVoltage?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeActuatorMonitor" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForce?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceFeedback?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeForceActuation" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="ABSActivation?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ABSMode?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForce?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceCurrent?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeForceArbiter" tags="SwcBrakeForceArbiter?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="CalculatedBrakeForce?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeSafetyState?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedBrakeForce?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeForceCalculation" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceFeedback?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedDiagnosisRequest?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="MonitoredVehicleState?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeSafetyLevel?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="CalculatedBrakeForce?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeMonitorLevel?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakePedalSensorDiagnosis" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakePedalSensorTranslation" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakePedalSensorVoter" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedBrakePedalPosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="BrakeSafetyMonitor" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceFeedback?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedDiagnosisRequest?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="MonitoredVehicleState?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeMonitorLevel?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeSafetyLevel?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeSafetyState?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="CaliperPositionCalculation" tags="SwcABSCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="CaliperPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceCurrent?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="CaliperPosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="CheckPlausability" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VotedBrakePedalPosition?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPosition?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="CylNumObserver" tags="SwcCylNumObserver?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="CylinderNumber?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="TriggeredCylinderNumber?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="DecelerationSensorDiagnosis" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="DecelerationSensorTranslation" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationRate1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationRate2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="DecelerationSensorVoter" tags="SwcSensorPostprocessing?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationRate1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationRate2?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VotedDecelerationRate?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="DiagnosisArbiter" tags="SwcBrakeForceCalculation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="ArbitratedDiagnosisRequest?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuBrakeActuator" tags="SwcActuators?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeForceVoltage?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuBrakePedalSensor" tags="SwcSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="BrakePedalPositionVoltage2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="144000" />
+          <upperBound xsi:type="am:LongObject" value="176000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="160000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuDecelerationSensor" tags="SwcSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="DecelerationVoltage2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="144000" />
+          <upperBound xsi:type="am:LongObject" value="176000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="160000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuStopLightActuator" tags="SwcActuators?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="BrakeApplication?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuVehicleSpeedSensor" tags="SwcSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="VehicleSpeedVoltage2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="EcuWheelSpeedSensor" tags="SwcSensors?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage1?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="WheelSpeedVoltage2?type=Label" access="write" buffered="inherited" />
+      <runnableItems xsi:type="am:InstructionsDeviation">
+        <deviation>
+          <lowerBound xsi:type="am:LongObject" value="72000" />
+          <upperBound xsi:type="am:LongObject" value="88000" />
+          <distribution xsi:type="am:WeibullEstimators" pRemainPromille="0.5">
+            <mean xsi:type="am:LongObject" value="80000" />
+          </distribution>
+        </deviation>
+      </runnableItems>
+    </runnables>
+    <runnables name="IgnitionTimeActuation" tags="SwcInjIgnActuation?type=Tag">
+      <runnableItems xsi:type="am:LabelAccess" data="TriggeredCylinderNumber?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="IgnitionTime1?type=Label" access="read" buffered="inherited" />
+      <runnableItems xsi:type="am:LabelAccess" data="Ignitio