-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChatClient2.launch
More file actions
14 lines (14 loc) · 873 Bytes
/
ChatClient2.launch
File metadata and controls
14 lines (14 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<stringAttribute key="bad_container_name" value="/A"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/Avro/src/avro/chat/client/ChatClient.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="avro.chat.client.ChatClient"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="Olivier 192.168.11.1 10010 192.168.11.1 11001"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Avro"/>
</launchConfiguration>