forked from JetBrains/teamcity-priority-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpriority-queue-internal.iml
More file actions
37 lines (37 loc) · 1.82 KB
/
priority-queue-internal.iml
File metadata and controls
37 lines (37 loc) · 1.82 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
<?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-openapi" />
<orderEntry type="module" module-name="common" />
<orderEntry type="library" name="jdom" level="project" />
<orderEntry type="library" scope="TEST" name="jmock-2.5.1" level="project" />
<orderEntry type="library" scope="TEST" name="testng" level="project" />
<orderEntry type="library" name="Spring-Framework-web" level="project" />
<orderEntry type="library" name="Spring-Framework" level="project" />
<orderEntry type="module" module-name="web-openapi" />
<orderEntry type="module" module-name="test-api" scope="TEST" />
<orderEntry type="module" module-name="web" />
</component>
</module>