Don't filter class files and jars from build script. Get a warning about their absence.

Original commit: 5b3c05d039
This commit is contained in:
Nikolay Krasko
2015-08-18 20:56:12 +03:00
parent e2130c606e
commit 83f9db33ce
6 changed files with 71 additions and 3 deletions
@@ -0,0 +1,11 @@
<?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" />
</content>
<orderEntry type="jdk" jdkName="IDEA_JDK" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>