mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
This is needed to get rid of dependencies on properties modules from the main intellij.javaFX module and prevent errors like (IDEA-269139). GitOrigin-RevId: 68ed33d7a06cda0aa0346488b1ed33cc412ff27e
18 lines
958 B
XML
18 lines
958 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$/properties">
|
|
<sourceFolder url="file://$MODULE_DIR$/properties/resources" type="java-resource" />
|
|
<sourceFolder url="file://$MODULE_DIR$/properties/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
|
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
|
|
<orderEntry type="module" module-name="intellij.properties.psi.impl" />
|
|
<orderEntry type="module" module-name="intellij.javaFX" />
|
|
<orderEntry type="module" module-name="intellij.platform.analysis" />
|
|
<orderEntry type="library" name="StreamEx" level="project" />
|
|
</component>
|
|
</module> |