Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Belle2019-08-30 09:07:42 +0000
committerJan Belle2019-08-30 09:07:42 +0000
commit6a6d7cc5f617533838cc2955fedeff33de25965a (patch)
tree34ab0fe14b86b54c3fc6ed27d1e1233315fa3898 /examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/demomodel/current/trafficlight.etmap
parentddae390c9f162b1d391e190987aba7e3c0fcd742 (diff)
downloadorg.eclipse.etrice-6a6d7cc5f617533838cc2955fedeff33de25965a.tar.gz
org.eclipse.etrice-6a6d7cc5f617533838cc2955fedeff33de25965a.tar.xz
org.eclipse.etrice-6a6d7cc5f617533838cc2955fedeff33de25965a.zip
[examples] Remove obsolete traffic light example project
Diffstat (limited to 'examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/demomodel/current/trafficlight.etmap')
-rw-r--r--examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/demomodel/current/trafficlight.etmap10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/demomodel/current/trafficlight.etmap b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/demomodel/current/trafficlight.etmap
deleted file mode 100644
index a9a61742a..000000000
--- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/demomodel/current/trafficlight.etmap
+++ /dev/null
@@ -1,10 +0,0 @@
-MappingModel MappingModel1 {
- import TrafficlightModel.* from "trafficlight.room"
- import TrafficLightPhysicalModel.* from "trafficlight.etphys"
- Mapping TrafficlightLogSys -> PhysicalSys {
- SubSystemMapping subsystem -> node1 {
- ThreadMapping defaultThread -> PhysicalThread1
- }
- }
-
-} \ No newline at end of file

Back to the top