IProjectTemplate template = templatePage.getTemplate();
if (template != null) {
String name = pageTwo.getJavaProject().getProject().getName();
model.setBundleVersion(DEFAULT_BUNDLE_VERSION);
template.modifyInitialBndModel(model, name, projectPaths);
}
try {
Map<String,String> sourceOutputLocations = JavaProjectUtils.getSourceOutputLocations(pageTwo.getJavaProject());
if (sourceOutputLocations != null) {
int nr = 1;