-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpriority-queue-internal.iml
More file actions
47 lines (47 loc) · 2.5 KB
/
priority-queue-internal.iml
File metadata and controls
47 lines (47 loc) · 2.5 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="priority-queue-internal">
<configuration>
<webroots>
<root url="file://$MODULE_DIR$/server/resources/buildServerResources" relative="/plugins/priority-queue" />
</webroots>
<sourceRoots>
<root url="file://$MODULE_DIR$/server/resources" />
</sourceRoots>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/server/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/server/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/server/resources" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/dist" />
<excludeFolder url="file://$MODULE_DIR$/out" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="server" />
<orderEntry type="module" module-name="server-core" />
<orderEntry type="module" module-name="server-openapi" />
<orderEntry type="module" module-name="server-openapi-vcs" />
<orderEntry type="module" module-name="server-common-api" />
<orderEntry type="module" module-name="common" />
<orderEntry type="module" module-name="common-impl" />
<orderEntry type="module" module-name="logging" />
<orderEntry type="library" name="jdom" level="project" />
<orderEntry type="library" name="annotations.jar" level="project" />
<orderEntry type="module" module-name="web-openapi" />
<orderEntry type="module" module-name="test-api" scope="TEST" />
<orderEntry type="module" module-name="web" />
<orderEntry type="module" module-name="web-core" />
<orderEntry type="module" module-name="server-model" />
<orderEntry type="module" module-name="idea-obsolete-openapi" />
<orderEntry type="module" module-name="utils" />
<orderEntry type="module" module-name="migration" />
<orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-1.2-api:2.17.2" level="project" />
<orderEntry type="library" name="Maven: javax.servlet:javax.servlet-api:3.1.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
</component>
</module>