Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2008-02-21 23:25:18 +0000
committereutarass2008-02-21 23:25:18 +0000
commit521178c66ba2989ab837a9d7bb1c4a75216cfde2 (patch)
tree712d92bd8ef1fd4860d8f56f8a9b905bb2f216c8 /docs/TCF Specification.html
parent39964814a5c76b9c259bb2f670cb84e4d299abef (diff)
downloadorg.eclipse.tcf-521178c66ba2989ab837a9d7bb1c4a75216cfde2.tar.gz
org.eclipse.tcf-521178c66ba2989ab837a9d7bb1c4a75216cfde2.tar.xz
org.eclipse.tcf-521178c66ba2989ab837a9d7bb1c4a75216cfde2.zip
In order to comply with naming conventions at Eclipse, plugins, packages, etc. are renamed from com.windriver.* to org.eclipse.tm.*
Copyright notices are updated to include year 2008.
Diffstat (limited to 'docs/TCF Specification.html')
-rw-r--r--docs/TCF Specification.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TCF Specification.html b/docs/TCF Specification.html
index 2aec03f3f..adb497931 100644
--- a/docs/TCF Specification.html
+++ b/docs/TCF Specification.html
@@ -1374,7 +1374,7 @@ E • Locator • peerRemoved • <i>&lt;string: peer ID&gt;</i> •
* @param done will be executed by dispatch thread after communication
* messages are delivered to corresponding targets.
*
- * This is internal API, TCF clients should use {@code com.windriver.tcf.api.protocol.Protocol}.
+ * This is internal API, TCF clients should use {@code org.eclipse.tm.tcf.protocol.Protocol}.
*/</font>
IToken sync(DoneSync done);

Back to the top