diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-01-17 16:09:46 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-01-17 16:09:46 +0100 |
commit | ed19c3b21b338e05efae1067216a5bbb7d60efe4 (patch) | |
tree | cb7d2b5b8aac5d697724620705a2dace9f9e42cb /spss/handbook/clients/referencedData | |
parent | 868b44cfa0b086710dcaf49e9b029a0b05bc8826 (diff) | |
download | moa-id-spss-ed19c3b21b338e05efae1067216a5bbb7d60efe4.tar.gz moa-id-spss-ed19c3b21b338e05efae1067216a5bbb7d60efe4.tar.bz2 moa-id-spss-ed19c3b21b338e05efae1067216a5bbb7d60efe4.zip |
changing chars to reflect utf8
Diffstat (limited to 'spss/handbook/clients/referencedData')
-rw-r--r-- | spss/handbook/clients/referencedData/moa-spss-handbook-referencedData.iml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/spss/handbook/clients/referencedData/moa-spss-handbook-referencedData.iml b/spss/handbook/clients/referencedData/moa-spss-handbook-referencedData.iml new file mode 100644 index 000000000..3b8b05541 --- /dev/null +++ b/spss/handbook/clients/referencedData/moa-spss-handbook-referencedData.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" LANGUAGE_LEVEL="JDK_1_5" 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> + |