You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.7 KiB
39 lines
1.7 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<module type="JAVA_MODULE" version="4"> |
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true"> |
|
<exclude-output /> |
|
<content url="file://$MODULE_DIR$"> |
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> |
|
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" /> |
|
<sourceFolder url="file://$MODULE_DIR$/tests/data" type="java-test-resource" /> |
|
<sourceFolder url="file://$MODULE_DIR$/tests/mock_data" type="java-test-resource" /> |
|
<excludeFolder url="file://$MODULE_DIR$/.settings" /> |
|
</content> |
|
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" /> |
|
<orderEntry type="sourceFolder" forTests="false" /> |
|
<orderEntry type="module-library"> |
|
<library name="asm-6.0"> |
|
<CLASSES> |
|
<root url="jar://$MODULE_DIR$/../../../prebuilts/misc/common/asm/asm-6.0.jar!/" /> |
|
</CLASSES> |
|
<JAVADOC /> |
|
<SOURCES> |
|
<root url="jar://$MODULE_DIR$/../../../prebuilts/misc/common/asm/src-6.0.zip!/" /> |
|
</SOURCES> |
|
</library> |
|
</orderEntry> |
|
<orderEntry type="library" scope="TEST" name="junit" level="project" /> |
|
<orderEntry type="module" module-name="common" /> |
|
<orderEntry type="module-library"> |
|
<library name="guava"> |
|
<CLASSES> |
|
<root url="jar://$MODULE_DIR$/../../../prebuilts/tools/common/m2/repository/com/google/guava/guava/22.0/guava-22.0.jar!/" /> |
|
</CLASSES> |
|
<JAVADOC /> |
|
<SOURCES> |
|
<root url="jar://$MODULE_DIR$/../../../prebuilts/tools/common/m2/repository/com/google/guava/guava/22.0/guava-22.0-sources.jar!/" /> |
|
</SOURCES> |
|
</library> |
|
</orderEntry> |
|
</component> |
|
</module>
|
|
|