Composite ivyFileComposite = new Composite(body, SWT.NONE);
ivyFileComposite.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, false));
ivyFileComposite.setLayout(new GridLayout(2, false));
ivyFilePathText = new IvyFilePathText(ivyFileComposite, SWT.NONE, project);
ivyFilePathText.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, false, 2, 1));
resolveInWorkspaceCheck = new Button(body, SWT.CHECK);
resolveInWorkspaceCheck.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true,
false, 2, 1));