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.
12 lines
482 B
XML
12 lines
482 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="WEB_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<excludeFolder url="file://$MODULE_DIR$/.idea" />
|
|
<excludeFolder url="file://$MODULE_DIR$/node_modules" />
|
|
<excludeFolder url="file://$MODULE_DIR$/out" />
|
|
</content>
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |