Files
openide/platform/remote-core/intellij.platform.remote.core.iml
Roman Shevchenko 2a1d8d17a6 [project] extracting credential store API classes into a separate module
GitOrigin-RevId: 9729c01a9737d01d7a9730401f2307b185991779
2024-06-25 07:58:49 +00:00

23 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="com.intellij" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.credentialStore" />
<orderEntry type="module" module-name="intellij.platform.util.ex" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
<orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="kotlin-reflect" level="project" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="library" scope="RUNTIME" name="slf4j-api" level="project" />
<orderEntry type="library" scope="RUNTIME" name="slf4j-jdk14" level="project" />
</component>
</module>