Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-10-02 20:58:59 +0000
committerMichael Rennie2007-10-02 20:58:59 +0000
commite3d8a4714560089edc10d9232cce56acc0607d7d (patch)
treeda82b8994f4f60e2e92752190fb7dbc23bf21e86 /org.eclipse.debug.ui/META-INF/MANIFEST.MF
parent4187b162f297be47991870f2ba491fddf17656f9 (diff)
downloadeclipse.platform.debug-e3d8a4714560089edc10d9232cce56acc0607d7d.tar.gz
eclipse.platform.debug-e3d8a4714560089edc10d9232cce56acc0607d7d.tar.xz
eclipse.platform.debug-e3d8a4714560089edc10d9232cce56acc0607d7d.zip
Bug 12898 [launching] Import/Export of launch configs
Diffstat (limited to 'org.eclipse.debug.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.debug.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
index 90c6ad3bd..cd25e51a4 100644
--- a/org.eclipse.debug.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
@@ -18,6 +18,7 @@ Export-Package: org.eclipse.debug.internal.ui;x-internal:=true,
org.eclipse.debug.internal.ui.contexts;x-internal:=true,
org.eclipse.debug.internal.ui.elements.adapters;x-internal:=true,
org.eclipse.debug.internal.ui.importexport.breakpoints;x-internal:=true,
+ org.eclipse.debug.internal.ui.importexport.launchconfigurations;x-internal:=true,
org.eclipse.debug.internal.ui.launchConfigurations;x-internal:=true,
org.eclipse.debug.internal.ui.memory;x-internal:=true,
org.eclipse.debug.internal.ui.memory.provisional;x-internal:=true,

Back to the top