[github] IJPL-172141 Flatten plugin structure

Previously, the file system and logical plugin structure were implemented in a way that parent directory contained child module descriptor and vice versa. Now all related modules are located nearby to avoid confusion.

GitOrigin-RevId: 1aa8c939ec8e837bef0a2dc18436343300effd7a
This commit is contained in:
Nikita Katkov
2024-11-21 19:14:40 +01:00
committed by intellij-monorepo-bot
parent 6f02789317
commit 3fbb7df416
575 changed files with 42 additions and 58 deletions

View File

@@ -24,9 +24,12 @@
<module name="intellij.platform.collaborationTools"/>
</dependencies>
<content>
<module name="intellij.vcs.github" loading="required"/>
</content>
<extensions defaultExtensionNs="com.intellij">
<pluginSuggestionProvider implementation="org.jetbrains.plugins.github.GitHubUltimateSuggestionProvider"/>
</extensions>
<xi:include href="/META-INF/github-core-config.xml"/>
</idea-plugin>

View File

@@ -24,19 +24,16 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.vcs" />
<orderEntry type="module" module-name="intellij.vcs.git" />
<orderEntry type="module" module-name="intellij.platform.vcs.impl" />
<orderEntry type="module" module-name="intellij.tasks.core" exported="" scope="PROVIDED" />
<orderEntry type="module" module-name="intellij.tasks" exported="" scope="PROVIDED" />
<orderEntry type="module" module-name="intellij.tasks.compatibility" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="library" name="jackson" level="project" />

Some files were not shown because too many files have changed in this diff Show More