diff options
author | Thomas Schuetz | 2012-10-04 18:00:07 +0000 |
---|---|---|
committer | Thomas Schuetz | 2012-10-04 18:00:07 +0000 |
commit | 0b24eebbcf9e6057f537827821f48e00cf5a636a (patch) | |
tree | 9404fbf72415046aba979786959a4a962d8eb4a4 /examples | |
parent | 743891754e3997d4981a24284cdef9d1b669a755 (diff) | |
download | org.eclipse.etrice-0b24eebbcf9e6057f537827821f48e00cf5a636a.tar.gz org.eclipse.etrice-0b24eebbcf9e6057f537827821f48e00cf5a636a.tar.xz org.eclipse.etrice-0b24eebbcf9e6057f537827821f48e00cf5a636a.zip |
[tutorials.simulators.trafficlight] added launch configurations with different TCP/IP Ports
Diffstat (limited to 'examples')
-rw-r--r-- | examples/org.eclipse.etrice.tutorials.simulators.trafficlight/trafficlight_port_4441.launch (renamed from examples/org.eclipse.etrice.tutorials.simulators.trafficlight/trafficlight.launch) | 0 | ||||
-rw-r--r-- | examples/org.eclipse.etrice.tutorials.simulators.trafficlight/trafficlight_port_4442.launch | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/trafficlight.launch b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/trafficlight_port_4441.launch index 82afbbd0a..82afbbd0a 100644 --- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/trafficlight.launch +++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/trafficlight_port_4441.launch diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/trafficlight_port_4442.launch b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/trafficlight_port_4442.launch new file mode 100644 index 000000000..30b28c52f --- /dev/null +++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/trafficlight_port_4442.launch @@ -0,0 +1,12 @@ +<?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="/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/Main.java"/> +</listAttribute> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> +<listEntry value="1"/> +</listAttribute> +<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.etrice.tutorials.simulators.trafficlight.Main"/> +<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="4442"/> +<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.etrice.tutorials.simulators.trafficlight"/> +</launchConfiguration> |