-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkill_dollar.iml
More file actions
60 lines (59 loc) · 2.35 KB
/
kill_dollar.iml
File metadata and controls
60 lines (59 loc) · 2.35 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
48
49
50
51
52
53
54
55
56
57
58
59
<?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>
<facet type="hibernate" name="Hibernate">
<configuration>
<datasource-map>
<unit-entry name="hibernate.cfg.xml" value="19f6f238-40ac-4d81-a189-e2d9433b76d0" />
</datasource-map>
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/src/hibernate.cfg.xml" />
</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>
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/mariadb-java-client-1.1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" scope="PROVIDED" name="Tomcat 7.0" level="application_server_libraries" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/json-20090211.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="stax-1.2.0" level="project" />
<orderEntry type="library" name="jcs-1.3" level="project" />
<orderEntry type="library" name="commons-logging-1.1.3" level="project" />
<orderEntry type="library" name="log4j-1.2.17" level="project" />
<orderEntry type="library" name="concurrent-1.0" level="project" />
<orderEntry type="library" name="hibernate" level="project" />
<orderEntry type="library" name="hibernate-ehcache-4.3.1.Final" level="project" />
<orderEntry type="library" name="slf4j-api-1.6.1" level="project" />
<orderEntry type="library" name="ehcache-core-2.4.3" level="project" />
</component>
</module>