-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathSc2gears.launch
More file actions
13 lines (13 loc) · 823 Bytes
/
Copy pathSc2gears.launch
File metadata and controls
13 lines (13 loc) · 823 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="/Sc2gears/src/hu/belicza/andras/sc2gears/Sc2gears.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.belicza.andras.sc2gears.Sc2gears"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Sc2gears"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Ddeveloper-mode"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:Sc2gears/app-folder}"/>
</launchConfiguration>