# HG changeset patch # User Ed Swartz # Date 1260293662 21600 # Node ID e6f840ae1b1468b07b8e8ae2b80cd8b6bf01d403 # Parent c1e40b5269427cc754244668b9fcfa9c107b807d Clarify usage of API for #10334 diff -r c1e40b526942 -r e6f840ae1b14 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 Mon Dec 07 13:45:40 2009 -0600 +++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java Tue Dec 08 11:34:22 2009 -0600 @@ -154,10 +154,12 @@ List getAvailablePlatforms(); /** - * Returns the filtered list of build configurations for this SDK. + * Returns the (SBSv1) filtered list of build configurations for this SDK. *

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

+ * SBSv2 filtered configurations can only be retrieved using internal APIs (SBSv2Utils), currently. *

* * @return a list build configuration names which may be empty. @@ -166,11 +168,7 @@ /** * Returns the unfiltered list of build configurations for this SDK. - *

- * Build configs to disply can be filtered by the user using a - * global preference page. - *

- * + * * @return a list build configuration names which may be empty. */ List getUnfilteredBuildConfigurations();