Files
openide/plugins/groovy/git/intellij.groovy.git.iml
Leonid Shalupov c2a560877d groovy: upon converting to java, create a separate git commit with file rename (.groovy -> .java)
using the same extension point as in .java -> .kt conversion

GitOrigin-RevId: 40af095c57ca05cfa469e7ea114112cf621c9020
2023-09-04 17:53:14 +00:00

17 lines
845 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.groovy" />
<orderEntry type="module" module-name="intellij.vcs.git" />
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.ide.core" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
</component>
</module>