Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Weninger2013-08-06 13:35:43 +0000
committerUwe Stieber2013-08-06 13:36:26 +0000
commit329295f08ff122d41c5ccfa1c4c8996b195d1066 (patch)
tree9e95064fcb7e5939370b54f6f68423862f7e1f30 /target_explorer/plugins/org.eclipse.tcf.te.runtime.services
parentd7e09384659f1bd61c8391b79752bdd4e7528b58 (diff)
downloadorg.eclipse.tcf-329295f08ff122d41c5ccfa1c4c8996b195d1066.tar.gz
org.eclipse.tcf-329295f08ff122d41c5ccfa1c4c8996b195d1066.tar.xz
org.eclipse.tcf-329295f08ff122d41c5ccfa1c4c8996b195d1066.zip
Target Explorer: Added support for passed in environment for process and local terminal connectors.
Signed-off-by: Max Weninger <max.weninger@windriver.com>
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime.services')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/constants/ITerminalsConnectorConstants.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/constants/ITerminalsConnectorConstants.java b/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/constants/ITerminalsConnectorConstants.java
index 7779e5af4..85740d562 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/constants/ITerminalsConnectorConstants.java
+++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/constants/ITerminalsConnectorConstants.java
@@ -141,6 +141,12 @@ public interface ITerminalsConnectorConstants {
public static final String PROP_PROCESS_WORKING_DIR = "process.working_dir"; //$NON-NLS-1$
/**
+ * Property: Process environment.
+ * <p>Typical for process terminals.
+ */
+ public static final String PROP_PROCESS_ENVIRONMENT = "process.environment"; //$NON-NLS-1$
+
+ /**
* Property: Runtime process instance.
* <p>Typical for process terminals.
*/

Back to the top