@Override
protected Control createContents(Composite parent) {
this.container = new Composite(parent, SWT.FILL);
this.container.setLayout(new FillLayout());
this.rtcc = new RuntimeConfigurationCreator(this.container, SWT.FILL, "Add optional runtime parameters", this.getHelp(), this.getRegex());
this.prop = null;
IProject obj = (IProject) this.getElement();
ICommand command = null;
try {