mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
First of all, it's easier to maintain the corresponding extensions this way as the language evolves. Also, it will help to extract remaining language-specific logic from Grazie to other language plugins, as existing direction of optional dependencies (Grazie -> Python) prevented doing the same for JavaScript because of an introduced plugin dependency (JavaScript -> Grazie -> Python -> JavaScriptDebugger). GitOrigin-RevId: a1e5a3d8121daf4f949abd0a602eb79c8a6f6dd9
15 lines
720 B
XML
15 lines
720 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" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.grazie" />
|
|
<orderEntry type="module" module-name="intellij.python.community.impl" />
|
|
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
|
|
</component>
|
|
</module> |