|
@@ -0,0 +1,26 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" 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="/" />
|
|
|
+ </webroots>
|
|
|
+ </configuration>
|
|
|
+ </facet>
|
|
|
+ </component>
|
|
|
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
|
|
|
+ <output url="file://$MODULE_DIR$/target/classes" />
|
|
|
+ <output-test url="file://$MODULE_DIR$/target/test-classes" />
|
|
|
+ <content url="file://$MODULE_DIR$">
|
|
|
+ <excludeFolder url="file://$MODULE_DIR$/target" />
|
|
|
+ </content>
|
|
|
+ <orderEntry type="inheritedJdk" />
|
|
|
+ <orderEntry type="sourceFolder" forTests="false" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
|
|
|
+ </component>
|
|
|
+</module>
|