diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-01-17 15:46:22 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-01-17 15:46:22 +0100 |
commit | 868b44cfa0b086710dcaf49e9b029a0b05bc8826 (patch) | |
tree | 366af59b47b71383f3f2ef63d78dc09032c608a9 /id/oa/moa-id-oa.iml | |
parent | bccb090d5c4795a414f3e38fe69685f30fab789d (diff) | |
download | moa-id-spss-868b44cfa0b086710dcaf49e9b029a0b05bc8826.tar.gz moa-id-spss-868b44cfa0b086710dcaf49e9b029a0b05bc8826.tar.bz2 moa-id-spss-868b44cfa0b086710dcaf49e9b029a0b05bc8826.zip |
fixing maven errors
Diffstat (limited to 'id/oa/moa-id-oa.iml')
-rw-r--r-- | id/oa/moa-id-oa.iml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/id/oa/moa-id-oa.iml b/id/oa/moa-id-oa.iml new file mode 100644 index 000000000..a87a36773 --- /dev/null +++ b/id/oa/moa-id-oa.iml @@ -0,0 +1,25 @@ +<?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" inherit-compiler-output="false"> + <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" /> + </component> +</module> + |