-
Notifications
You must be signed in to change notification settings - Fork 18
/
socialite.iml
128 lines (128 loc) · 4.85 KB
/
socialite.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="jar://$MODULE_DIR$/ext/antlr-3.5.2-complete-no-st3.jar!/" />
<libelement value="jar://$MODULE_DIR$/ext/commons-configuration-1.6.jar!/" />
<libelement value="jar://$MODULE_DIR$/ext/commons-lang-2.6.jar!/" />
<libelement value="jar://$MODULE_DIR$/ext/commons-lang3-3.1.jar!/" />
<libelement value="jar://$MODULE_DIR$/ext/commons-logging-1.1.1.jar!/" />
<libelement value="jar://$MODULE_DIR$/ext/commons-logging-api-1.0.4.jar!/" />
<libelement value="jar://$MODULE_DIR$/ext/hadoop-core-1.2.1.jar!/" />
<libelement value="jar://$MODULE_DIR$/ext/jython.jar!/" />
<libelement value="jar://$MODULE_DIR$/ext/log4j-1.2.16.jar!/" />
<libelement value="jar://$MODULE_DIR$/ext/ST-4.0.7.jar!/" />
<libelement value="jar://$MODULE_DIR$/ext/trove-3.0.3.jar!/" />
<src_description expected_position="0">
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
</src_description>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="inheritedJdk" />
<orderEntry type="module-library">
<library name="antlr-3.5.2-complete-no-st3.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/antlr-3.5.2-complete-no-st3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="commons-configuration-1.6.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/commons-configuration-1.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="commons-lang-2.6.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/commons-lang-2.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="commons-lang3-3.1.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/commons-lang3-3.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="commons-logging-1.1.1.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/commons-logging-1.1.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="commons-logging-api-1.0.4.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/commons-logging-api-1.0.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="log4j-1.2.16.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/log4j-1.2.16.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="ST-4.0.7.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/ST-4.0.7.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="trove-3.0.3.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/trove-3.0.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="hadoop-common-2.7.1" level="project" />
<orderEntry type="library" name="hadoop-yarn-client-2.7.1" level="project" />
<orderEntry type="library" name="hadoop-yarn-api-2.7.1" level="project" />
<orderEntry type="library" name="hadoop-yarn-common-2.7.1" level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/hadoop/hadoop-yarn-registry-2.7.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="hadoop-yarn-registry-2.7.1" level="project" />
<orderEntry type="library" name="commons-collections-3.2.1" level="project" />
<orderEntry type="library" name="annotations-5.1" level="project" />
<orderEntry type="library" name="serialize" level="project" />
<orderEntry type="library" name="jython-standalone-2.7.1b2" level="project" />
<orderEntry type="library" name="RoaringBitmap-0.5.18" level="project" />
</component>
</module>