mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
In this commit only iml files are changed, required changes in build scripts and in code will follow. GitOrigin-RevId: bc3c95cf57522c185d92986776849bafe289e094
22 lines
943 B
XML
22 lines
943 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module relativePaths="true" type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<annotation-paths>
|
|
<root url="file://$MODULE_DIR$/anno" />
|
|
</annotation-paths>
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
|
<excludeFolder url="file://$MODULE_DIR$/../repository-search/maven-model/out" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="jetbrains-annotations-java5" level="project" />
|
|
</component>
|
|
<component name="copyright">
|
|
<Base>
|
|
<setting name="state" value="1" />
|
|
</Base>
|
|
</component>
|
|
</module> |