rusefi-1/java_console/inifile/inifile.iml

19 lines
986 B
Plaintext
Raw Normal View History

<?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$">
2020-07-02 18:20:52 -07:00
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
2020-07-03 07:49:14 -07:00
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
2020-05-14 22:01:45 -07:00
<orderEntry type="library" exported="" name="junit" level="project" />
2020-06-06 19:12:48 -07:00
<orderEntry type="module" module-name="autoupdate" exported="" />
2020-07-02 19:22:50 -07:00
<orderEntry type="library" exported="" name="annotations" level="project" />
<orderEntry type="module" module-name="shared_io" exported="" />
2020-07-29 16:42:48 -07:00
<orderEntry type="module" module-name="logging-api" />
Feature 3014 migrating to gradle (#3079) * feat: restructured autotest for migrating to gradle * feat: restructured enum_to_string for migrating to gradle * feat: restructured configuration_definition for migrating to gradle; fix: corrected build.xml * feat: restructured logging for migrating to gradle; fix: corrected build.xml's * feat: restructured romraider for migrating to gradle; fix: corrected build.xml's * feat: restructured autotest for migrating to gradle * feat: restructured enum_to_string for migrating to gradle * feat: restructured configuration_definition for migrating to gradle; fix: corrected build.xml * feat: restructured logging for migrating to gradle; fix: corrected build.xml's * feat: restructured romraider for migrating to gradle; fix: corrected build.xml's * feat: restructured autotest for migrating to gradle * feat: restructured enum_to_string for migrating to gradle * feat: restructured configuration_definition for migrating to gradle; fix: corrected build.xml * feat: restructured logging for migrating to gradle; fix: corrected build.xml's * feat: restructured romraider for migrating to gradle; fix: corrected build.xml's * feat: restructured enum_to_string for migrating to gradle * fix: corrected main build.xml * fix: corrected main build.xml for romraider * fix: corrected main build.xml for romraider * feat: restructured autotest for migrating to gradle * feat: restructured enum_to_string for migrating to gradle * feat: restructured configuration_definition for migrating to gradle; fix: corrected build.xml * feat: restructured logging for migrating to gradle; fix: corrected build.xml's * feat: restructured romraider for migrating to gradle; fix: corrected build.xml's * feat: restructured enum_to_string for migrating to gradle * fix: corrected main build.xml * fix: corrected main build.xml for romraider * fix: corrected main build.xml for romraider * feat: restructured enum_to_string for migrating to gradle * feat: restructured configuration_definition for migrating to gradle; fix: corrected build.xml * upd: get changes from master; fix: rebasing conflicts * feat: restructured logging for migrating to gradle; fix: corrected build.xml's * upd: up-to-master; fix: conflicts in build.xml's * feat: restructured logging for migrating to gradle; fix: corrected build.xml's * fix: conflicts from master * feat: restructured shared_ui module for gradle; fix: main build.xml * feat: restructured tools module; fix: main build.xml according to new structure * feat: restructured modules in java_tools with build.xml; fix: corrected paths in build.xml's and .iml's according to the new structure; corrected path in gen_ptrace_enums.bat
2021-07-30 05:15:32 -07:00
<orderEntry type="module" module-name="proxy_server" />
</component>
</module>