mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
rename intellij.platform.reproducibleBuilds.diffTool -> intellij.tools.reproducibleBuilds.diff
This change excludes this module from the platform. GitOrigin-RevId: 3a2b33461fd4f6c56f35f487196a05120b5a5c10
This commit is contained in:
committed by
intellij-monorepo-bot
parent
59eae184ff
commit
db3d8b7c58
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
@@ -690,7 +690,6 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/remote-servers/agent-rt/intellij.platform.remoteServers.agent.rt.iml" filepath="$PROJECT_DIR$/platform/remote-servers/agent-rt/intellij.platform.remoteServers.agent.rt.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/remote-servers/impl/intellij.platform.remoteServers.impl.iml" filepath="$PROJECT_DIR$/platform/remote-servers/impl/intellij.platform.remoteServers.impl.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/remote-servers/target-integration-tests/intellij.platform.remoteServers.targetsIntegrationTests.iml" filepath="$PROJECT_DIR$/platform/remote-servers/target-integration-tests/intellij.platform.remoteServers.targetsIntegrationTests.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/reproducible-builds/intellij.platform.reproducibleBuilds.diffTool.iml" filepath="$PROJECT_DIR$/platform/reproducible-builds/intellij.platform.reproducibleBuilds.diffTool.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/platform-resources/intellij.platform.resources.iml" filepath="$PROJECT_DIR$/platform/platform-resources/intellij.platform.resources.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/platform-resources-en/intellij.platform.resources.en.iml" filepath="$PROJECT_DIR$/platform/platform-resources-en/intellij.platform.resources.en.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/runtime/loader/intellij.platform.runtime.loader.iml" filepath="$PROJECT_DIR$/platform/runtime/loader/intellij.platform.runtime.loader.iml" />
|
||||
@@ -896,6 +895,7 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/jps/antLayout/intellij.tools.jps.antTasks.iml" filepath="$PROJECT_DIR$/jps/antLayout/intellij.tools.jps.antTasks.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/jps/standalone-builder/intellij.tools.jps.build.standalone.iml" filepath="$PROJECT_DIR$/jps/standalone-builder/intellij.tools.jps.build.standalone.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/tools/launcher-generator/intellij.tools.launcherGenerator.iml" filepath="$PROJECT_DIR$/tools/launcher-generator/intellij.tools.launcherGenerator.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/tools/reproducibleBuilds.diff/intellij.tools.reproducibleBuilds.diff.iml" filepath="$PROJECT_DIR$/tools/reproducibleBuilds.diff/intellij.tools.reproducibleBuilds.diff.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/testFramework/bootstrap/intellij.tools.testsBootstrap.iml" filepath="$PROJECT_DIR$/platform/testFramework/bootstrap/intellij.tools.testsBootstrap.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/updater/intellij.tools.updater.iml" filepath="$PROJECT_DIR$/updater/intellij.tools.updater.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/turboComplete/intellij.turboComplete.iml" filepath="$PROJECT_DIR$/plugins/turboComplete/intellij.turboComplete.iml" />
|
||||
|
||||
@@ -32,7 +32,7 @@ open class IdeaCommunityProperties(private val communityHomeDir: Path) : BaseIde
|
||||
"intellij.platform.vcs.testFramework",
|
||||
"intellij.platform.externalSystem.testFramework",
|
||||
"intellij.maven.testFramework",
|
||||
"intellij.platform.reproducibleBuilds.diffTool",
|
||||
"intellij.tools.reproducibleBuilds.diff",
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.buildScripts.downloader" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diagnostic.telemetry" />
|
||||
<orderEntry type="module" module-name="intellij.platform.reproducibleBuilds.diffTool" />
|
||||
<orderEntry type="module" module-name="intellij.tools.reproducibleBuilds.diff" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.build" />
|
||||
<orderEntry type="module" module-name="intellij.platform.runtime.product" />
|
||||
<orderEntry type="library" name="devkit.runtime.module.repository.jps" level="project" />
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
f:org.jetbrains.intellij.reproducibleBuilds.diffTool.FileTreeContentComparison
|
||||
- <init>():V
|
||||
- <init>(java.nio.file.Path,java.nio.file.Path):V
|
||||
- b:<init>(java.nio.file.Path,java.nio.file.Path,I,kotlin.jvm.internal.DefaultConstructorMarker):V
|
||||
- f:assertTheSameDirectoryContent(java.nio.file.Path,java.nio.file.Path,Z):org.jetbrains.intellij.reproducibleBuilds.diffTool.FileTreeContentComparison$ComparisonResult
|
||||
- f:assertTheSameFile(java.nio.file.Path,java.nio.file.Path,java.lang.String):java.lang.AssertionError
|
||||
- bs:assertTheSameFile$default(org.jetbrains.intellij.reproducibleBuilds.diffTool.FileTreeContentComparison,java.nio.file.Path,java.nio.file.Path,java.lang.String,I,java.lang.Object):java.lang.AssertionError
|
||||
- sf:main(java.lang.String[]):V
|
||||
f:org.jetbrains.intellij.reproducibleBuilds.diffTool.FileTreeContentComparison$ComparisonResult
|
||||
- <init>(java.util.List,java.lang.AssertionError):V
|
||||
- f:getComparedFiles():java.util.List
|
||||
- f:getError():java.lang.AssertionError
|
||||
@@ -1 +0,0 @@
|
||||
kotlin/jvm/internal/DefaultConstructorMarker
|
||||
Reference in New Issue
Block a user