// Eclipse projects have a .project file. Don't copy that into the template
// because non-Eclipse projects shouldn't have that file.
// When a new Eclipse project is created using the template, a .project file
// will be added then.
continue;
}else if(file.isDirectory() && path.segmentCount() > 1 && path.segment(1).equals(IDavinciServerConstants.DOT_SETTINGS)){
// For .settings folder, only copy the libs.settings file.
// For Eclipse projects, there are several other files, but we don't want them in the template.
// When a new Eclipse project is created using the template, those extra files
// in .settings will be created at that time.
IStorage destinationDir = templateDir.newInstance(templateDir, IDavinciServerConstants.DOT_SETTINGS);