added Inchron 2.98.2 plugin as a local plugin instead of depending on the updatesite: http://eclipse.inchron.com/realtime/updatesites/release/2.98.2/
diff --git a/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/.classpath b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/.classpath
new file mode 100644
index 0000000..017ede6
--- /dev/null
+++ b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry exported="true" kind="lib" path="libs/com.inchron.realtime.root_2.98.2.201806200800.jar"/>
+ <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="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/.gitignore b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/.gitignore
new file mode 100644
index 0000000..944a1c7
--- /dev/null
+++ b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/.gitignore
@@ -0,0 +1,4 @@
+/bin/
+/target/
+/xtend-gen/
+/output
\ No newline at end of file
diff --git a/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/.project b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/.project
new file mode 100644
index 0000000..2004d34
--- /dev/null
+++ b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>com.inchron.realtime.root</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <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>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/.settings/org.eclipse.jdt.core.prefs b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..0c68a61
--- /dev/null
+++ b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/.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/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/META-INF/MANIFEST.MF b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..484aa5e
--- /dev/null
+++ b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/META-INF/MANIFEST.MF
@@ -0,0 +1,33 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: com.inchron.realtime.root
+Bundle-SymbolicName: com.inchron.realtime.root
+Bundle-Version: 2.98.2.qualifier
+Bundle-Vendor: Eclipse INCHRON
+Automatic-Module-Name: com.inchron.realtime.root
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ClassPath: libs/com.inchron.realtime.root_2.98.2.201806200800.jar
+Export-Package: com.inchron.realtime.root,
+ com.inchron.realtime.root.impl,
+ com.inchron.realtime.root.model,
+ com.inchron.realtime.root.model.autosar,
+ com.inchron.realtime.root.model.autosar.impl,
+ com.inchron.realtime.root.model.autosar.util,
+ com.inchron.realtime.root.model.impl,
+ com.inchron.realtime.root.model.memory,
+ com.inchron.realtime.root.model.memory.impl,
+ com.inchron.realtime.root.model.memory.util,
+ com.inchron.realtime.root.model.peripheral,
+ com.inchron.realtime.root.model.peripheral.impl,
+ com.inchron.realtime.root.model.peripheral.util,
+ com.inchron.realtime.root.model.requirement,
+ com.inchron.realtime.root.model.requirement.impl,
+ com.inchron.realtime.root.model.requirement.util,
+ com.inchron.realtime.root.model.stimulation,
+ com.inchron.realtime.root.model.stimulation.impl,
+ com.inchron.realtime.root.model.stimulation.util,
+ com.inchron.realtime.root.model.util,
+ com.inchron.realtime.root.settings,
+ com.inchron.realtime.root.settings.impl,
+ com.inchron.realtime.root.settings.util,
+ com.inchron.realtime.root.util
diff --git a/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/build.properties b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/build.properties
new file mode 100644
index 0000000..d1835a0
--- /dev/null
+++ b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/build.properties
@@ -0,0 +1,3 @@
+output.. = bin/
+bin.includes = META-INF/,\
+ libs/com.inchron.realtime.root_2.98.2.201806200800.jar
diff --git a/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/libs-src/com.inchron.realtime.root.source_2.98.2.201806200800.zip b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/libs-src/com.inchron.realtime.root.source_2.98.2.201806200800.zip
new file mode 100644
index 0000000..03768d7
--- /dev/null
+++ b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/libs-src/com.inchron.realtime.root.source_2.98.2.201806200800.zip
Binary files differ
diff --git a/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/libs/com.inchron.realtime.root_2.98.2.201806200800.jar b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/libs/com.inchron.realtime.root_2.98.2.201806200800.jar
new file mode 100644
index 0000000..70a3304
--- /dev/null
+++ b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/libs/com.inchron.realtime.root_2.98.2.201806200800.jar
Binary files differ
diff --git a/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/license/license.txt b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/license/license.txt
new file mode 100644
index 0000000..3623da9
--- /dev/null
+++ b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/license/license.txt
@@ -0,0 +1,6 @@
+License
+
+Copyright © 2018 INCHRON GmbH
+
+This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/legal/epl-2.0/.
+SPDX-License-Identifier: EPL-2.0
\ No newline at end of file
diff --git a/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/license/readme.txt b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/license/readme.txt
new file mode 100644
index 0000000..cf5806d
--- /dev/null
+++ b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/license/readme.txt
@@ -0,0 +1,20 @@
+Contents of this plugin are downloaded from : https://eclipse.inchron.com/realtime/updatesites/release/2.98.2/
+
+Description from IPZilla w.r.t. clearance of CQ 16813
+
+Name: INCHRON Realtime System Model 2.98.2
+Description: INCHRON Realtime System Model provides a possibility to design
+the most suitable software and hardware architecture as well as the perfect
+task mapping onto the processors. Generated Inchron models can be used for
+real-time simulation, analysis and in-depth forecast of your embedded
+software's dynamic performance.
+
+In APP4MC tools project we are developing a tool to transform Amalthea model to
+Inchron model (M2M). As a part of the target we use the Inchron update site.
+
+
+Due Diligence: Type_B
+License(s): Eclipse Public License
+
+Project URL: http://www.inchron.com
+Source URL: http://eclipse.inchron.com/realtime/updatesites/release/2.98.2/
\ No newline at end of file
diff --git a/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/pom.xml b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/pom.xml
new file mode 100644
index 0000000..53bbab7
--- /dev/null
+++ b/eclipse-tools/model-transformation/examples/amlt2inchron/com.inchron.realtime.root/pom.xml
@@ -0,0 +1,17 @@
+<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>../../../build/org.eclipse.app4mc.transformation.build/pom.xml</relativePath>
+ <groupId>org.eclipse.app4mc.transformation</groupId>
+ <artifactId>org.eclipse.app4mc.transformation.build</artifactId>
+ <version>0.3.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>com.inchron.realtime.root</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <version>2.98.2-SNAPSHOT</version>
+
+</project>
\ No newline at end of file