no message
This commit is contained in:
3
.idea/workspace.xml
generated
3
.idea/workspace.xml
generated
@@ -7,9 +7,6 @@
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<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" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"collapseProjectTrees": false,
|
||||
"BackupWorkspace": "_sapfor_x64_backups",
|
||||
"Workspace": "E:\\Workspace",
|
||||
"ProjectsSearchDirectory": "E:\\BUG\\JAC",
|
||||
"ProjectsSearchDirectory": "E:\\Workspace",
|
||||
"EditorFontSize": 16,
|
||||
"BackupHour": 5,
|
||||
"BackupMinute": 0,
|
||||
|
||||
@@ -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