Skip to content

Commit

Permalink
stop add workspace plugins automatically to launch config
Browse files Browse the repository at this point in the history
It is very annoying if every bundle I added to my workspace is also
added to the launch configuration and must be deactivated manually.
A launch configuration should represent a configuration that is changed
manually if additional bundles should be added.

If the automatically addition of plugins is deactivated, we could stop
adding plugins to deselected_workspace_plugins.

Signed-off-by: Markus Rathgeb <[email protected]>
  • Loading branch information
maggu2810 committed Mar 4, 2015
1 parent 8a6f1a8 commit 86a8ed1
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 86a8ed1

Please sign in to comment.