83a2111057
Add source roots for IDE features to work in sources, but exclude from Make: these modules are compiled by the new compiler from build.xml and some weird errors may arise if we compile it with the old compiler (and also output of that compilation won't be used anyway)
12 lines
481 B
XML
12 lines
481 B
XML
<?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="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="reflection" />
|
|
</component>
|
|
</module> |