mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
java.psi.iml — remove dependency on intellij.platform.core.ui GitOrigin-RevId: c1d4feb04c0471c7d17b5331b86738ee54a97f80
18 lines
984 B
XML
18 lines
984 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module relativePaths="true" type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$/testSource">
|
|
<sourceFolder url="file://$MODULE_DIR$/testSource" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="org.codehaus.groovy:groovy" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.structuralSearch" />
|
|
<orderEntry type="module" module-name="intellij.java.testFramework" />
|
|
<orderEntry type="module" module-name="intellij.xml.impl" />
|
|
<orderEntry type="module" module-name="intellij.java.structuralSearch" />
|
|
<orderEntry type="module" module-name="intellij.java.i18n" />
|
|
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
|
</component>
|
|
</module> |