-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathTwitchVodLoader.iml
executable file
·25 lines (25 loc) · 1.14 KB
/
TwitchVodLoader.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://$USER_HOME$/Developer/IDEAprojects/TwitchTools">
<sourceFolder url="file://$USER_HOME$/Developer/IDEAprojects/TwitchTools/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library name="JUnit4">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.11.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-library-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="jgoodies-common-1.2.1" level="project" />
<orderEntry type="library" name="com.google.code.gson:gson:2.3.1" level="project" />
<orderEntry type="library" name="com.google.guava:guava:18.0" level="project" />
</component>
</module>