summaryrefslogtreecommitdiffstats
path: root/org.rtems.cdt.toolchain2/org/rtems/cdt/preferences/PreferencePage.java
diff options
context:
space:
mode:
Diffstat (limited to 'org.rtems.cdt.toolchain2/org/rtems/cdt/preferences/PreferencePage.java')
-rw-r--r--org.rtems.cdt.toolchain2/org/rtems/cdt/preferences/PreferencePage.java17
1 files changed, 1 insertions, 16 deletions
diff --git a/org.rtems.cdt.toolchain2/org/rtems/cdt/preferences/PreferencePage.java b/org.rtems.cdt.toolchain2/org/rtems/cdt/preferences/PreferencePage.java
index edf8580..9848a5d 100644
--- a/org.rtems.cdt.toolchain2/org/rtems/cdt/preferences/PreferencePage.java
+++ b/org.rtems.cdt.toolchain2/org/rtems/cdt/preferences/PreferencePage.java
@@ -24,7 +24,7 @@ public class PreferencePage
public PreferencePage() {
super( GRID);
setPreferenceStore( Activator.getDefault().getPreferenceStore());
- setDescription( "Select the RTEMS base installation path, the RTEMS version, the target architecture and the board support package (BSP) installation path. This provides the default values for new projects.");
+ setDescription( "Select the RTEMS base installation path and the board support package (BSP) installation path. This provides the default values for all projects.");
}
public void createFieldEditors() {
@@ -34,21 +34,6 @@ public class PreferencePage
"Base path:",
getFieldEditorParent()
)
- );
- addField(
- new StringFieldEditor(
- Constants.VERSION_KEY,
- "Version:",
- getFieldEditorParent()
- )
- );
- addField(
- new ComboFieldEditor(
- Constants.TARGET_KEY,
- "Target:",
- Constants.TARGETS,
- getFieldEditorParent()
- )
);
addField(
new DirectoryFieldEditor(