Label ivyFileLabel = new Label(ivyFileComposite, SWT.NONE);
ivyFileLabel.setText("Ivy file: ");
ivyFileLabel.setLayoutData(new GridData(GridData.FILL, GridData.CENTER, false, false));
ivyFilePathText = new IvyFilePathText(ivyFileComposite, SWT.NONE, project);
ivyFilePathText.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, false));
retrieveComposite = new RetrieveComposite(body, SWT.NONE, true);
retrieveComposite.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, false));