-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMeetingRoom.iml
66 lines (66 loc) · 3.03 KB
/
MeetingRoom.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
58
59
60
61
62
63
64
65
66
<?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$/web/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/web" relative="/" />
</webroots>
</configuration>
<facet type="Struts2" name="Struts 2">
<configuration>
<fileset id="s2fileset" name="Default File Set " removed="false">
<file>file://$MODULE_DIR$/src/struts.xml</file>
<file>jar://$MODULE_DIR$/lib/struts2-core.jar!/struts-default.xml</file>
<file>file://$MODULE_DIR$/src/department.xml</file>
<file>file://$MODULE_DIR$/src/meetingRoom.xml</file>
<file>file://$MODULE_DIR$/src/JSON.xml</file>
<file>file://$MODULE_DIR$/src/struts-plugin.xml</file>
<file>file://$MODULE_DIR$/src/Meeting.xml</file>
</fileset>
<fileset id="s2fileset2" name="My Fileset " removed="false">
<file>jar://$MODULE_DIR$/../development/struts-2.3.20/lib/struts2-json-plugin-2.3.20.jar!/struts-plugin.xml</file>
</fileset>
<propertiesKeys disabled="false" />
</configuration>
</facet>
</facet>
<facet type="hibernate" name="Hibernate">
<configuration>
<datasource-map>
<unit-entry name="a.xml" value="97ba28a5-c81e-404b-a6b5-8cca137a6b6f" />
<unit-entry name="hibernate.cfg.xml" />
<unit-entry name="sessionFactory" value="dataSource" />
</datasource-map>
<naming-strategy-map>
<unit-entry name="sessionFactory" />
</naming-strategy-map>
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/src/hibernate.cfg.xml" />
</configuration>
</facet>
<facet type="Spring" name="Spring">
<configuration process_explicitly_annotated="false">
<fileset id="fileset" name="Spring Application Context" removed="false">
<file>file://$MODULE_DIR$/web/WEB-INF/spring-config.xml</file>
</fileset>
</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" name="Struts 2-2.3.20.1" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Tomcat 8.0.18" level="application_server_libraries" />
<orderEntry type="library" name="Hibernate 4.2.2-4.2.2" level="project" />
<orderEntry type="library" name="Spring-4.1.6.RELEASE" level="project" />
<orderEntry type="library" name="mysql-connector-java-5.1.34-bin" level="project" />
<orderEntry type="library" name="c3p01" level="project" />
</component>
</module>