mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 545335: Fixed serial port is not getting saved issue
Change-Id: I6e0c3392a5bacbac8c4741adab58a234f8efae54 Signed-off-by: Kondal Kolipaka <kondal.kolipaka@gmail.com>
This commit is contained in:
parent
55c3c3e80a
commit
02ecf97abe
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Ui
|
Bundle-Name: Ui
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.launch.serial.ui;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.launch.serial.ui;singleton:=true
|
||||||
Bundle-Version: 1.0.1.qualifier
|
Bundle-Version: 1.0.2.qualifier
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.13.0",
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.13.0",
|
||||||
org.eclipse.ui;bundle-version="3.109.0",
|
org.eclipse.ui;bundle-version="3.109.0",
|
||||||
|
|
|
@ -101,6 +101,7 @@ public class NewSerialFlashTargetWizardPage extends WizardPage {
|
||||||
serialPortCombo.select(i);
|
serialPortCombo.select(i);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue