Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Schwarz2012-10-23 11:55:01 +0000
committerTobias Schwarz2012-10-23 11:55:38 +0000
commiteb42c4176b4f9ca129b80fa958fbe3cec4f23e6d (patch)
tree1ef1808ccf502a2513aa076560b665d12b24ac47 /target_explorer/plugins/org.eclipse.tcf.te.launch.core/plugin.xml
parented1cdc21e989fb28e434ada63c57f9ec39473c92 (diff)
downloadorg.eclipse.tcf-eb42c4176b4f9ca129b80fa958fbe3cec4f23e6d.tar.gz
org.eclipse.tcf-eb42c4176b4f9ca129b80fa958fbe3cec4f23e6d.tar.xz
org.eclipse.tcf-eb42c4176b4f9ca129b80fa958fbe3cec4f23e6d.zip
[Target Explorer] unify variable delegate and configure it in the
contribution directly
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.launch.core/plugin.xml')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.launch.core/plugin.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.launch.core/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.launch.core/plugin.xml
index fe36af6f8..adbf37550 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.launch.core/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.launch.core/plugin.xml
@@ -150,8 +150,11 @@
<extension point="org.eclipse.tcf.te.runtime.persistence.variableDelegates">
<delegate
id="org.eclipse.tcf.te.launch.core.persistence.variableDelegate"
- class="org.eclipse.tcf.te.launch.core.internal.FileTransferItemVariableDelegate"
- delegateId="org.eclipse.tcf.te.launch.core.persistence.gson.fileTransferItem"/>
+ delegateId="org.eclipse.tcf.te.launch.core.persistence.gson.fileTransferItem">
+ <class class="org.eclipse.tcf.te.runtime.persistence.delegates.PathVariableDelegate">
+ <parameter name="keysToHandle" value="host"/>
+ </class>
+ </delegate>
</extension>

Back to the top