mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme. Rename iml files.
26 lines
1.3 KiB
XML
26 lines
1.3 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$/testSrc" isTestSource="true" />
|
|
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="core-api" />
|
|
<orderEntry type="module" module-name="vcs-impl" />
|
|
<orderEntry type="library" name="Guava" level="project" />
|
|
<orderEntry type="module" module-name="core-impl" />
|
|
<orderEntry type="module" module-name="platform-impl" />
|
|
<orderEntry type="module" module-name="vcs-log-api" />
|
|
<orderEntry type="module" module-name="vcs-log-impl" />
|
|
<orderEntry type="module" module-name="images" />
|
|
<orderEntry type="module" module-name="lang-impl" />
|
|
<orderEntry type="module" module-name="dvcs-api" />
|
|
<orderEntry type="module" module-name="testFramework" scope="TEST" />
|
|
<orderEntry type="library" scope="TEST" name="mockito" level="project" />
|
|
<orderEntry type="module" module-name="vcs-tests" scope="TEST" />
|
|
</component>
|
|
</module> |