false, 2, 1));
resolveInWorkspaceCheck.setText("Resolve dependencies in workspace");
resolveInWorkspaceCheck
.setToolTipText("Will replace jars on the classpath with workspace projects");
retrieveComposite = new RetrieveComposite(body, SWT.NONE, true, project);
retrieveComposite.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, false));
return body;
}