-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbacus SFX.launch
19 lines (19 loc) · 974 Bytes
/
Abacus SFX.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="scala.application">
<listAttribute key="StepOutExcludePkgsOrClasses"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/abacus-sfx/src/main/scala/com/innoave/abacus/fxui/app/FxUiApp.scala"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<mapAttribute key="org.eclipse.debug.core.preferred_launchers">
<mapEntry key="[debug]" value="scala.application.new"/>
</mapAttribute>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.innoave.abacus.fxui.app.FxUiApp"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="abacus-sfx"/>
</launchConfiguration>