mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
also do not acquire write lock after downloading makes a better experience on the massive update from VCS or initial project open when JPS project contains too much not yet downloaded maven libraries GitOrigin-RevId: 03008f4f60b17ae145ca25f92dac7087d3bf8594
22 lines
1.3 KiB
XML
22 lines
1.3 KiB
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$/testSrc">
|
|
<sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.java.ui" />
|
|
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java.aetherDependencyResolver" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java.execution.impl" scope="TEST" />
|
|
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.tests" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
|
<orderEntry type="module" module-name="intellij.java.compiler" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" scope="TEST" />
|
|
<orderEntry type="library" scope="TEST" name="kotlinx-coroutines-jdk8" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
|
</component>
|
|
</module> |