getModel().setVersion(version);
}
});
// Rest is on a line of their own so they need to span 3 columns
textGDFactory = textGDFactory.span(3, 1);
textGDFactory.applyTo(versionText);
toolkit.createLabel(client, UIPlugin.getLocalString("_UI_Author_label")); //$NON-NLS-1$
authorText = toolkit.createText(client, null);