Fix problem accidently removing DEBUG targets for ABLD when removing EKA1 support.
authortimkelly
Mon, 17 May 2010 16:11:42 -0500
changeset 1371 c2b4377bbff7
parent 1370 a6b1331a1683
child 1372 218d4006b03b
Fix problem accidently removing DEBUG targets for ABLD when removing EKA1 support. Remove EKA1 UI from SBSv1 platform filtering prefs
core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/model/SymbianSDK.java
core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/api/sdk/ui/SBSv1PlatformFilterComposite.java
--- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/model/SymbianSDK.java	Mon May 17 15:20:49 2010 -0500
+++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/model/SymbianSDK.java	Mon May 17 16:11:42 2010 -0500
@@ -264,6 +264,8 @@
 				continue;
 			}
 			
+			buildTargets.add(new SymbianBuildContext(this, currPlat, ISymbianBuildContext.DEBUG_TARGET));
+			
 			// everything gets release except for WINSCW
 			buildTargets.add(new SymbianBuildContext(this, currPlat, ISymbianBuildContext.RELEASE_TARGET));
 		}
--- a/core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/api/sdk/ui/SBSv1PlatformFilterComposite.java	Mon May 17 15:20:49 2010 -0500
+++ b/core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/api/sdk/ui/SBSv1PlatformFilterComposite.java	Mon May 17 16:11:42 2010 -0500
@@ -84,12 +84,6 @@
 		platEKA2_ARMV5_ABIV1 = new Button(eka2PlatformsGroup, SWT.CHECK);
 		platEKA2_ARMV5_ABIV1.setText("ARMV5_ABIV1 (OS 9.4+)"); //$NON-NLS-1$
 
-		Group eka1PlatformsGroup = new Group(this, SWT.NONE);
-		eka1PlatformsGroup.setToolTipText(Messages.getString("BuildPlatformFilterPage.Specify_Platforms_Help2")); //$NON-NLS-1$
-		eka1PlatformsGroup.setLayoutData(new GridData(258, SWT.DEFAULT));
-		eka1PlatformsGroup.setText(Messages.getString("BuildPlatformFilterPage.EKA1_Platforms_Label")); //$NON-NLS-1$
-		eka1PlatformsGroup.setLayout(new GridLayout());
-
 		enableBSFScanner = new Button(this, SWT.CHECK);
 		enableBSFScanner.setToolTipText(Messages.getString("BuildPlatformFilterPage.BSF_Help")); //$NON-NLS-1$
 		enableBSFScanner.setText(Messages.getString("BuildPlatformFilterPage.BSF_Label")); //$NON-NLS-1$