From 6cabe5791d66c193574180c23249b4d4b2eeccf7 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber Date: Fri, 4 Jun 2010 13:22:59 +0000 Subject: [PATCH] Bug 315760 - [terminal][local] Local Terminal does not exports its packages as x-internal --- org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF b/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF index 8682cfaeb28..70cb7580de2 100644 --- a/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF +++ b/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF @@ -18,3 +18,8 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy Eclipse-LazyStart: true Import-Package: org.eclipse.core.variables +Export-Package: org.eclipse.tm.internal.terminal.local;x-internal:=true, + org.eclipse.tm.internal.terminal.local.launch;x-internal:=true, + org.eclipse.tm.internal.terminal.local.launch.ui;x-internal:=true, + org.eclipse.tm.internal.terminal.local.process;x-internal:=true, + org.eclipse.tm.internal.terminal.local.ui;x-internal:=true