Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2011-06-13 22:31:03 +0000
committereutarass2011-06-13 22:31:03 +0000
commitb7fbb87fd150586c390fc134dc10c2f311d7f43c (patch)
tree7a19216cbb8431aaba8d11090db192d646459f19 /plugins/org.eclipse.tm.tcf.debug
parent199b8ee7f477bc8dc7c7bfab530f0599bc68f49b (diff)
downloadorg.eclipse.tcf-b7fbb87fd150586c390fc134dc10c2f311d7f43c.tar.gz
org.eclipse.tcf-b7fbb87fd150586c390fc134dc10c2f311d7f43c.tar.xz
org.eclipse.tcf-b7fbb87fd150586c390fc134dc10c2f311d7f43c.zip
TCF Debugger: got rid of some warnings in org.eclipse.tcf.target.ui.
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.debug')
-rw-r--r--plugins/org.eclipse.tm.tcf.debug/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.tm.tcf.debug/META-INF/MANIFEST.MF b/plugins/org.eclipse.tm.tcf.debug/META-INF/MANIFEST.MF
index 419c706bd..eb089a429 100644
--- a/plugins/org.eclipse.tm.tcf.debug/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.tm.tcf.debug/META-INF/MANIFEST.MF
@@ -17,7 +17,7 @@ Import-Package: org.eclipse.tm.tcf.core;version="0.4.0",
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
-Export-Package: org.eclipse.tm.internal.tcf.debug.launch;x-friends:="org.eclipse.tm.tcf.debug.ui,org.eclipse.tm.tcf.cdt.ui",
+Export-Package: org.eclipse.tm.internal.tcf.debug.launch;x-friends:="org.eclipse.tm.tcf.debug.ui,org.eclipse.tm.tcf.cdt.ui,org.eclipse.tcf.target.ui",
org.eclipse.tm.internal.tcf.debug.actions;x-friends:="org.eclipse.tm.tcf.debug.ui",
org.eclipse.tm.internal.tcf.debug.tests;x-friends:="org.eclipse.tm.tcf.debug.ui",
org.eclipse.tm.internal.tcf.debug.model;x-friends:="org.eclipse.tm.tcf.debug.ui,org.eclipse.tm.tcf.cdt.ui"

Back to the top