-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathGoogleAuthenticator.iml
More file actions
38 lines (38 loc) · 2 KB
/
Copy pathGoogleAuthenticator.iml
File metadata and controls
38 lines (38 loc) · 2 KB
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
<?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$/web/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/web" relative="/" />
</webroots>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Tomcat 8.0.36" level="application_server_libraries" />
<orderEntry type="library" name="antlr-2.7.7" level="project" />
<orderEntry type="library" name="aspectj-1.8.8" level="project" />
<orderEntry type="library" name="aspectjrt-1.8.9" level="project" />
<orderEntry type="library" name="com.springsource.org.aopalliance-1.0.0" level="project" />
<orderEntry type="library" name="com.springsource.net.sf.cglib-2.2.0" level="project" />
<orderEntry type="library" name="hibernate-entitymanager-4.2.21.Final" level="project" />
<orderEntry type="library" name="spring-data-jpa-1.3.3.RELEASE" level="project" />
<orderEntry type="library" name="spring-data-commons-1.5.0.RELEASE" level="project" />
<orderEntry type="library" name="slf4j-api-1.6.1" level="project" />
<orderEntry type="library" name="ehcache-core-2.4.3" level="project" />
<orderEntry type="library" name="ehcache-web-2.0.4" level="project" />
<orderEntry type="library" name="ehcache-core-2.4.5" level="project" />
<orderEntry type="library" name="guava-r09" level="project" />
<orderEntry type="library" name="spring-security-acl-3.2.6.RELEASE" level="project" />
</component>
</module>