{
Button b = toolkit.createButton( sectionClient, "Include deployment toolkit", SWT.CHECK );
b.setLayoutData( new GridData( GridData.FILL, GridData.CENTER, true, false, COLUMN_COUNT, 1 ) );
IEMFValueProperty prop = EMFEditProperties.value( editingDomain, FeaturePath.fromList( ANT_TASK__DEPLOY, DEPLOY__INCLUDE_DT ) );
dbc.bindValue( selChange.observe( b ), prop.observeDetail( bean ) );
}
{
Button b = toolkit.createButton( sectionClient, "Offline allowed", SWT.CHECK );
b.setLayoutData( new GridData( GridData.FILL, GridData.CENTER, true, false, COLUMN_COUNT, 1 ) );