mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
jetbrains-annotations and jetbrains-annotations-java5 libraries are added, modules and artifacts now refer to these libraries instead of old modules.
17 lines
934 B
XML
17 lines
934 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="library" exported="" name="jetbrains-annotations-java5" level="project" />
|
|
<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> |