Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cross/org.eclipse.cdt.launch.remote/META-INF/MANIFEST.MF')
-rw-r--r--cross/org.eclipse.cdt.launch.remote/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/org.eclipse.cdt.launch.remote/META-INF/MANIFEST.MF b/cross/org.eclipse.cdt.launch.remote/META-INF/MANIFEST.MF
index 6c27e2fa7b8..dda9260a6e2 100644
--- a/cross/org.eclipse.cdt.launch.remote/META-INF/MANIFEST.MF
+++ b/cross/org.eclipse.cdt.launch.remote/META-INF/MANIFEST.MF
@@ -31,4 +31,6 @@ Eclipse-LazyStart: true
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.cdt.internal.launch.remote;x-internal:=true,
- org.eclipse.cdt.launch.remote;x-internal:=true
+ org.eclipse.cdt.launch.remote;x-internal:=true,
+ org.eclipse.cdt.launch.remote.launching;x-internal:=true,
+ org.eclipse.cdt.launch.remote.tabs;x-internal:=true

Back to the top