-
Notifications
You must be signed in to change notification settings - Fork 0
/
Test.iml
40 lines (40 loc) · 1.9 KB
/
Test.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
<?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$/src/main/webapp/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/src/main/webapp" relative="/Test" />
</webroots>
<sourceRoots />
</configuration>
</facet>
<facet type="wicketforge" name="Wicket">
<configuration>
<resourceUrls />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/../build/classes/production/Test" />
<output-test url="file://$MODULE_DIR$/../build/classes/test/Test" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="wicket-7.0.0-M2" level="project" />
<orderEntry type="library" exported="" name="commons-io:commons-io:2.4" level="project" />
<orderEntry type="library" exported="" name="cglib:cglib-full:2.0.2" level="project" />
<orderEntry type="library" exported="" name="org.apache.velocity:velocity:1.6.2" level="project" />
<orderEntry type="library" exported="" name="org.mongodb:mongo-java-driver:3.0.1" level="project" />
<orderEntry type="library" exported="" name="org.mongodb:bson:3.0.1" level="project" />
<orderEntry type="library" exported="" name="commons-fileupload:commons-fileupload:1.3.1" level="project" />
</component>
</module>