1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.managedbuilder.ui

This commit is contained in:
Andrew Gvozdev 2010-02-08 01:02:18 +00:00
parent 9825c82b7f
commit 1c7074d5ba
2 changed files with 2 additions and 2 deletions

View file

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

View file

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