forked from dart-ogurets/OguretsIntellij
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintellij.cucumber.dart.iml
56 lines (56 loc) · 3.06 KB
/
intellij.cucumber.dart.iml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<module type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="jdk" jdkName="IntelliJ IDEA IU-183.5429.30" jdkType="IDEA JDK" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.gherkin" />
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.java.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.java.impl" />
<orderEntry type="module" module-name="intellij.java.execution.impl" />
<orderEntry type="module" module-name="intellij.java.execution" />
<orderEntry type="module" module-name="intellij.platform.smRunner" />
<orderEntry type="module" module-name="intellij.java.indexing" />
<orderEntry type="module" module-name="intellij.java" />
<orderEntry type="module" module-name="intellij.cucumber.jvmFormatter" />
<orderEntry type="module" module-name="intellij.java.psi" />
<orderEntry type="library" name="cucumber-core" level="project" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
<orderEntry type="library" scope="TEST" name="Mocks" level="project" />
<orderEntry type="library" scope="TEST" name="cucumber-core:2.0.1" level="project" />
<orderEntry type="library" name="cucumber-dart" level="project" />
<orderEntry type="module-library">
<library name="cucumber-expressions" type="repository">
<properties maven-id="io.cucumber:cucumber-expressions:7.0.0" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/io/cucumber/cucumber-expressions/7.0.0/cucumber-expressions-7.0.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library" scope="TEST">
<library name="cucumber-core-3" type="repository">
<properties include-transitive-deps="false" maven-id="io.cucumber:cucumber-core:4.2.6" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/io/cucumber/cucumber-core/4.2.6/cucumber-core-4.2.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module" module-name="intellij.junit.rt" />
<orderEntry type="module" module-name="intellij.junit" scope="TEST" />
</component>
</module>