mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
[cleanup] Export all packages, mark internals with x-internal (PDE Tools: Organize Manifests)
This commit is contained in:
parent
938dab3903
commit
db5d48507d
4 changed files with 7 additions and 2 deletions
|
@ -14,3 +14,4 @@ Bundle-Vendor: %providerName
|
|||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Bundle-ClassPath: .
|
||||
Bundle-Activator: org.eclipse.tm.terminal.internal.serial.Activator
|
||||
Export-Package: org.eclipse.tm.terminal.internal.serial;x-internal:=true
|
||||
|
|
|
@ -10,5 +10,5 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.tm.terminal,
|
||||
org.eclipse.ui,
|
||||
com.jcraft.jsch;bundle-version="[0.1.28,2.0.0)"
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Export-Package: org.eclipse.tm.terminal.ssh
|
||||
|
|
|
@ -11,3 +11,5 @@ Require-Bundle: org.eclipse.ui,
|
|||
Eclipse-LazyStart: true
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Bundle-Vendor: %providerName
|
||||
Export-Package: org.eclipse.tm.terminal.internal.actions;x-internal:=true,
|
||||
org.eclipse.tm.terminal.internal.view;x-internal:=true
|
||||
|
|
|
@ -13,4 +13,6 @@ Eclipse-LazyStart: true
|
|||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Bundle-ClassPath: .
|
||||
Export-Package: org.eclipse.tm.terminal,
|
||||
org.eclipse.tm.terminal.control
|
||||
org.eclipse.tm.terminal.control,
|
||||
org.eclipse.tm.terminal.internal.control;x-internal:=true,
|
||||
org.eclipse.tm.terminal.internal.telnet;x-internal:=true
|
||||
|
|
Loading…
Add table
Reference in a new issue