Files
openide/platform/platform-util-io/intellij.platform.ide.util.io.iml
Ivan Migalev b4bda08b18 (IDEA-252370) ExecUtil: check current permission level before delegating to elevated launcher on Windows
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
2023-03-07 18:07:17 +00:00

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>