JPS: switched to use dirty files without incremental compilation (temporary hack for recompiling all).

Fixed compiling files from excluded directories.
This commit is contained in:
Zalim Bashorov
2013-11-08 13:51:21 +04:00
parent 6e5c849cb8
commit e5a58e0c70
13 changed files with 210 additions and 39 deletions
@@ -0,0 +1,13 @@
<?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$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/src/module2" />
</content>
<orderEntry type="jdk" jdkName="IDEA_JDK" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="KotlinRuntime" level="project" />
</component>
</module>