-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path4.JavaCollections.iml
More file actions
47 lines (47 loc) · 2.67 KB
/
Copy path4.JavaCollections.iml
File metadata and controls
47 lines (47 loc) · 2.67 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
45
46
47
<?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$/FirstWebApplication/web/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/FirstWebApplication/web" relative="/" />
</webroots>
</configuration>
</facet>
<facet type="web" name="Web2">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/FirstWebApplication/out/artifacts/FirstWebApplication_war_exploded/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/FirstWebApplication/out/artifacts/FirstWebApplication_war_exploded" relative="/" />
</webroots>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="com.fasterxml.jackson.core:jackson-annotations:2.9.0.pr2" level="project" />
<orderEntry type="library" exported="" name="com.fasterxml.jackson.core:jackson-core:2.9.0.pr2" level="project" />
<orderEntry type="library" exported="" name="com.fasterxml.jackson.core:jackson-databind:2.9.0.pr2" level="project" />
<orderEntry type="library" name="org.slf4j:slf4j-api:1.7.23" level="application" />
<orderEntry type="library" name="com.google.guava:guava:19.0" level="project" />
<orderEntry type="library" name="org.apache.commons:commons-collections4:4.1" level="project" />
<orderEntry type="library" name="junit:junit:4.12" level="project" />
<orderEntry type="library" name="javax.mail:javax.mail-api:1.6.0" level="project" />
<orderEntry type="library" name="org.apache.directory.studio:org.apache.httpcomponents.httpcore:4.1.2" level="project" />
<orderEntry type="library" name="org.apache.directory.studio:org.apache.commons.logging:1.1.3" level="project" />
<orderEntry type="library" name="org.apache.directory.studio:org.apache.httpcomponents.httpclient:4.0" level="project" />
<orderEntry type="library" name="org.jsoup:jsoup:1.9.2" level="project" />
<orderEntry type="module" module-name="3.JavaMultithreading" />
<orderEntry type="library" name="org.apache.httpcomponents:httpclient:4.5.2" level="project" />
</component>
</module>