# HG changeset patch # User Ed Swartz # Date 1260294606 21600 # Node ID ebac5cfd032ea9b5c60f67006905905ab81e05ce # Parent 7b3eeed5fa6af6abda740702e810ab06bb313334 Until #10334 is fixed, make Javadoc match the actual working behavior diff -r 7b3eeed5fa6a -r ebac5cfd032e core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java --- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java Tue Dec 08 11:35:42 2009 -0600 +++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java Tue Dec 08 11:50:06 2009 -0600 @@ -154,12 +154,14 @@ List getAvailablePlatforms(); /** - * Returns the (SBSv1) filtered list of build configurations for this SDK. + * Returns the filtered list of build configurations for this SDK. *

- * Build configs to display can be filtered by the user using the SBSv1 - * pane of the Platform Filtering Preferences global preference page. + * Build configs to display can be filtered by the user using the SBSv1 or SBSv2 + * panes of the Platform Filtering Preferences global preference page. *

- * SBSv2 filtered configurations can only be retrieved using internal APIs (SBSv2Utils), currently. + * If SBSv1 building is supported, the platforms are filtered with SBSv1 preferences. + * If SBSv2 building but not SBSv1 is supported, the platforms are filtered with SBSv2 preferences. + * If both builders are supported, SBSv1 preferences are used. *

* * @return a list build configuration names which may be empty.