no message
This commit is contained in:
3
.idea/workspace.xml
generated
3
.idea/workspace.xml
generated
@@ -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" />
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user