-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPractice-It 2.0.iml
28 lines (28 loc) · 1.28 KB
/
Practice-It 2.0.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
<?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>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="com.practiceit" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="com.googlecode.json-simple:json-simple:1.1.1" level="project" />
<orderEntry type="library" name="mysql:mysql-connector-java:5.1.38" level="project" />
<orderEntry type="library" scope="PROVIDED" name="javax.servlet.jsp:javax.servlet.jsp-api:2.3.2-b02" level="project" />
<orderEntry type="library" name="jstl:jstl:1.2" level="project" />
<orderEntry type="library" name="compiler-2.2.2-SNAPSHOT" level="project" />
</component>
</module>