mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
refactor [pycharm]: move getModuleRoots to the community module to make it acessible from everywhere
GitOrigin-RevId: 09887ecd4b36ee1b6d7d92e7956290436903eb21
This commit is contained in:
committed by
intellij-monorepo-bot
parent
48eabca88d
commit
597473b8c1
@@ -23,6 +23,9 @@ jvm_library(
|
||||
"//platform/eel-provider",
|
||||
"//platform/execution",
|
||||
"//jps/model-api:model",
|
||||
"//platform/backend/workspace",
|
||||
"//platform/workspace/storage",
|
||||
"//platform/workspace/jps",
|
||||
],
|
||||
exports = [
|
||||
"//python/python-psi-api:psi",
|
||||
@@ -56,6 +59,9 @@ jvm_library(
|
||||
"//platform/eel-provider:eel-provider_test_lib",
|
||||
"//platform/execution:execution_test_lib",
|
||||
"//jps/model-api:model_test_lib",
|
||||
"//platform/backend/workspace:workspace_test_lib",
|
||||
"//platform/workspace/storage:storage_test_lib",
|
||||
"//platform/workspace/jps:jps_test_lib",
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.python.community` end
|
||||
|
||||
@@ -22,5 +22,8 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.eel.provider" />
|
||||
<orderEntry type="module" module-name="intellij.platform.execution" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model" />
|
||||
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.storage" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
||||
</component>
|
||||
</module>
|
||||
+1
@@ -4,6 +4,7 @@
|
||||
package com.jetbrains.python.sdk
|
||||
|
||||
import com.intellij.openapi.diagnostic.fileLogger
|
||||
import com.intellij.openapi.diagnostic.thisLogger
|
||||
import com.intellij.openapi.progress.runBlockingMaybeCancellable
|
||||
import com.intellij.openapi.project.Project
|
||||
import com.intellij.openapi.vfs.VirtualFile
|
||||
Reference in New Issue
Block a user