Files
openide/uast/testFramework/intellij.platform.uast.testFramework.iml
Nikolay Chashnikov 69115d62d6 [uast tests] refactoring: move java-specific code away from intellij.platform.uast.testFramework module
...and remove dependency on intellij.java.uast from it.

GitOrigin-RevId: 05fdf2279cbf3aaa1394d2c3a14163620a936b4c
2023-04-13 10:53:03 +00:00

16 lines
804 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" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.uast" exported="" />
<orderEntry type="module" module-name="intellij.platform.testFramework" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.java.testFramework" />
<orderEntry type="module" module-name="intellij.platform.vcs.impl" />
</component>
</module>