spacerData.horizontalSpan = 3;
spacer.setLayoutData(spacerData);
spacer.setText("Runtime option");
spacer = new Label(fieldParent, SWT.SEPARATOR | SWT.HORIZONTAL);
spacer.setLayoutData(new GridData(GridData.FILL, GridData.CENTER, true, false, 3, 1));
addField(new FileFieldEditor(PreferenceConstants.IVYSETTINGS_PATH, "&Ivy settings URL:",
fieldParent) {
/* Opens the file chooser dialog and returns the selected file as an url. */
protected String changePressed() {
String f = super.changePressed();
if (f == null) {