Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Schwarz2013-09-18 12:25:59 +0000
committerTobias Schwarz2013-09-18 12:25:59 +0000
commit4132ecd1177c47c1e8dc8c69b0a05659425c5ea2 (patch)
treea046293d05e7a1cd66b9015c42ec742b9356109a /target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/META-INF
parent473797305d4243ba76c3921a9a214d7c34b47ff9 (diff)
downloadorg.eclipse.tcf-4132ecd1177c47c1e8dc8c69b0a05659425c5ea2.tar.gz
org.eclipse.tcf-4132ecd1177c47c1e8dc8c69b0a05659425c5ea2.tar.xz
org.eclipse.tcf-4132ecd1177c47c1e8dc8c69b0a05659425c5ea2.zip
Target Explorer: use part listener to set default connection
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/META-INF')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/META-INF/MANIFEST.MF b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/META-INF/MANIFEST.MF
index 8c3a4d302..4cc1b89ca 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/META-INF/MANIFEST.MF
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/META-INF/MANIFEST.MF
@@ -48,6 +48,7 @@ Export-Package: org.eclipse.tcf.te.tcf.ui.actions,
org.eclipse.tcf.te.tcf.ui.internal.preferences;x-internal:=true,
org.eclipse.tcf.te.tcf.ui.internal.services,
org.eclipse.tcf.te.tcf.ui.internal.tabbed;x-internal:=true,
+ org.eclipse.tcf.te.tcf.ui.listeners,
org.eclipse.tcf.te.tcf.ui.navigator,
org.eclipse.tcf.te.tcf.ui.navigator.dnd,
org.eclipse.tcf.te.tcf.ui.navigator.events,

Back to the top