mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.managedbuilder.ui
This commit is contained in:
parent
9825c82b7f
commit
1c7074d5ba
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Managed Build UI Tests Plug-in
|
Bundle-Name: Managed Build UI Tests Plug-in
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.ui.tests; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.ui.tests; singleton:=true
|
||||||
Bundle-Version: 5.0.100.qualifier
|
Bundle-Version: 7.0.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.tests.testplugin.TestsPlugin
|
Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.tests.testplugin.TestsPlugin
|
||||||
Bundle-Vendor: Eclipse CDT
|
Bundle-Vendor: Eclipse CDT
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -673,7 +673,7 @@ public class BuildOptionSettingsUI extends AbstractToolSettingUI {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return true if the page needs to have the tool tip box.
|
* @return true if the page needs to have the tool tip box.
|
||||||
* @since 5.2
|
* @since 7.0
|
||||||
*/
|
*/
|
||||||
protected boolean needToolTipBox(IHoldsOptions optionHolder, IOptionCategory category) {
|
protected boolean needToolTipBox(IHoldsOptions optionHolder, IOptionCategory category) {
|
||||||
if (optionHolder instanceof ITool) { // option category page
|
if (optionHolder instanceof ITool) { // option category page
|
||||||
|
|
Loading…
Add table
Reference in a new issue