no message
This commit is contained in:
@@ -1091,6 +1091,7 @@ public class db_project_info extends DBObject {
|
||||
if (cloneData) {
|
||||
db_project_info res = new db_project_info(dst);
|
||||
migrateFilesSettings(res, true, false);
|
||||
FileUtils.copyFile(getPropertiesFile(), res.getPropertiesFile());
|
||||
}
|
||||
}
|
||||
public void Clone(File dst) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user