1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed 183094. Extension point interface was in package not exported.

This commit is contained in:
John Cortell 2007-04-19 01:56:58 +00:00
parent 28af2813bf
commit dffdcfe031

View file

@ -19,6 +19,7 @@ Export-Package:
org.eclipse.cdt.debug.internal.ui.views.modules,
org.eclipse.cdt.debug.internal.ui.views.signals,
org.eclipse.cdt.debug.ui,
org.eclipse.cdt.debug.ui.breakpointactions,
org.eclipse.cdt.debug.ui.importexecutable,
org.eclipse.cdt.debug.ui.sourcelookup
Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",