-
Notifications
You must be signed in to change notification settings - Fork 0
/
jst4j.iml
38 lines (37 loc) · 1.72 KB
/
jst4j.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
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="web" name="jst4j">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/web/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/web/resources" relative="/" />
<root url="file://$MODULE_DIR$/web/WEB-INF" relative="/WEB-INF" />
</webroots>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/jetty-6.1.5/webapps/root" />
<excludeFolder url="file://$MODULE_DIR$/stripes-test" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="servlet-api-2.5-6.1.5" level="project" />
<orderEntry type="library" name="log4j-1.2.14" level="project" />
<orderEntry type="library" name="commons-lang-2.3" level="project" />
<orderEntry type="library" name="Jetty" level="project" />
<orderEntry type="library" name="Rhino" level="project" />
<orderEntry type="library" name="spring" level="project" />
<orderEntry type="library" name="javamail" level="project" />
<orderEntry type="library" name="pivot" level="project" />
</component>
<component name="RSpecModuleSettingsStorage">
<RSPEC_MODULE_SETTINGS_STORAGE_ID NAME="RSPEC_SUPPORT_TYPE" VALUE="NONE" />
</component>
</module>