mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
It doesn't make sense to have production resources in such modules. GitOrigin-RevId: 43cb925e399afd21e4eca85498ee43e074fbb0b1
18 lines
936 B
XML
18 lines
936 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$/pluginTestResources">
|
|
<sourceFolder url="file://$MODULE_DIR$/pluginTestResources" type="java-test-resource" />
|
|
</content>
|
|
<content url="file://$MODULE_DIR$/pluginTestSrc">
|
|
<sourceFolder url="file://$MODULE_DIR$/pluginTestSrc" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.java.testFramework" />
|
|
<orderEntry type="module" module-name="intellij.python.community.impl" />
|
|
<orderEntry type="module" module-name="intellij.xml.langInjection" scope="RUNTIME" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
|
</component>
|
|
</module> |