Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Leger2014-03-14 13:10:07 +0000
committerFrederic Leger2014-03-14 13:10:07 +0000
commit2e7bcc06b8fcd54154b250e2be05cebc8e5d9546 (patch)
tree6b58a6620354f17dffe1408028a05822ca701043 /python/src/tcf/services/remote/ContextQueryProxy.py
parentcf9ea44940c41174357fdc22dd7f6b3cd8f3c7fa (diff)
downloadorg.eclipse.tcf-2e7bcc06b8fcd54154b250e2be05cebc8e5d9546.tar.gz
org.eclipse.tcf-2e7bcc06b8fcd54154b250e2be05cebc8e5d9546.tar.xz
org.eclipse.tcf-2e7bcc06b8fcd54154b250e2be05cebc8e5d9546.zip
Python - Added Processes_v1 service update.
The getCapabilities() method has been added to the Processes_V1 service along with the values it uses. The services documentation has been updated and can now be generated using sphinx.
Diffstat (limited to 'python/src/tcf/services/remote/ContextQueryProxy.py')
-rw-r--r--python/src/tcf/services/remote/ContextQueryProxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/src/tcf/services/remote/ContextQueryProxy.py b/python/src/tcf/services/remote/ContextQueryProxy.py
index 6ea3e0cc0..a9a08dbaf 100644
--- a/python/src/tcf/services/remote/ContextQueryProxy.py
+++ b/python/src/tcf/services/remote/ContextQueryProxy.py
@@ -1,5 +1,5 @@
# *****************************************************************************
-# * Copyright (c) 2012, 2013-2014 Wind River Systems, Inc. and others.
+# * Copyright (c) 2012-2014 Wind River Systems, Inc. and others.
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
# * which accompanies this distribution, and is available at

Back to the top