-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tirocinio.iml
116 lines (116 loc) · 4.61 KB
/
Tirocinio.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/mysql-connector-java-5.1.38-bin.jar!/" />
<libelement value="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/eclipselink.jar!/" />
<libelement value="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/bigfraction-1.1.0.jar!/" />
<libelement value="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/gson-2.2.2.jar!/" />
<libelement value="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/mail.jar!/" />
<libelement value="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/javax.persistence_2.1.0.v201304241213.jar!/" />
<libelement value="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/javax.activation-1.2.0.jar!/" />
<conelement value="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.5" />
<conelement value="org.eclipse.jst.j2ee.internal.web.container" />
<conelement value="org.eclipse.jst.j2ee.internal.module.container" />
<src_description expected_position="0">
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
<src_folder value="file://$MODULE_DIR$/resources" expected_position="1" />
</src_description>
</component>
<component name="FacetManager">
<facet type="web" name="Web">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/WebContent/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/WebContent" relative="/" />
</webroots>
<sourceRoots />
</configuration>
</facet>
<facet type="jpa" name="JPA">
<configuration>
<setting name="validation-enabled" value="true" />
<datasource-mapping>
<factory-entry name="TirocinioPU" value="cb9ed4cb-d7dd-4e93-9ccf-00005494ad6b" />
</datasource-mapping>
<naming-strategy-map />
<deploymentDescriptor name="persistence.xml" url="file://$MODULE_DIR$/src/META-INF/persistence.xml" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/build/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library name="eclipselink.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/eclipselink.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="bigfraction-1.1.0.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/bigfraction-1.1.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="gson-2.2.2.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/gson-2.2.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="mail.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/mail.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="javax.persistence_2.1.0.v201304241213.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/javax.persistence_2.1.0.v201304241213.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="javax.activation-1.2.0.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/javax.activation-1.2.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="Java EE 6-Java EE 6" level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/WebContent/WEB-INF/lib/mysql-connector-java-8.0.15.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>