forked from wyage/star-dict-parser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
project_root.iml
25 lines (25 loc) · 1.63 KB
/
project_root.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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$">
<excludeFolder url="file://$MODULE_DIR$/.buckd" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/.git" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/buck-out" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/build" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="//:commons-cli" scope="COMPILE" level="project" />
<orderEntry type="library" name="//:commons-compress" scope="COMPILE" level="project" />
<orderEntry type="library" name="//:commons-lang3" scope="COMPILE" level="project" />
<orderEntry type="library" name="//:dictzip" scope="COMPILE" level="project" />
<orderEntry type="library" name="//:emoji-java" scope="COMPILE" level="project" />
<orderEntry type="library" name="//:jackson-annotations" scope="COMPILE" level="project" />
<orderEntry type="library" name="//:jackson-core" scope="COMPILE" level="project" />
<orderEntry type="library" name="//:jackson-databind" scope="COMPILE" level="project" />
<orderEntry type="library" name="//:jackson-dataformat-yaml" scope="COMPILE" level="project" />
<orderEntry type="library" name="//:snakeyaml" scope="COMPILE" level="project" />
</component>
</module>