- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBattlecodeClient.launch
More file actions
Latest commit
12 lines (12 loc) · 688 Bytes
/
Copy pathBattlecodeClient.launch
File metadata and controls
12 lines (12 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfigurationtype="org.eclipse.jdt.launching.localJavaApplication">
<listAttributekey="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntryvalue="/bcode2012-bot/lib/battlecode-client.jar"/>
</listAttribute>
<listAttributekey="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntryvalue="1"/>
</listAttribute>
<stringAttributekey="org.eclipse.jdt.launching.MAIN_TYPE"value="battlecode.client.Main"/>
<stringAttributekey="org.eclipse.jdt.launching.PROJECT_ATTR"value="bcode2012-bot"/>
<stringAttributekey="org.eclipse.jdt.launching.VM_ARGUMENTS"value="-Xmx1024m -XX:MaxPermSize=256m"/>
</launchConfiguration>