mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 13:15:35 +00:00
16 lines
751 B
XML
16 lines
751 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<launchConfiguration type="com.github.sdbg.debug.core.chromeMobileConnLaunchConfig">
|
|
<stringAttribute key="applicationName" value=""/>
|
|
<stringAttribute key="device" value="<YOUR-DEVICE>"/>
|
|
<booleanAttribute key="launchFile" value="false"/>
|
|
<booleanAttribute key="launchTabWithUrl" value="true"/>
|
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
|
<listEntry value="/com.sap.sailing.gwt.ui"/>
|
|
</listAttribute>
|
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
|
<listEntry value="4"/>
|
|
</listAttribute>
|
|
<stringAttribute key="projectName" value="com.sap.sailing.gwt.ui"/>
|
|
<stringAttribute key="url" value="http://localhost:8888/gwt/Home.html"/>
|
|
</launchConfiguration>
|