mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
PY-49957 Rename intellij.visualisation.iml -> intellij.notebooks.visualization.iml
IJ-MR-12848 GitOrigin-RevId: edd84938c2a33837aec8c8cac4b8f7eee12a9213
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6709c680cc
commit
bd37413433
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
@@ -647,6 +647,7 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/ml-local-models/intellij.ml.models.local.iml" filepath="$PROJECT_DIR$/plugins/ml-local-models/intellij.ml.models.local.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/ml-local-models/java/intellij.ml.models.local.java.iml" filepath="$PROJECT_DIR$/plugins/ml-local-models/java/intellij.ml.models.local.java.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/built-in-server/client/node-rpc-client/intellij.nodeRpcClient.iml" filepath="$PROJECT_DIR$/platform/built-in-server/client/node-rpc-client/intellij.nodeRpcClient.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/notebooks/visualization/intellij.notebooks.visualization.iml" filepath="$PROJECT_DIR$/notebooks/visualization/intellij.notebooks.visualization.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/package-search/intellij.packageSearch.iml" filepath="$PROJECT_DIR$/plugins/package-search/intellij.packageSearch.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/analysis-api/intellij.platform.analysis.iml" filepath="$PROJECT_DIR$/platform/analysis-api/intellij.platform.analysis.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/analysis-impl/intellij.platform.analysis.impl.iml" filepath="$PROJECT_DIR$/platform/analysis-impl/intellij.platform.analysis.impl.iml" />
|
||||
@@ -869,7 +870,6 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/hg4idea/intellij.vcs.hg.iml" filepath="$PROJECT_DIR$/plugins/hg4idea/intellij.vcs.hg.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/svn4idea/intellij.vcs.svn.iml" filepath="$PROJECT_DIR$/plugins/svn4idea/intellij.vcs.svn.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/svn4idea/intellij.vcs.svn.tests.iml" filepath="$PROJECT_DIR$/plugins/svn4idea/intellij.vcs.svn.tests.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/notebooks/visualization/intellij.visualisation.iml" filepath="$PROJECT_DIR$/notebooks/visualization/intellij.visualisation.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/webp/intellij.webp.iml" filepath="$PROJECT_DIR$/plugins/webp/intellij.webp.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/xml/openapi/intellij.xml.iml" filepath="$PROJECT_DIR$/xml/openapi/intellij.xml.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/xml/xml-analysis-api/intellij.xml.analysis.iml" filepath="$PROJECT_DIR$/xml/xml-analysis-api/intellij.xml.analysis.iml" />
|
||||
|
||||
@@ -7,6 +7,6 @@ import groovy.transform.CompileStatic
|
||||
class NotebookProperties {
|
||||
/** Common, language-agnostic modules for notebook support (like for Jupyter, or R Markdown). */
|
||||
static final List<String> NOTEBOOK_IMPLEMENTATION_MODULES = [
|
||||
"intellij.visualisation",
|
||||
"intellij.notebooks.visualization",
|
||||
]
|
||||
}
|
||||
|
||||
@@ -16,6 +16,6 @@
|
||||
<orderEntry type="module" module-name="intellij.java.ui" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.java.impl" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testRunner" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.visualisation" />
|
||||
<orderEntry type="module" module-name="intellij.notebooks.visualization" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -150,7 +150,7 @@
|
||||
<xi:fallback/>
|
||||
</xi:include>
|
||||
|
||||
<xi:include href="intellij.visualisation.xml">
|
||||
<xi:include href="intellij.notebooks.visualization.xml">
|
||||
<xi:fallback/>
|
||||
</xi:include>
|
||||
</idea-plugin>
|
||||
|
||||
@@ -17,6 +17,6 @@
|
||||
<orderEntry type="library" name="Guava" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.python.featuresTrainer" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.visualisation" />
|
||||
<orderEntry type="module" module-name="intellij.notebooks.visualization" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user