mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +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
24 lines
1.4 KiB
XML
24 lines
1.4 KiB
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" />
|
|
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.platform.util" />
|
|
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide" />
|
|
<orderEntry type="module" module-name="intellij.platform.lang" />
|
|
<orderEntry type="module" module-name="intellij.platform.externalSystem.rt" exported="" />
|
|
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
|
|
<orderEntry type="library" name="JDOM" level="project" />
|
|
<orderEntry type="library" scope="RUNTIME" name="javassist" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.objectSerializer" />
|
|
<orderEntry type="module" module-name="intellij.platform.objectSerializer.annotations" />
|
|
<orderEntry type="library" name="lz4-java" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.ui" />
|
|
</component>
|
|
</module> |