Skip to content

Commit

Permalink
Merge pull request openhab#154 from maggu2810/launch-cfg-stop-auto-add
Browse files Browse the repository at this point in the history
stop add workspace plugins automatically to launch config
  • Loading branch information
kaikreuzer committed Mar 4, 2015
2 parents 8a6f1a8 + 86a8ed1 commit 1780131
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions targetplatform/openHAB_Runtime.launch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<launchConfiguration type="org.eclipse.pde.ui.RuntimeWorkbench">
<booleanAttribute key="append.args" value="true"/>
<booleanAttribute key="askclear" value="false"/>
<booleanAttribute key="automaticAdd" value="true"/>
<booleanAttribute key="automaticAdd" value="false"/>
<booleanAttribute key="automaticValidate" value="true"/>
<stringAttribute key="bootstrap" value=""/>
<stringAttribute key="checked" value="[NONE]"/>
Expand All @@ -12,7 +12,6 @@
<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/openHAB_Runtime"/>
<booleanAttribute key="default" value="false"/>
<booleanAttribute key="default_auto_start" value="true"/>
<stringAttribute key="deselected_workspace_plugins" value="org.openhab.binding.max.test"/>
<booleanAttribute key="includeOptional" value="true"/>
<stringAttribute key="location" value="${workspace_loc}/../runtime-org.openhab.runtime.product.product"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
Expand Down

0 comments on commit 1780131

Please sign in to comment.