mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
[intellij project configuration] convert source roots in intellij.python.helpers to resource roots
Since there are no Java source files in these directories, it doesn't make sense to register them as source roots. Converting to resource roots should speed up compilation a little, and also makes it simpler to write tests which analyze class files in the module output (we can report an error if there are no class files in a module with source roots). GitOrigin-RevId: 4efe77ef07c8e2449186319e806abe7835e3e763
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2a549d8e81
commit
67304f42ea
@@ -3,9 +3,9 @@
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$/helpers">
|
||||
<sourceFolder url="file://$MODULE_DIR$/helpers" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/helpers/pydev" isTestSource="false" packagePrefix="pydev" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/helpers/third_party/thriftpy" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/helpers" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/helpers/pydev" type="java-resource" relativeOutputPath="pydev" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/helpers/third_party/thriftpy" type="java-resource" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/helpers/env" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/helpers/pydev/build" />
|
||||
</content>
|
||||
|
||||
Reference in New Issue
Block a user