diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-06-22 05:17:37 +0200 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-06-22 05:17:37 +0200 |
commit | f77f1a4ec8766550641cf6079d08c724f9cf15f5 (patch) | |
tree | 3608306bf2da5140944b88ac9a9e213d9af76a0f /spss/spss.iml | |
parent | b306e4401b35752f447e0c861d403b6557d7f868 (diff) | |
download | moa-id-spss-f77f1a4ec8766550641cf6079d08c724f9cf15f5.tar.gz moa-id-spss-f77f1a4ec8766550641cf6079d08c724f9cf15f5.tar.bz2 moa-id-spss-f77f1a4ec8766550641cf6079d08c724f9cf15f5.zip |
spcountry workaround
Diffstat (limited to 'spss/spss.iml')
-rw-r--r-- | spss/spss.iml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/spss/spss.iml b/spss/spss.iml new file mode 100644 index 000000000..c418d6693 --- /dev/null +++ b/spss/spss.iml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> + <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> + |