mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-23 23:59:20 +07:00
new project panel steps and generator moved to the python-community-configure so it can be used in other modules without python-community-ide dependency
20 lines
1018 B
XML
20 lines
1018 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" />
|
|
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
|
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="course-creator" />
|
|
<orderEntry type="module" module-name="lang-impl" />
|
|
<orderEntry type="module" module-name="educational-python" />
|
|
<orderEntry type="module" module-name="python-community" />
|
|
<orderEntry type="module" module-name="student" />
|
|
<orderEntry type="module" module-name="python-community-configure" />
|
|
<orderEntry type="module" module-name="student-python" />
|
|
</component>
|
|
</module> |