-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDashboard.iml
More file actions
20 lines (20 loc) · 776 Bytes
/
Copy pathDashboard.iml
File metadata and controls
20 lines (20 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="web" name="Web">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/Dashboard/src/main/webapp/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/Dashboard/src/main/webapp" relative="/" />
</webroots>
<sourceRoots>
<root url="file://$MODULE_DIR$/Dashboard/src/main/resources" />
<root url="file://$MODULE_DIR$/Dashboard/src/main/java" />
<root url="file://$MODULE_DIR$/Dashboard/target/generated-sources/annotations" />
</sourceRoots>
</configuration>
</facet>
</component>
</module>