1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 04:45:38 +02:00

Bug 315760 - [terminal][local] Local Terminal does not exports its packages as x-internal

This commit is contained in:
Martin Oberhuber 2010-06-04 13:22:59 +00:00
parent 6bb46e0ab5
commit 6cabe5791d

View file

@ -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