temp.setText("- generates a new project file in the specified direcotry, copying all the items explicitely included in the old project");
temp.setLayoutData(data);
}
private void addSelectImportLocation(Composite container) {
this.import_destination = new BrowseResource("Location:", container, SWT.NULL, BrowseResource.TYPE_FOLDER, null);
this.import_destination.init();
this.import_destination.setEnabled(false);
GridData gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
gd.grabExcessHorizontalSpace = true;