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.
36 lines
1.4 KiB
XML
36 lines
1.4 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" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="annotations" />
|
|
<orderEntry type="module-library" exported="">
|
|
<library>
|
|
<CLASSES>
|
|
<root url="jar://$MODULE_DIR$/../lib/aether-1.1.0-all.jar!/" />
|
|
</CLASSES>
|
|
<JAVADOC />
|
|
<SOURCES />
|
|
</library>
|
|
</orderEntry>
|
|
<orderEntry type="module-library">
|
|
<library>
|
|
<CLASSES>
|
|
<root url="jar://$MODULE_DIR$/../lib/maven-aether-provider-3.3.9-all.jar!/" />
|
|
</CLASSES>
|
|
<JAVADOC />
|
|
<SOURCES />
|
|
</library>
|
|
</orderEntry>
|
|
<orderEntry type="library" exported="" name="http-client" level="project" />
|
|
<orderEntry type="library" exported="" name="commons-codec" level="project" />
|
|
<orderEntry type="library" exported="" name="commons-logging" level="project" />
|
|
<orderEntry type="library" exported="" name="Slf4j" level="project" />
|
|
<orderEntry type="module" module-name="testFramework" scope="TEST" />
|
|
</component>
|
|
</module> |