-
Notifications
You must be signed in to change notification settings - Fork 0
/
10SpringThings.iml
114 lines (113 loc) · 5.07 KB
/
10SpringThings.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
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="Spring" name="Spring">
<configuration>
<options>
<option name="enableValidation" value="false" />
<option name="reportErrorsAsWarnings" value="true" />
</options>
<customNs />
</configuration>
</facet>
<facet type="JRUBY" name="JRuby">
<configuration>
<JRUBY_FACET_CONFIG_ID NAME="JRUBY_SDK_NAME" VALUE="" />
<JRUBY_FACET_CONFIG_ID NAME="SHOULD_USE_RSPEC" VALUE="false" />
<JRUBY_FACET_CONFIG_ID NAME="NUMBER" VALUE="0" />
</configuration>
</facet>
<facet type="web" name="Web">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/WEB-INF/web.xml" optional="false" version="2.5" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$" relative="/" />
</webroots>
<building>
<setting name="EXPLODED_URL" value="file://" />
<setting name="EXPLODED_ENABLED" value="false" />
<setting name="JAR_URL" value="file://" />
<setting name="JAR_ENABLED" value="false" />
<setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION" value="false" />
<setting name="BUILD_EXTERNAL_DEPENDENCIES" value="false" />
<setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true" />
<setting name="RUN_JASPER_VALIDATION" value="true" />
<setting name="BUILD_ONLY_WEB_RESOURCES" value="false" />
</building>
<packaging>
<containerElement type="module" name="10SpringThings">
<attribute name="method" value="1" />
<attribute name="URI" value="/WEB-INF/classes" />
</containerElement>
<containerElement type="library" name="HSQLDB" level="project">
<attribute name="method" value="0" />
<attribute name="URI" value="/WEB-INF/lib" />
</containerElement>
<containerElement type="library" name="JRuby" level="project">
<attribute name="method" value="0" />
<attribute name="URI" value="/WEB-INF/lib" />
</containerElement>
<containerElement type="library" name="JakartaCommons" level="project">
<attribute name="method" value="0" />
<attribute name="URI" value="/WEB-INF/lib" />
</containerElement>
<containerElement type="library" name="JavaEE" level="project">
<attribute name="method" value="0" />
<attribute name="URI" value="<N/A>" />
</containerElement>
<containerElement type="library" name="Log4J" level="project">
<attribute name="method" value="0" />
<attribute name="URI" value="/WEB-INF/lib" />
</containerElement>
<containerElement type="library" name="Quartz" level="project">
<attribute name="method" value="0" />
<attribute name="URI" value="/WEB-INF/lib" />
</containerElement>
<containerElement type="library" name="Spring" level="project">
<attribute name="method" value="0" />
<attribute name="URI" value="/WEB-INF/lib" />
</containerElement>
<containerElement type="library" name="TestNG" level="project">
<attribute name="method" value="0" />
<attribute name="URI" value="/WEB-INF/lib" />
</containerElement>
<containerElement type="library" level="module">
<attribute name="method" value="0" />
<attribute name="URI" value="<N/A>" />
<url>jar://$APPLICATION_HOME_DIR$/lib/javaee.jar!/</url>
</containerElement>
</packaging>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Spring" level="project" />
<orderEntry type="library" name="Quartz" level="project" />
<orderEntry type="library" name="JakartaCommons" level="project" />
<orderEntry type="library" name="Log4J" level="project" />
<orderEntry type="library" name="JavaEE" level="project" />
<orderEntry type="library" name="HSQLDB" level="project" />
<orderEntry type="library" name="TestNG" level="project" />
<orderEntry type="library" name="JRuby" level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/javaee.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntryProperties />
</component>
</module>