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. Update *.iml files.
19 lines
1.0 KiB
XML
19 lines
1.0 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$/pluginTestResources">
|
|
<sourceFolder url="file://$MODULE_DIR$/pluginTestResources" type="java-resource" />
|
|
</content>
|
|
<content url="file://$MODULE_DIR$/pluginTestSrc">
|
|
<sourceFolder url="file://$MODULE_DIR$/pluginTestSrc" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.java.testFramework" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit3" level="project" />
|
|
<orderEntry type="module" module-name="intellij.python.community.impl" />
|
|
<orderEntry type="module" module-name="intellij.xml.langInjection" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.python.community.plugin.resources" scope="RUNTIME" />
|
|
</component>
|
|
</module> |