diff options
Diffstat (limited to '.idea/modules/runners/ant/ant_test.iml')
-rw-r--r-- | .idea/modules/runners/ant/ant_test.iml | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/.idea/modules/runners/ant/ant_test.iml b/.idea/modules/runners/ant/ant_test.iml new file mode 100644 index 00000000..27e6bf1a --- /dev/null +++ b/.idea/modules/runners/ant/ant_test.iml @@ -0,0 +1,118 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module external.linked.project.id=":runners:ant:test" external.linked.project.path="$MODULE_DIR$/../../../../runners/ant" external.root.project.path="$MODULE_DIR$/../../../.." external.system.id="GRADLE" external.system.module.group="org.jetbrains.dokka" external.system.module.type="sourceSet" external.system.module.version="1.0.0" type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="false"> + <output-test url="file://$MODULE_DIR$/../../../../runners/ant/build/classes/test" /> + <exclude-output /> + <content url="file://$MODULE_DIR$/../../../../runners/ant/src/test"> + <sourceFolder url="file://$MODULE_DIR$/../../../../runners/ant/src/test/java" isTestSource="true" /> + <sourceFolder url="file://$MODULE_DIR$/../../../../runners/ant/src/test/kotlin" isTestSource="true" /> + <sourceFolder url="file://$MODULE_DIR$/../../../../runners/ant/src/test/resources" type="java-test-resource" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="module" module-name="ant_main" /> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../../../../lib/trove4j.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../../../../lib/picocontainer.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../../../../lib/intellij-core-analysis.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../../../../lib/kotlin-compiler.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../../../../lib/asm-all.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../../../../lib/jps-model.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../../../../lib/jdom.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../../../../lib/protobuf-2.5.0-lite.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../../../../lib/kotlin-ide-common.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../../../../lib/markdown.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module" module-name="core_main" /> + <orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-runtime:1.0.4" level="project" /> + <orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-reflect:1.0.4" level="project" /> + <orderEntry type="library" name="Gradle: com.google.inject:guice:4.1.0" level="project" /> + <orderEntry type="library" name="Gradle: org.jsoup:jsoup:1.8.3" level="project" /> + <orderEntry type="library" name="Gradle: org.fusesource.jansi:jansi:1.11" level="project" /> + <orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-stdlib:1.0.4" level="project" /> + <orderEntry type="library" name="Gradle: javax.inject:javax.inject:1" level="project" /> + <orderEntry type="library" name="Gradle: aopalliance:aopalliance:1.0" level="project" /> + <orderEntry type="library" name="Gradle: com.google.guava:guava:19.0" level="project" /> + <orderEntry type="library" name="Gradle: org.apache.ant:ant:1.9.6" level="project" /> + <orderEntry type="library" name="Gradle: org.apache.ant:ant-launcher:1.9.6" level="project" /> + </component> + <component name="TestModuleProperties" production-module="ant_main" /> +</module>
\ No newline at end of file |