forked from MediaBrowser/Emby.ApiClient.Java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMediaBrowser.ApiClient.Java.iml
More file actions
45 lines (44 loc) · 2.19 KB
/
Copy pathMediaBrowser.ApiClient.Java.iml
File metadata and controls
45 lines (44 loc) · 2.19 KB
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
<?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$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/src/MediaBrowser/Model/Events" />
<excludeFolder url="file://$MODULE_DIR$/src/mediabrowser/model/io" />
</content>
<orderEntry type="library" exported="" name="junit:junit:4.11" level="project" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="file://$MODULE_DIR$/lib/volley" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/lib/volley" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/robolectric-2.3-with-dependencies.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/lib/robolectric-2.3-with-dependencies.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="library" exported="" name="org.java-websocket:Java-WebSocket:1.3.0" level="project" />
<orderEntry type="library" exported="" name="org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" exported="" name="com.squareup.okhttp:okhttp:2.0.0" level="project" />
<orderEntry type="library" exported="" name="com.squareup.okio:okio:1.0.1" level="project" />
<orderEntry type="library" exported="" name="com.squareup.okhttp:okhttp-urlconnection:2.0.0" level="project" />
<orderEntry type="library" exported="" name="io.fastjson:boon:0.29" level="project" />
<orderEntry type="library" exported="" name="com.google.code.gson:gson:2.3" level="project" />
<orderEntry type="library" exported="" name="com.jakewharton:disklrucache:2.0.2" level="project" />
</component>
</module>