Setup launch (#477)

* fix launch configuration

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
This commit is contained in:
Markus Rathgeb 2019-01-28 22:15:50 +00:00 committed by Kai Kreuzer
parent c0d638e8a3
commit dc0492e648
2 changed files with 2 additions and 2 deletions

View File

@ -2423,7 +2423,7 @@
xsi:type="launching:LaunchTask"
id="launch.smarthome.all"
excludedTriggers="STARTUP"
launcher="EclipseSmartHomeMavenBuild"/>
launcher="openHABCoreMavenBuild"/>
<setupTask
xsi:type="projects:ProjectsBuildTask"
excludedTriggers="STARTUP"

View File

@ -16,5 +16,5 @@
<mapEntry key="QT_QPA_PLATFORM" value=""/>
</mapAttribute>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JRE for JavaSE-1.8"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.smarthome.tools.oomph}/../.."/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/org.openhab.core.tools.oomph}/../.."/>
</launchConfiguration>