diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-04 20:06:41 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-04 20:06:41 +0100 |
commit | 7f1c5affaa9358bef6995371dc08c8f0c981a849 (patch) | |
tree | 089323d31208d1cca2fdc61c79b5a59351f72594 /id/templates/moa-id-templates.iml | |
parent | cd0887a43b0b4350e736433c2b513901a2151601 (diff) | |
download | moa-id-spss-7f1c5affaa9358bef6995371dc08c8f0c981a849.tar.gz moa-id-spss-7f1c5affaa9358bef6995371dc08c8f0c981a849.tar.bz2 moa-id-spss-7f1c5affaa9358bef6995371dc08c8f0c981a849.zip |
resolving problems related to commons and slf4j libraries
Diffstat (limited to 'id/templates/moa-id-templates.iml')
-rw-r--r-- | id/templates/moa-id-templates.iml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id/templates/moa-id-templates.iml b/id/templates/moa-id-templates.iml index 0ecf962d0..3b8b05541 100644 --- a/id/templates/moa-id-templates.iml +++ b/id/templates/moa-id-templates.iml @@ -13,8 +13,8 @@ </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" /> + <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> |