debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/wizard/AppTRKLaunchWizard.java
changeset 1968 3482df86a51d
parent 273 c2533fd23253
equal deleted inserted replaced
1967:86b9e2a7db20 1968:3482df86a51d
    15 *
    15 *
    16 */
    16 */
    17 package com.nokia.cdt.internal.debug.launch.wizard;
    17 package com.nokia.cdt.internal.debug.launch.wizard;
    18 
    18 
    19 import com.nokia.cdt.debug.cw.symbian.SettingsData;
    19 import com.nokia.cdt.debug.cw.symbian.SettingsData;
       
    20 import com.nokia.cdt.internal.debug.launch.LaunchPlugin;
    20 import com.nokia.cdt.internal.debug.launch.ui.RunModeMainTab;
    21 import com.nokia.cdt.internal.debug.launch.ui.RunModeMainTab;
    21 import com.nokia.cdt.internal.debug.launch.wizard.MainExecutableSelectionWizardPage.IPathValidator;
    22 import com.nokia.cdt.internal.debug.launch.wizard.MainExecutableSelectionWizardPage.IPathValidator;
    22 
    23 
    23 import org.eclipse.core.resources.IProject;
    24 import org.eclipse.core.resources.IProject;
    24 import org.eclipse.core.runtime.CoreException;
    25 import org.eclipse.core.runtime.CoreException;
    55     }
    56     }
    56  
    57  
    57     public void addPages() {
    58     public void addPages() {
    58     	super.addPages();
    59     	super.addPages();
    59         fBuildOptionsSelectionPage = new BuildOptionsSelectionPage();
    60         fBuildOptionsSelectionPage = new BuildOptionsSelectionPage();
    60         fMainPage = new TRKConnectionWizardPage(this);
    61         fMainPage = new TRKConnectionWizardPage(this,
       
    62         		LaunchPlugin.getDebugServiceId());
    61         fSISSelectionPage = new TRKSISSelectionWizardPage(this);
    63         fSISSelectionPage = new TRKSISSelectionWizardPage(this);
    62         addPage(fBuildOptionsSelectionPage);
    64         addPage(fBuildOptionsSelectionPage);
    63         addPage(fMainPage);
    65         addPage(fMainPage);
    64         addPage(fSISSelectionPage);
    66         addPage(fSISSelectionPage);
    65 	    addPage(getSummaryPage());
    67 	    addPage(getSummaryPage());