-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathintellij.styled.components.tests.iml
More file actions
40 lines (40 loc) · 2.71 KB
/
intellij.styled.components.tests.iml
File metadata and controls
40 lines (40 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?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$/src/test">
<sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
</content>
<content url="file://$MODULE_DIR$/testData">
<sourceFolder url="file://$MODULE_DIR$/testData" type="java-test-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.analysis" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.codeStyle" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.projectModel" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.util" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.ide" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.javascript.parser" scope="TEST" />
<orderEntry type="module" module-name="intellij.xml.parser" scope="TEST" />
<orderEntry type="module" module-name="intellij.css.common" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.core" scope="TEST" />
<orderEntry type="module" module-name="intellij.css.psi" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.core.ui" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.core.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.xml.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.css.plugin" scope="TEST" />
<orderEntry type="module" module-name="intellij.postcss" scope="TEST" />
<orderEntry type="module" module-name="intellij.javascript.backend" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
<orderEntry type="module" module-name="intellij.css.common.psi" scope="TEST" />
<orderEntry type="module" module-name="intellij.css.analysis" scope="TEST" />
<orderEntry type="module" module-name="intellij.css.backend" scope="TEST" />
<orderEntry type="module" module-name="intellij.javascript.common" scope="TEST" />
<orderEntry type="module" module-name="intellij.styled.components" scope="TEST" />
</component>
<component name="TestModuleProperties" production-module="intellij.styled.components" />
</module>