mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme. Rename iml files.
21 lines
1.2 KiB
XML
21 lines
1.2 KiB
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$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/testSources" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="platform-api" exported="" />
|
|
<orderEntry type="module" module-name="lvcs-api" exported="" />
|
|
<orderEntry type="library" exported="" name="NanoXML" level="project" />
|
|
<orderEntry type="module" module-name="indexing-api" exported="" />
|
|
<orderEntry type="module" module-name="projectModel-api" exported="" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="Mocks" level="project" />
|
|
<orderEntry type="module" module-name="analysis-api" exported="" />
|
|
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
|
|
</component>
|
|
</module> |