mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
- include `intellij.dev.psiViewer` module into the `com.intellij.dev` plugin content; - `intellij.dev` module has runtime dependency on `intellij.dev.psiViewer` module to enable all modules, which depend on `intellij.dev`, to automatically get `intellij.dev.psiViewer` in the classpath. GitOrigin-RevId: dea46acead05302351962bcd07401521a00880f0
17 lines
898 B
XML
17 lines
898 B
XML
<?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.java.devkit" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
|
<orderEntry type="module" module-name="intellij.java.psi" />
|
|
<orderEntry type="module" module-name="intellij.java.psi.impl" />
|
|
<orderEntry type="module" module-name="intellij.dev.psiViewer" />
|
|
</component>
|
|
</module> |