-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathAviationManager.iml
executable file
·70 lines (70 loc) · 3.28 KB
/
AviationManager.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="web" name="AviationManager">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/WebRoot/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/WebRoot" relative="/" />
</webroots>
</configuration>
</facet>
<facet type="javaeeApplication" name="AviationManager">
<configuration>
<descriptors>
<deploymentDescriptor name="application.xml" url="file://$MODULE_DIR$/META-INF/application.xml" />
</descriptors>
</configuration>
</facet>
<facet type="Spring" name="Spring">
<configuration>
<fileset id="fileset" name="Spring Application Context" removed="false">
<file>file://$MODULE_DIR$/test/spring-jdbc.xml</file>
<file>file://$MODULE_DIR$/resources/applicationContext-quartz.xml</file>
<file>file://$MODULE_DIR$/resources/applicationContext-task.xml</file>
<file>file://$MODULE_DIR$/resources/applicationContext-ehcache.xml</file>
<file>file://$MODULE_DIR$/resources/applicationContent-mvc.xml</file>
<file>file://$MODULE_DIR$/resources/applicationContext-minaServer.xml</file>
<file>file://$MODULE_DIR$/test/spring-test.xml</file>
<file>file://$MODULE_DIR$/resources/applicationContext-mybatis.xml</file>
<file>file://$MODULE_DIR$/resources/applicationContext.xml</file>
</fileset>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/WebRoot/WEB-INF/classes" />
<output-test url="file://$MODULE_DIR$/WebRoot/WEB-INF/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/codegen" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/core" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Tomcat 7.0.65" level="application_server_libraries" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="file://$MODULE_DIR$/WebRoot/WEB-INF/lib" />
</CLASSES>
<JAVADOC />
<NATIVE>
<root url="file://$MODULE_DIR$/WebRoot/WEB-INF/lib" />
</NATIVE>
<SOURCES>
<root url="file://$MODULE_DIR$/WebRoot/WEB-INF/lib" />
<root url="jar://$USER_HOME$/.ideaLibSources/spring-orm-4.0.5.RELEASE-sources.jar!/" />
<root url="jar://$USER_HOME$/.ideaLibSources/spring-tx-4.0.5.RELEASE-sources.jar!/" />
</SOURCES>
<jarDirectory url="file://$MODULE_DIR$/WebRoot/WEB-INF/lib" recursive="false" />
<jarDirectory url="file://$MODULE_DIR$/WebRoot/WEB-INF/lib" recursive="false" type="SOURCES" />
</library>
</orderEntry>
</component>
</module>