Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.etrice.examples.dynamicactors1/gen_DynAct1_sys.launch')
-rw-r--r--examples/org.eclipse.etrice.examples.dynamicactors1/gen_DynAct1_sys.launch5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/org.eclipse.etrice.examples.dynamicactors1/gen_DynAct1_sys.launch b/examples/org.eclipse.etrice.examples.dynamicactors1/gen_DynAct1_sys.launch
index 21dd98306..2a7d15d48 100644
--- a/examples/org.eclipse.etrice.examples.dynamicactors1/gen_DynAct1_sys.launch
+++ b/examples/org.eclipse.etrice.examples.dynamicactors1/gen_DynAct1_sys.launch
@@ -1,14 +1,15 @@
<?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="GenDocumentation" value="true"/>
-<booleanAttribute key="GenInstanceDiagram" value="true"/>
+<booleanAttribute key="GenDocumentation" value="false"/>
+<booleanAttribute key="GenInstanceDiagram" value="false"/>
<stringAttribute key="GenModelPath" value="${workspace_loc:/org.eclipse.etrice.examples.dynamicactors1}"/>
<booleanAttribute key="Lib" value="false"/>
<booleanAttribute key="MSC" value="true"/>
<listAttribute key="ModelFiles">
<listEntry value="${workspace_loc:/org.eclipse.etrice.examples.dynamicactors1/model/DynAct1.etmap}"/>
</listAttribute>
+<booleanAttribute key="Persist" value="false"/>
<booleanAttribute key="SaveGenModel" value="true"/>
<booleanAttribute key="Verbose" value="false"/>
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/>

Back to the top