mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Bug 559674: Declare o.e.c.cmake.is.core.ui friend of core
This removes many of the warnings in IndexerSupportPreferencePage Change-Id: I1b310d5d86831744eca36c7177cf167d9a8d5a37
This commit is contained in:
parent
169c74728f
commit
22236ae356
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ Bundle-Localization: plugin
|
|||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: org.eclipse.cdt.cmake.is.core.internal.Plugin
|
||||
Export-Package: org.eclipse.cdt.cmake.is.core;x-internal:=true;uses:="org.eclipse.core.runtime,org.eclipse.cdt.core.settings.model,org.eclipse.cdt.cmake.is.core.builtins",
|
||||
Export-Package: org.eclipse.cdt.cmake.is.core;x-friends:="org.eclipse.cdt.cmake.is.core.ui";
|
||||
uses:="org.eclipse.core.runtime,
|
||||
org.eclipse.cdt.core.settings.model,
|
||||
org.eclipse.cdt.cmake.is.core.builtins",
|
||||
org.eclipse.cdt.cmake.is.core.participant;uses:="org.eclipse.core.runtime,org.eclipse.cdt.cmake.is.core.participant.builtins",
|
||||
org.eclipse.cdt.cmake.is.core.participant.builtins;uses:="org.eclipse.cdt.cmake.is.core.participant"
|
||||
Require-Bundle: org.eclipse.ui.workbench;bundle-version="3.8.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue