diff options
author | Thomas Schuetz | 2013-06-12 12:47:46 +0000 |
---|---|---|
committer | Thomas Schuetz | 2013-06-13 19:01:36 +0000 |
commit | b11637ca84516bdafd5fe86c06ccafa45741edbe (patch) | |
tree | 046022f68c3add1392ab53cfdfa19f0182fa5d9b /examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/gen_trafficlight.example.launch | |
parent | 65c435fd138d7678ca4bd290a4a2e5a9a20940cc (diff) | |
download | org.eclipse.etrice-b11637ca84516bdafd5fe86c06ccafa45741edbe.tar.gz org.eclipse.etrice-b11637ca84516bdafd5fe86c06ccafa45741edbe.tar.xz org.eclipse.etrice-b11637ca84516bdafd5fe86c06ccafa45741edbe.zip |
[trafficlight.example] minor changes to Raspberry Pi model
Diffstat (limited to 'examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/gen_trafficlight.example.launch')
-rw-r--r-- | examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/gen_trafficlight.example.launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/gen_trafficlight.example.launch b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/gen_trafficlight.example.launch index 53ab54b9e..bb87088c7 100644 --- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/gen_trafficlight.example.launch +++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/gen_trafficlight.example.launch @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.etrice.generator.launch.java.launchConfigurationType">
-<booleanAttribute key="Debug" value="false"/>
+<booleanAttribute key="Debug" value="true"/>
<booleanAttribute key="GenDocumentation" value="true"/>
<booleanAttribute key="GenInstanceDiagram" value="true"/>
<stringAttribute key="GenModelPath" value=""/>
|