no message

This commit is contained in:
2025-01-16 16:25:27 +03:00
parent 6d7f885926
commit 1b6db1fd5b
3 changed files with 2 additions and 4 deletions

3
.idea/workspace.xml generated
View File

@@ -7,9 +7,6 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment=""> <list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/properties" beforeDir="false" afterPath="$PROJECT_DIR$/properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/Passes/All/DVMConvertProject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/Passes/All/DVMConvertProject.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/Project/db_project_info.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/Project/db_project_info.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/Project/db_project_info.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/Project/db_project_info.java" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />

View File

@@ -16,7 +16,7 @@
"collapseProjectTrees": false, "collapseProjectTrees": false,
"BackupWorkspace": "_sapfor_x64_backups", "BackupWorkspace": "_sapfor_x64_backups",
"Workspace": "E:\\Workspace", "Workspace": "E:\\Workspace",
"ProjectsSearchDirectory": "E:\\BUG\\JAC", "ProjectsSearchDirectory": "E:\\Workspace",
"EditorFontSize": 16, "EditorFontSize": 16,
"BackupHour": 5, "BackupHour": 5,
"BackupMinute": 0, "BackupMinute": 0,

View File

@@ -1091,6 +1091,7 @@ public class db_project_info extends DBObject {
if (cloneData) { if (cloneData) {
db_project_info res = new db_project_info(dst); db_project_info res = new db_project_info(dst);
migrateFilesSettings(res, true, false); migrateFilesSettings(res, true, false);
FileUtils.copyFile(getPropertiesFile(), res.getPropertiesFile());
} }
} }
public void Clone(File dst) throws Exception { public void Clone(File dst) throws Exception {