-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspeader-server.iml
57 lines (57 loc) · 4.59 KB
/
speader-server.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="IvyIDEA" name="IvyIDEA">
<configuration ivyFile="$MODULE_DIR$/ivy.xml" useProjectSettings="false" useCustomIvySettings="true" ivySettingsFile="$MODULE_DIR$/ivysettings.xml" onlyResolveSelectedConfigs="false">
<propertiesSettings>
<propertiesFiles includeProjectLevelPropertiesFiles="true" />
</propertiesSettings>
</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="module-library">
<library name="IvyIDEA">
<CLASSES>
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-server/jars/jetty-server-9.3.11.v20160721.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/javax.servlet/javax.servlet-api/jars/javax.servlet-api-3.1.0.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-http/jars/jetty-http-9.3.11.v20160721.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-util/jars/jetty-util-9.3.11.v20160721.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-io/jars/jetty-io-9.3.11.v20160721.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-jmx/jars/jetty-jmx-9.3.11.v20160721.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/bundles/jackson-databind-2.8.2.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/com.fasterxml.jackson.core/jackson-annotations/bundles/jackson-annotations-2.8.0.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/com.fasterxml.jackson.core/jackson-core/bundles/jackson-core-2.8.2.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-server/javadocs/jetty-server-9.3.11.v20160721-javadoc.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/javax.servlet/javax.servlet-api/javadocs/javax.servlet-api-3.1.0-javadoc.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-http/javadocs/jetty-http-9.3.11.v20160721-javadoc.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-util/javadocs/jetty-util-9.3.11.v20160721-javadoc.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-io/javadocs/jetty-io-9.3.11.v20160721-javadoc.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-jmx/javadocs/jetty-jmx-9.3.11.v20160721-javadoc.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/javadocs/jackson-databind-2.8.2-javadoc.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/com.fasterxml.jackson.core/jackson-annotations/javadocs/jackson-annotations-2.8.0-javadoc.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/com.fasterxml.jackson.core/jackson-core/javadocs/jackson-core-2.8.2-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-server/sources/jetty-server-9.3.11.v20160721-sources.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/javax.servlet/javax.servlet-api/sources/javax.servlet-api-3.1.0-sources.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-http/sources/jetty-http-9.3.11.v20160721-sources.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-util/sources/jetty-util-9.3.11.v20160721-sources.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-io/sources/jetty-io-9.3.11.v20160721-sources.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/org.eclipse.jetty/jetty-jmx/sources/jetty-jmx-9.3.11.v20160721-sources.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/sources/jackson-databind-2.8.2-sources.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/com.fasterxml.jackson.core/jackson-annotations/sources/jackson-annotations-2.8.0-sources.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache/com.fasterxml.jackson.core/jackson-core/sources/jackson-core-2.8.2-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
</component>
</module>