Merge commit
authorEd Swartz <ed.swartz@nokia.com>
Fri, 09 Apr 2010 07:51:50 -0500
changeset 1190 e0412d845ffb
parent 1189 9efa81cf79bf (current diff)
parent 1183 00adbfb5e5c4 (diff)
child 1193 3229f07471de
Merge commit
--- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/SBSv2Utils.java	Thu Apr 08 15:26:35 2010 -0500
+++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/SBSv2Utils.java	Fri Apr 09 07:51:50 2010 -0500
@@ -300,6 +300,9 @@
 					String baseBuildPlatform = null;
 					if (parentNode != null){
 						baseBuildPlatform = parentNode.getAttributes().getNamedItem("name").getNodeValue();
+						if (baseBuildPlatform.split("_").length > 1){
+							baseBuildPlatform = baseBuildPlatform.split("_")[0];
+						}
 					}
 					
 					// only support configs that fall into something we can make a build context