{
toolkit.createLabel( sectionClient, "HTML Template:" );
Text t = toolkit.createText( sectionClient, "", SWT.BORDER );
t.setLayoutData( new GridData( GridData.FILL_HORIZONTAL ) );
IEMFValueProperty prop = EMFEditProperties.value( editingDomain, FeaturePath.fromList( ANT_TASK__DEPLOY, DEPLOY__TEMPLATE, TEMPLATE__FILE ) );
dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( bean ) );
Button b = toolkit.createButton( sectionClient, "Workspace ...", SWT.NONE );
b.addSelectionListener( new SelectionAdapter() {
@Override
public void widgetSelected( final SelectionEvent e ) {
FilteredResourcesSelectionDialog d = new FilteredResourcesSelectionDialog( getSite().getShell(), false,