IJ-MR-162467 don't export intellij.platform.projectModel

GitOrigin-RevId: 11c0bf5ca0f3a6d892658a2b149d85cace9aa2b8
This commit is contained in:
Vladimir Krivosheev
2025-06-14 09:33:46 +02:00
committed by intellij-monorepo-bot
parent 7c1a46a53e
commit b935234c91
753 changed files with 858 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ jvm_library(
"//java/java-impl-refactorings:impl-refactorings",
"//platform/indexing-api:indexing",
"//jps/model-api:model",
"//platform/projectModel-api:projectModel",
"//platform/refactoring",
"//platform/util/jdom",
"//platform/usageView",

View File

@@ -23,6 +23,7 @@
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
<orderEntry type="module" module-name="intellij.platform.indexing" />
<orderEntry type="module" module-name="intellij.platform.jps.model" />
<orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.platform.usageView" />