mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
IJPL-160418 Add shared, backend and frontend.split modules for project
To support project entities in Rhizome we need to have backend and frontend.split modules GitOrigin-RevId: 5d4209d9dc0ce89593f97e8e4ba9fe0581358816
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7b45cffb0c
commit
5afbd34022
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
@@ -715,6 +715,8 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/object-serializer/intellij.platform.objectSerializer.annotations.iml" filepath="$PROJECT_DIR$/platform/object-serializer/intellij.platform.objectSerializer.annotations.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/object-serializer/intellij.platform.objectSerializer.tests.iml" filepath="$PROJECT_DIR$/platform/object-serializer/intellij.platform.objectSerializer.tests.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/progress/backend/intellij.platform.progress.backend.iml" filepath="$PROJECT_DIR$/platform/progress/backend/intellij.platform.progress.backend.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/project/shared/intellij.platform.project.iml" filepath="$PROJECT_DIR$/platform/project/shared/intellij.platform.project.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/project/backend/intellij.platform.project.backend.iml" filepath="$PROJECT_DIR$/platform/project/backend/intellij.platform.project.backend.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/projectModel-api/intellij.platform.projectModel.iml" filepath="$PROJECT_DIR$/platform/projectModel-api/intellij.platform.projectModel.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/projectModel-impl/intellij.platform.projectModel.impl.iml" filepath="$PROJECT_DIR$/platform/projectModel-impl/intellij.platform.projectModel.impl.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/rd-platform-community/intellij.platform.rd.community.iml" filepath="$PROJECT_DIR$/platform/rd-platform-community/intellij.platform.rd.community.iml" />
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.main" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.kernel.backend" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.navbar.backend" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.project.backend" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.progress.backend" scope="RUNTIME" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
<module name="intellij.platform.rpc.backend"/>
|
||||
<module name="intellij.platform.kernel.backend"/>
|
||||
<module name="intellij.platform.project.backend"/>
|
||||
<module name="intellij.platform.progress.backend"/>
|
||||
|
||||
<!-- todo navbar is not essential-->
|
||||
|
||||
0
platform/project/backend/api-dump.txt
Normal file
0
platform/project/backend/api-dump.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="com.intellij.platform.project.backend" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -0,0 +1,5 @@
|
||||
<idea-plugin package="com.intellij.platform.project.backend">
|
||||
<dependencies>
|
||||
<plugin id="com.intellij.platform.experimental.backend"/>
|
||||
</dependencies>
|
||||
</idea-plugin>
|
||||
0
platform/project/shared/api-dump.txt
Normal file
0
platform/project/shared/api-dump.txt
Normal file
12
platform/project/shared/intellij.platform.project.iml
Normal file
12
platform/project/shared/intellij.platform.project.iml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="com.intellij.platform.project" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user