-
Notifications
You must be signed in to change notification settings - Fork 0
/
vj1.iml
99 lines (99 loc) · 4.78 KB
/
vj1.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="web" name="Web">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/web/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/web" relative="/" />
</webroots>
<sourceRoots>
<root url="file://$MODULE_DIR$/src" />
</sourceRoots>
</configuration>
<facet type="Struts2" name="Struts 2">
<configuration>
<fileset id="s2fileset" name="Default File Set " removed="false">
<file>file://$MODULE_DIR$/src/struts.xml</file>
<file>jar://$MODULE_DIR$/lib/struts2-core.jar!/struts-default.xml</file>
</fileset>
<propertiesKeys disabled="false" />
</configuration>
</facet>
</facet>
</component>
<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$/judge" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="asm-3.3 (2)" level="project" />
<orderEntry type="library" name="httpclient-4.0" level="project" />
<orderEntry type="library" name="commons-logging-1.1.3" level="project" />
<orderEntry type="library" name="jsoup-1.8.2" level="project" />
<orderEntry type="library" name="mysql-connector-java-5.1.35-bin" level="project" />
<orderEntry type="library" name="mysql-connector-java-5.1.35-bin (3)" level="project" />
<orderEntry type="library" name="jsp-api" level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/include/gson-1.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="gson-2.3.1" level="project" />
<orderEntry type="library" name="gson-2.3.1-sources" level="project" />
<orderEntry type="library" name="gson-2.3.1-sources (2)" level="project" />
<orderEntry type="library" name="json-lib-2.4-jdk15" level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/web/WEB-INF/lib/commons-beanutils-1.8.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/web/WEB-INF/lib/junit-4.7.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="org.apache.commons.logging_1.1.1.v201101211721" level="project" />
<orderEntry type="library" name="commons-collections-3.2.1" level="project" />
<orderEntry type="library" name="ezmorph-1.0.6" level="project" />
<orderEntry type="library" name="commons-lang-2.5" level="project" />
<orderEntry type="library" name="websocket-api" level="project" />
<orderEntry type="library" name="tomcat7-websocket" level="project" />
<orderEntry type="library" name="annotations-api" level="project" />
<orderEntry type="library" name="catalina" level="project" />
<orderEntry type="library" name="commons-codec-1.9" level="project" />
<orderEntry type="library" name="ueditor-1.1.2" level="project" />
<orderEntry type="library" name="commons-codec-1.9 (2)" level="project" />
<orderEntry type="library" name="commons-fileupload-1.3.1 (2)" level="project" />
<orderEntry type="library" name="xwork-core-2.3.24.1" level="project" />
<orderEntry type="library" name="commons-fileupload-1.3" level="project" />
<orderEntry type="library" name="JavaBrowser_20160222" level="project" />
<orderEntry type="library" name="jiguang-common-0.1.4" level="project" />
<orderEntry type="library" name="slf4j-log4j12-1.7.21" level="project" />
<orderEntry type="library" name="slf4j-api-1.7.21" level="project" />
<orderEntry type="library" name="struts2-core-2.3.32" level="project" />
<orderEntry type="library" name="commons-fileupload-1.3.2" level="project" />
<orderEntry type="library" name="freemarker-2.3.22" level="project" />
<orderEntry type="library" name="ognl-3.0.19" level="project" />
<orderEntry type="library" name="xwork-core-2.3.32" level="project" />
<orderEntry type="library" name="commons-fileupload-1.3.2" level="project" />
<orderEntry type="library" name="struts2-core-2.3.32" level="project" />
</component>
</module>