mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme. Rename iml files.
21 lines
1.1 KiB
XML
21 lines
1.1 KiB
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="annotations" exported="" />
|
|
<orderEntry type="module" module-name="util" />
|
|
<orderEntry type="module" module-name="projectModel-api" />
|
|
<orderEntry type="module" module-name="platform-api" />
|
|
<orderEntry type="module" module-name="lang-api" />
|
|
<orderEntry type="module" module-name="compiler-openapi" />
|
|
<orderEntry type="module" module-name="external-system-rt" exported="" />
|
|
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
|
|
<orderEntry type="library" name="de.ruedigermoeller:fst" level="project" />
|
|
</component>
|
|
</module> |