let's have separate modules for python-psi-api (that will go into upsource later) and python-openapi (which will contain UI stuff and more)

This commit is contained in:
Dmitry Jemerov
2012-08-08 10:28:35 +02:00
parent e4df653995
commit 718ec7e372
144 changed files with 995 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
<?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="core-api" />
</component>
</module>