to avoid packaging an extra copy of helpers inside pycharm.jar, move helpers to a separate module

This commit is contained in:
Dmitry Jemerov
2012-08-10 13:39:13 +02:00
parent 16271706ab
commit 2a6a07f884
3 changed files with 13 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
<?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$/helpers">
<sourceFolder url="file://$MODULE_DIR$/helpers" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>