separate main module for PyCharm run configuration

This commit is contained in:
Dmitry Jemerov
2011-06-28 21:26:18 +02:00
parent 57aeb3fd6c
commit 5ed2aec92e
2 changed files with 37 additions and 14 deletions
+23
View File
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="bootstrap" />
<orderEntry type="module" module-name="python-tests" />
<orderEntry type="module" module-name="sass" />
<orderEntry type="module" module-name="yaml" />
<orderEntry type="module" module-name="less" />
<orderEntry type="module" module-name="colorSchemes" />
<orderEntry type="module" module-name="cvs-plugin" />
<orderEntry type="module" module-name="hg4idea" />
<orderEntry type="module" module-name="svn4idea" />
<orderEntry type="module" module-name="git4idea" />
<orderEntry type="module" module-name="database-impl" />
<orderEntry type="module" module-name="jdbc-console" />
<orderEntry type="module" module-name="django-db-config" />
<orderEntry type="module" module-name="JSInspections" />
</component>
</module>
+14 -14
View File
@@ -7,20 +7,20 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="python-ide" scope="RUNTIME" />
<orderEntry type="module" module-name="python" />
<orderEntry type="module" module-name="testFramework" scope="TEST" />
<orderEntry type="module" module-name="platform-ultimate" scope="RUNTIME" />
<orderEntry type="module" module-name="ultimate-verifier" scope="RUNTIME" />
<orderEntry type="module" module-name="resources-en" scope="RUNTIME" />
<orderEntry type="module" module-name="xdebugger-impl" />
<orderEntry type="module" module-name="dom-impl" scope="RUNTIME" />
<orderEntry type="module" module-name="CSS" scope="RUNTIME" />
<orderEntry type="library" name="commons-collections" level="project" />
<orderEntry type="library" name="commons-lang" level="project" />
<orderEntry type="module" module-name="xdebugger-api" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="module" module-name="smRunner" />
<orderEntry type="module" module-name="python-ide" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="python" exported="" />
<orderEntry type="module" module-name="testFramework" exported="" scope="TEST" />
<orderEntry type="module" module-name="platform-ultimate" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="ultimate-verifier" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="resources-en" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="xdebugger-impl" exported="" />
<orderEntry type="module" module-name="dom-impl" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="CSS" exported="" scope="RUNTIME" />
<orderEntry type="library" exported="" name="commons-collections" level="project" />
<orderEntry type="library" exported="" name="commons-lang" level="project" />
<orderEntry type="module" module-name="xdebugger-api" exported="" />
<orderEntry type="library" exported="" name="Guava" level="project" />
<orderEntry type="module" module-name="smRunner" exported="" />
</component>
</module>