Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-04-25 15:02:47 +0000
committerUwe Stieber2012-04-25 15:02:47 +0000
commit45c374773adf6196ad239a74944b529125e53e0b (patch)
treef7c0ffab7da91a5ffbba2627099934ce3107fdcd /target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/META-INF
parentb313ea83b6c978f07a037d9db849fd47b999ef86 (diff)
downloadorg.eclipse.tcf-45c374773adf6196ad239a74944b529125e53e0b.tar.gz
org.eclipse.tcf-45c374773adf6196ad239a74944b529125e53e0b.tar.xz
org.eclipse.tcf-45c374773adf6196ad239a74944b529125e53e0b.zip
Target Explorer: Fix QUESTION and YES_NO_CANCEL status handler cases
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/META-INF')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/META-INF/MANIFEST.MF b/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/META-INF/MANIFEST.MF
index bf79e3f88..ce5992bdb 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/META-INF/MANIFEST.MF
+++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/META-INF/MANIFEST.MF
@@ -15,4 +15,5 @@ Export-Package: org.eclipse.tcf.te.runtime.statushandler,
org.eclipse.tcf.te.runtime.statushandler.activator;x-internal:=true,
org.eclipse.tcf.te.runtime.statushandler.interfaces,
org.eclipse.tcf.te.runtime.statushandler.internal;x-internal:=true,
- org.eclipse.tcf.te.runtime.statushandler.nls
+ org.eclipse.tcf.te.runtime.statushandler.nls,
+ org.eclipse.tcf.te.runtime.statushandler.status

Back to the top