Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schuetz2013-07-03 18:53:55 +0000
committerThomas Schuetz2013-07-03 19:22:02 +0000
commit5eb30b1b55ead6c2c1e03522a93c4678fc0bc25a (patch)
tree373d7ee8676ea2ea900a840607f7e3e0f095bfae /plugins/org.eclipse.etrice.core.etmap.ui
parent0f66e0f056d1065bc2192ac1e563443d96b2a547 (diff)
downloadorg.eclipse.etrice-5eb30b1b55ead6c2c1e03522a93c4678fc0bc25a.tar.gz
org.eclipse.etrice-5eb30b1b55ead6c2c1e03522a93c4678fc0bc25a.tar.xz
org.eclipse.etrice-5eb30b1b55ead6c2c1e03522a93c4678fc0bc25a.zip
[core.etmap.ui , core.room.ui] minor fixes for naming conventions in code templates
Diffstat (limited to 'plugins/org.eclipse.etrice.core.etmap.ui')
-rw-r--r--plugins/org.eclipse.etrice.core.etmap.ui/templates/templates.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.core.etmap.ui/templates/templates.xml b/plugins/org.eclipse.etrice.core.etmap.ui/templates/templates.xml
index 072aec2d5..c1004730b 100644
--- a/plugins/org.eclipse.etrice.core.etmap.ui/templates/templates.xml
+++ b/plugins/org.eclipse.etrice.core.etmap.ui/templates/templates.xml
@@ -7,7 +7,7 @@
import ${RoomModel1}.* from "${RoomModelFile1}.room"
import ${PhysicalModel1}.* from "${PhysicalModelFile1}.etphys"
Mapping ${LogSys1} -> ${PhysSys1} {
- SubSystemMapping ${SubSysRef1} -> ${nodeRef1} {
+ SubSystemMapping ${subSysRef1} -> ${nodeRef1} {
ThreadMapping defaultThread -> ${PhysicalThread1}
}
}

Back to the top