-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPhising.iml
84 lines (84 loc) · 3.3 KB
/
Phising.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="file://$TOMCAT_HOME$/common/lib/mail.jar" />
<libelement value="file://$TOMCAT_HOME$/common/lib/activation.jar" />
<libelement value="file://C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\Phising\lib" />
<varelement var="file://$TOMCAT_HOME$/common/lib/servlet-api.jar" value="TOMCAT_HOME/common/lib/servlet-api.jar" />
<varelement var="file://$TOMCAT_HOME$/common/lib/jasper-runtime.jar" value="TOMCAT_HOME/common/lib/jasper-runtime.jar" />
<varelement var="file://$TOMCAT_HOME$/common/lib/jsp-api.jar" value="TOMCAT_HOME/common/lib/jsp-api.jar" />
<src_description expected_position="4">
<src_folder value="file://$MODULE_DIR$/WEB-INF/src" expected_position="4" />
<src_folder value="file://$MODULE_DIR$/work" expected_position="5" />
</src_description>
</component>
<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="web" name="Web2">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$" relative="/" />
</webroots>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/WEB-INF/classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/WEB-INF/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/work" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/WEB-INF/lib" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="module-library" exported="">
<library name="servlet-api.jar">
<CLASSES>
<root url="file://$TOMCAT_HOME$/common/lib/servlet-api.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library name="jsp-api.jar">
<CLASSES>
<root url="file://$TOMCAT_HOME$/common/lib/jsp-api.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library name="jasper-runtime.jar">
<CLASSES>
<root url="file://$TOMCAT_HOME$/common/lib/jasper-runtime.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library name="mail.jar">
<CLASSES>
<root url="file://$TOMCAT_HOME$/common/lib/mail.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" exported="" name="lib" level="project" />
</component>
</module>