mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme. Update *.iml files.
18 lines
942 B
XML
18 lines
942 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$/gen" isTestSource="false" generated="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.java.psi" exported="" />
|
|
<orderEntry type="module" module-name="intellij.platform.core.impl" exported="" />
|
|
<orderEntry type="module" module-name="intellij.java.resources.en" />
|
|
<orderEntry type="library" name="ASM" level="project" />
|
|
<orderEntry type="library" name="Guava" level="project" />
|
|
<orderEntry type="library" name="StreamEx" level="project" />
|
|
</component>
|
|
</module> |