mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 313806 - Export all debug packages.
This commit is contained in:
parent
e733369d6f
commit
96cbef1494
2 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,4 @@ Bundle-Activator: org.eclipse.cdt.debug.ui.memory.search.MemorySearchPlugin
|
|||
Bundle-Vendor: %providerName
|
||||
Import-Package: org.eclipse.debug.ui.memory
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Export-Package: org.eclipse.cdt.debug.ui.memory.search
|
||||
|
|
|
@ -14,3 +14,6 @@ Require-Bundle: org.eclipse.debug.core,
|
|||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: org.eclipse.cdt.debug.ui.memory.transport.MemoryTransportPlugin
|
||||
Export-Package: org.eclipse.cdt.debug.ui.memory.transport,
|
||||
org.eclipse.cdt.debug.ui.memory.transport.actions,
|
||||
org.eclipse.cdt.debug.ui.memory.transport.model
|
||||
|
|
Loading…
Add table
Reference in a new issue