rusefi-1/java_tools/ts_plugin/ts_plugin.iml

21 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-06-16 20:24:19 -07:00
<?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-19 08:52:25 -07:00
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
2020-06-16 20:24:19 -07:00
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="inifile" />
<orderEntry type="module" module-name="shared_ui" />
<orderEntry type="library" name="TunerStudioPluginAPI" level="project" />
2020-06-16 20:52:07 -07:00
<orderEntry type="module" module-name="ts_plugin_launcher" />
2020-06-22 16:52:40 -07:00
<orderEntry type="library" name="org.mockito:mockito-all:1.10.19" level="project" />
2020-06-22 21:24:32 -07:00
<orderEntry type="library" name="json-simple" level="project" />
<orderEntry type="library" name="httpclient" level="project" />
2020-07-02 19:37:42 -07:00
<orderEntry type="module" module-name="models" />
2020-07-19 08:52:25 -07:00
<orderEntry type="module" module-name="io" />
2020-06-16 20:24:19 -07:00
</component>
</module>