mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Setup launch (#477)
* fix launch configuration Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
This commit is contained in:
parent
c0d638e8a3
commit
dc0492e648
@ -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"
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user