}
@Override
protected List<WizardPageSection> createSections() throws CoreException {
return Arrays.asList(
new StyledCommentSection(this, message),
//new CommentSection(this, message),
new ChooseOneSection<MavenCoordinates>(this, /*label*/null,
model.availableChoices,
model.selected,
model.validator