mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
There is no need to use java5 variant since these modules now require Java 8 anyway. Also, this is needed to ensure that the old variant of the library isn't included into distribution (IDEA-329910). GitOrigin-RevId: 2dc5d60e989b140d7401ea7929309321d3d8f0bf
19 lines
971 B
XML
19 lines
971 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<annotation-paths>
|
|
<root url="file://$MODULE_DIR$/anno" />
|
|
</annotation-paths>
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" exported="" name="jetbrains-annotations" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.rt" exported="" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
|
<orderEntry type="module" module-name="intellij.maven.model" exported="" />
|
|
</component>
|
|
</module> |