Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-03-04 01:58:27 +0000
committereutarass2009-03-04 01:58:27 +0000
commit88caf8c9c877b34d651b15e963d9f666c8027fdc (patch)
tree5eaf883a57061fa05844f8c674fff4ae844edd79 /examples
parent72723936ad2c9e203c577fa9f2645c564bdef0d3 (diff)
downloadorg.eclipse.tcf-88caf8c9c877b34d651b15e963d9f666c8027fdc.tar.gz
org.eclipse.tcf-88caf8c9c877b34d651b15e963d9f666c8027fdc.tar.xz
org.eclipse.tcf-88caf8c9c877b34d651b15e963d9f666c8027fdc.zip
Implemented better handling of unrecognized commands in TCF protocol: instead of terminating a connection, peers now can send special "command is not recognized" message.
Added TCF error code "command is not recognized". Fixed agent build error on CygWin.
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime/.classpath14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime/.classpath b/examples/org.eclipse.tm.tcf.examples.daytime/.classpath
index 2d1a4302f..64c5e31b7 100644
--- a/examples/org.eclipse.tm.tcf.examples.daytime/.classpath
+++ b/examples/org.eclipse.tm.tcf.examples.daytime/.classpath
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top