mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Also adds intellij.libraries.testcontainers module. GitOrigin-RevId: b230f320ca4d058994570640367c549251ceab19
13 lines
615 B
XML
13 lines
615 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$/resources" type="java-resource" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" exported="" scope="TEST" name="testcontainers" level="project" />
|
|
<orderEntry type="module" module-name="intellij.libraries.junit4" scope="RUNTIME" />
|
|
</component>
|
|
</module> |