mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Such dependencies are redundant because 'intellij.platform.util' module exports dependency on that library (via 'intellij.platform.core' and 'intellij.platform.ide') to all IDE modules. Removing explicit dependencies will simplify migration from annotations-java5 to annotations library. GitOrigin-RevId: 651b290264350777fdd0138671d1ca7906d12cb2
16 lines
837 B
XML
16 lines
837 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$/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.xml.psi" exported="" />
|
|
<orderEntry type="module" module-name="intellij.platform.analysis" exported="" />
|
|
<orderEntry type="module" module-name="intellij.platform.core" exported="" />
|
|
<orderEntry type="module" module-name="intellij.platform.extensions" exported="" />
|
|
<orderEntry type="module" module-name="intellij.platform.util" exported="" />
|
|
</component>
|
|
</module> |