Skip to content
Snippets Groups Projects
Commit 7c114bfa authored by Mark Prediger's avatar Mark Prediger
Browse files

uAAL Pax Runner: bug fix in max. start level

parent 627ef0ea
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ public class NewRunConfigHandler extends AbstractHandler {
configuration.setAttribute("automaticValidate", false);
configuration.setAttribute("bootstrap", "");
configuration.setAttribute("checked", "");
configuration.setAttribute("default_start_level", 40);
configuration.setAttribute("default_start_level", 60);
configuration.setAttribute("clearConfig", false);
configuration.setAttribute("configLocation", "${workspace_loc}/rundir/smp.lighting");
configuration.setAttribute("default", true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment