-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathScelight.launch
More file actions
13 lines (13 loc) · 868 Bytes
/
Scelight.launch
File metadata and controls
13 lines (13 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/Scelight/src-launcher/hu/sllauncher/ScelightLauncher.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="hu.sllauncher.ScelightLauncher"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Scelight"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx1024m -Dhu.scelight.launched-with=Scelight.launch"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:Scelight/app-folder}"/>
</launchConfiguration>