-
Notifications
You must be signed in to change notification settings - Fork 9
/
douban-book.iml
53 lines (52 loc) · 2.9 KB
/
douban-book.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="scala" name="Scala">
<configuration>
<option name="compilerLibraryLevel" value="Project" />
<option name="compilerLibraryName" value="scala-compiler" />
<option name="compilerOptions" value="-feature" />
<option name="deprecationWarnings" value="true" />
<option name="fsc" value="true" />
<option name="uncheckedWarnings" value="true" />
<option name="vmOptions" value="" />
</configuration>
</facet>
<facet type="android" name="Android">
<configuration>
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
<option name="LIBS_FOLDER_RELATIVE_PATH" value="/src/main/native" />
<option name="CUSTOM_APK_RESOURCE_FOLDER" value="/target/generated-sources/combined-resources/res" />
<option name="APK_PATH" value="/target/douban-book.apk" />
<option name="RUN_PROCESS_RESOURCES_MAVEN_TASK" value="false" />
<option name="RUN_PROGUARD" value="true" />
<option name="PROGUARD_CFG_PATH" value="/project/proguard.cfg" />
<includeAssetsFromLibraries>true</includeAssetsFromLibraries>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/target/generated-sources/r" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/scala" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/.idea" />
<excludeFolder url="file://$MODULE_DIR$/proguard_logs" />
<excludeFolder url="file://$MODULE_DIR$/target" />
<excludeFolder url="file://$MODULE_DIR$/tests" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.scaloid:scaloid:1.1_8_2.10" level="project" />
<orderEntry type="library" name="Maven: org.scala-lang:scala-library:2.10.1" level="project" />
<orderEntry type="library" name="Maven: com.douban:scala-api_2.10:2.2" level="project" />
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.2.3" level="project" />
<orderEntry type="library" name="Maven: com.google.zxing:core:2.1" level="project" />
<orderEntry type="library" name="Maven: com.google.android:support-v4:r7" level="project" />
</component>
</module>