summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/general/KotlinJavaScriptProjectWithCustomOutputPaths/kotlinProject.iml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/general/KotlinJavaScriptProjectWithCustomOutputPaths/kotlinProject.iml')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/general/KotlinJavaScriptProjectWithCustomOutputPaths/kotlinProject.iml32
1 files changed, 0 insertions, 32 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/general/KotlinJavaScriptProjectWithCustomOutputPaths/kotlinProject.iml b/plugins/kotlin/jps/jps-plugin/tests/testData/general/KotlinJavaScriptProjectWithCustomOutputPaths/kotlinProject.iml
deleted file mode 100644
index 2b070ee7b93b..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/general/KotlinJavaScriptProjectWithCustomOutputPaths/kotlinProject.iml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="FacetManager">
- <facet type="kotlin-language" name="Kotlin">
- <configuration version="3" platform="JavaScript " useProjectSettings="false">
- <productionOutputPath>$MODULE_DIR$/target/my_js/myproject.js</productionOutputPath>
- <testOutputPath>$MODULE_DIR$/target/my_test-js/myproject-tests.js</testOutputPath>
- <compilerSettings />
- <compilerArguments>
- <option name="sourceMapPrefix" value="" />
- <option name="sourceMapEmbedSources" value="inlining" />
- <option name="pluginOptions">
- <array />
- </option>
- <option name="pluginClasspaths">
- <array />
- </option>
- </compilerArguments>
- </configuration>
- </facet>
- </component>
- <component name="NewModuleRootManager" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src/main/kotlin" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/test/kotlin" isTestSource="true" />
- </content>
- <orderEntry type="jdk" jdkName="IDEA_JDK" jdkType="JavaSDK" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="kotlinProject" />
- </component>
-</module>