diff options
| author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-04 17:51:06 +0100 | 
|---|---|---|
| committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-04 17:51:06 +0100 | 
| commit | cd0887a43b0b4350e736433c2b513901a2151601 (patch) | |
| tree | a64f04705ed3e686787e20f091768aacb94d8e25 /spss/handbook | |
| parent | e4350d795922f798ff2edc53933c99d4a24a3bc9 (diff) | |
| download | moa-id-spss-cd0887a43b0b4350e736433c2b513901a2151601.tar.gz moa-id-spss-cd0887a43b0b4350e736433c2b513901a2151601.tar.bz2 moa-id-spss-cd0887a43b0b4350e736433c2b513901a2151601.zip | |
after merge, having problem
Diffstat (limited to 'spss/handbook')
| -rw-r--r-- | spss/handbook/clients/api/moa-spss-handbook-apiClient.iml | 4 | ||||
| -rw-r--r-- | spss/handbook/clients/webservice/moa-spss-handbook-webserviceClient.iml | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/spss/handbook/clients/api/moa-spss-handbook-apiClient.iml b/spss/handbook/clients/api/moa-spss-handbook-apiClient.iml index c9c03b243..26b212283 100644 --- a/spss/handbook/clients/api/moa-spss-handbook-apiClient.iml +++ b/spss/handbook/clients/api/moa-spss-handbook-apiClient.iml @@ -1,8 +1,8 @@  <?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" /> +    <output url="file://$MODULE_DIR$/target/classes" /> +    <output-test url="file://$MODULE_DIR$/target/test-classes" />      <content url="file://$MODULE_DIR$">        <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />        <excludeFolder url="file://$MODULE_DIR$/target" /> diff --git a/spss/handbook/clients/webservice/moa-spss-handbook-webserviceClient.iml b/spss/handbook/clients/webservice/moa-spss-handbook-webserviceClient.iml index c9c03b243..26b212283 100644 --- a/spss/handbook/clients/webservice/moa-spss-handbook-webserviceClient.iml +++ b/spss/handbook/clients/webservice/moa-spss-handbook-webserviceClient.iml @@ -1,8 +1,8 @@  <?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" /> +    <output url="file://$MODULE_DIR$/target/classes" /> +    <output-test url="file://$MODULE_DIR$/target/test-classes" />      <content url="file://$MODULE_DIR$">        <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />        <excludeFolder url="file://$MODULE_DIR$/target" /> | 
