mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[kotlin] Make project model updater not add rename history
GitOrigin-RevId: 02897474fe422c4530bf9595d9e69a85ebe2337a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c7f4227129
commit
c8605a5e01
1
.idea/modules.xml
generated
1
.idea/modules.xml
generated
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ModuleRenamingHistory" />
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/android/android/prebuilts/sdktools/android.sdktools.adblib.iml" filepath="$PROJECT_DIR$/android/android/prebuilts/sdktools/android.sdktools.adblib.iml" />
|
||||
|
||||
@@ -97,11 +97,6 @@ private fun cloneModuleStructure(monorepoRoot: File, communityRoot: File) {
|
||||
val communityModuleRenames = readModuleRenames(communityModulesXml)
|
||||
|
||||
val newCommunityModulesXmlContent = xml("project", "version" to "4") {
|
||||
if (communityModules.isNotEmpty()) {
|
||||
xml("component", "name" to "ModuleRenamingHistory") {
|
||||
communityModuleRenames.forEach { (old, new) -> xml("module", "old-name" to old, "new-name" to new) }
|
||||
}
|
||||
}
|
||||
xml("component", "name" to "ProjectModuleManager") {
|
||||
xml("modules") {
|
||||
for (module in communityModules.values) {
|
||||
|
||||
Reference in New Issue
Block a user