1
0
Fork 0
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:
Mikhail Khodjaiants 2010-05-20 20:49:47 +00:00
parent e733369d6f
commit 96cbef1494
2 changed files with 4 additions and 0 deletions

View file

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

View file

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