mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[python] PY-79486: (WIP) split pyproject.toml tools into backend/common.
Each tool (uv, poetry) now has `common` and `backend` part. `common` has icons because we need them both on the front and on the back. We might need to create `front` module also if we wouldn't be able to use icons in compose. GitOrigin-RevId: b5662fbdf3d23f1ddaa5926469d1cfd2051a0fba
This commit is contained in:
committed by
intellij-monorepo-bot
parent
29badacb2b
commit
c183e6e634
@@ -35,6 +35,7 @@ jvm_library(
|
||||
"//platform/kernel/rpc.backend",
|
||||
"//platform/remote-topics/shared:rpc-topics",
|
||||
"//python/python-sdk-configurator/common",
|
||||
"//python/common",
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.python.sdkConfigurator.backend` end
|
||||
@@ -47,5 +47,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.rpc.backend" />
|
||||
<orderEntry type="module" module-name="intellij.platform.rpc.topics" />
|
||||
<orderEntry type="module" module-name="intellij.python.sdkConfigurator.common" />
|
||||
<orderEntry type="module" module-name="intellij.python.common" />
|
||||
</component>
|
||||
</module>
|
||||
+1
@@ -6,6 +6,7 @@
|
||||
<module name="intellij.python.sdkConfigurator.common"/>
|
||||
<module name="intellij.platform.backend"/>
|
||||
<module name="intellij.platform.rpc.backend"/>
|
||||
<module name="intellij.python.common"/>
|
||||
</dependencies>
|
||||
<resource-bundle>messages.PySdkConfiguratorBundle</resource-bundle>
|
||||
<projectListeners>
|
||||
|
||||
Reference in New Issue
Block a user