IJ-MR-162467 don't export intellij.platform.jps.model

GitOrigin-RevId: ebaebc90d514e5f3046fe2b973647da4bf156625
This commit is contained in:
Vladimir Krivosheev
2025-05-14 12:12:15 +02:00
committed by intellij-monorepo-bot
parent 7ed5e28545
commit fbc9805e89
335 changed files with 374 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ jvm_library(
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
deps = [
"//jps/model-api:model",
"//platform/lang-api:lang",
"//platform/lang-impl",
"//python/python-sdk:sdk",

View File

@@ -8,6 +8,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.jps.model" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.python.sdk" />