-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWineingExampleClient.launch
More file actions
14 lines (14 loc) · 1.06 KB
/
WineingExampleClient.launch
File metadata and controls
14 lines (14 loc) · 1.06 KB
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">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/Wineing/src/main/java/org/instilled/wineing/WineingExampleClient.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.instilled.wineing.WineingExampleClient"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--cchan-out=tcp://192.168.55.2:9990 --cchan-in=tcp://192.168.55.2:9991 --mchan=tcp://192.168.55.2:9992 --tape-file=20100506.DQ.nxc"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Wineing"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
</launchConfiguration>