mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Otherwise, the process may be started from elevated IDE with no environment variables, which may sometimes break its execution (this was the cause for IDEA-252370 earlier). GitOrigin-RevId: bd37b6c254a5016e8020e8008760f785820d021c
18 lines
913 B
XML
18 lines
913 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" />
|
|
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
|
<orderEntry type="library" name="Guava" level="project" />
|
|
<orderEntry type="library" name="fastutil-min" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.base" />
|
|
<orderEntry type="library" name="jna" level="project" />
|
|
</component>
|
|
</module> |