From 424dff068926a0625427a707612076ce43c2457d Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Mon, 29 Jun 2015 14:47:35 +0200 Subject: [PATCH] Wrong directory structire corrected --- Exam/Sd1/Diff/Solution/pom.xml | 2 +- Exam/Sd1/Diff/Test/pom.xml | 2 +- Exam/Sd1/IntMax/Solution/pom.xml | 2 +- Exam/Sd1/IntMax/Test/pom.xml | 2 +- Exam/Sd1/MaxArrayDiff/Solution/pom.xml | 2 +- Exam/Sd1/MaxArrayDiff/Test/pom.xml | 2 +- Exam/Sd1/Vowel/Solution/pom.xml | 2 +- Exam/Sd1/Vowel/Test/pom.xml | 2 +- P/pom.xml | 10 ---------- 9 files changed, 8 insertions(+), 18 deletions(-) diff --git a/Exam/Sd1/Diff/Solution/pom.xml b/Exam/Sd1/Diff/Solution/pom.xml index 7b5c61fd7..07513bd60 100644 --- a/Exam/Sd1/Diff/Solution/pom.xml +++ b/Exam/Sd1/Diff/Solution/pom.xml @@ -6,7 +6,7 @@ <groupId>de.hdm-stuttgart.mi</groupId> <artifactId>lecturenotes-pom</artifactId> <version>1.0</version> - <relativePath>../../../../pom.xml</relativePath> + <relativePath>../../../../P/pom.xml</relativePath> </parent> <groupId>de.hdm-stuttgart.de.sd1</groupId> diff --git a/Exam/Sd1/Diff/Test/pom.xml b/Exam/Sd1/Diff/Test/pom.xml index 667e6c40f..042b6a777 100644 --- a/Exam/Sd1/Diff/Test/pom.xml +++ b/Exam/Sd1/Diff/Test/pom.xml @@ -6,7 +6,7 @@ <groupId>de.hdm-stuttgart.mi</groupId> <artifactId>lecturenotes-pom</artifactId> <version>1.0</version> - <relativePath>../../../../pom.xml</relativePath> + <relativePath>../../../../P/pom.xml</relativePath> </parent> <groupId>de.hdm-stuttgart.de.sd1</groupId> diff --git a/Exam/Sd1/IntMax/Solution/pom.xml b/Exam/Sd1/IntMax/Solution/pom.xml index 777689a1f..dd6aa0ee2 100644 --- a/Exam/Sd1/IntMax/Solution/pom.xml +++ b/Exam/Sd1/IntMax/Solution/pom.xml @@ -6,7 +6,7 @@ <groupId>de.hdm-stuttgart.mi</groupId> <artifactId>lecturenotes-pom</artifactId> <version>1.0</version> - <relativePath>../../../../pom.xml</relativePath> + <relativePath>../../../../P/pom.xml</relativePath> </parent> <groupId>de.hdm_stuttgart.mi.sd1</groupId> diff --git a/Exam/Sd1/IntMax/Test/pom.xml b/Exam/Sd1/IntMax/Test/pom.xml index 7873c1937..7ab61444b 100644 --- a/Exam/Sd1/IntMax/Test/pom.xml +++ b/Exam/Sd1/IntMax/Test/pom.xml @@ -6,7 +6,7 @@ <groupId>de.hdm-stuttgart.mi</groupId> <artifactId>lecturenotes-pom</artifactId> <version>1.0</version> - <relativePath>../../../../pom.xml</relativePath> + <relativePath>../../../../P/pom.xml</relativePath> </parent> <groupId>de.hdm_stuttgart.mi.sd1</groupId> diff --git a/Exam/Sd1/MaxArrayDiff/Solution/pom.xml b/Exam/Sd1/MaxArrayDiff/Solution/pom.xml index a9f5e7e5f..10ffec2f6 100644 --- a/Exam/Sd1/MaxArrayDiff/Solution/pom.xml +++ b/Exam/Sd1/MaxArrayDiff/Solution/pom.xml @@ -6,7 +6,7 @@ <groupId>de.hdm-stuttgart.mi</groupId> <artifactId>lecturenotes-pom</artifactId> <version>1.0</version> - <relativePath>../../../../pom.xml</relativePath> + <relativePath>../../../../P/pom.xml</relativePath> </parent> <groupId>de.hdm-stuttgart.de.sd1</groupId> diff --git a/Exam/Sd1/MaxArrayDiff/Test/pom.xml b/Exam/Sd1/MaxArrayDiff/Test/pom.xml index b85286717..2c6634481 100644 --- a/Exam/Sd1/MaxArrayDiff/Test/pom.xml +++ b/Exam/Sd1/MaxArrayDiff/Test/pom.xml @@ -6,7 +6,7 @@ <groupId>de.hdm-stuttgart.mi</groupId> <artifactId>lecturenotes-pom</artifactId> <version>1.0</version> - <relativePath>../../../../pom.xml</relativePath> + <relativePath>../../../../P/pom.xml</relativePath> </parent> <groupId>de.hdm-stuttgart.de.sd1</groupId> diff --git a/Exam/Sd1/Vowel/Solution/pom.xml b/Exam/Sd1/Vowel/Solution/pom.xml index 9ef16a7e7..8f4aaeb6b 100644 --- a/Exam/Sd1/Vowel/Solution/pom.xml +++ b/Exam/Sd1/Vowel/Solution/pom.xml @@ -6,7 +6,7 @@ <groupId>de.hdm-stuttgart.mi</groupId> <artifactId>lecturenotes-pom</artifactId> <version>1.0</version> - <relativePath>../../../../pom.xml</relativePath> + <relativePath>../../../../P/pom.xml</relativePath> </parent> <groupId>de.hdm-stuttgart.de.sd1</groupId> diff --git a/Exam/Sd1/Vowel/Test/pom.xml b/Exam/Sd1/Vowel/Test/pom.xml index 2f17e31c8..825a2bf2e 100644 --- a/Exam/Sd1/Vowel/Test/pom.xml +++ b/Exam/Sd1/Vowel/Test/pom.xml @@ -6,7 +6,7 @@ <groupId>de.hdm-stuttgart.mi</groupId> <artifactId>lecturenotes-pom</artifactId> <version>1.0</version> - <relativePath>../../../../pom.xml</relativePath> + <relativePath>../../../../P/pom.xml</relativePath> </parent> <groupId>de.hdm-stuttgart.de.sd1</groupId> diff --git a/P/pom.xml b/P/pom.xml index 94da0f4b4..51432b9f0 100644 --- a/P/pom.xml +++ b/P/pom.xml @@ -97,16 +97,6 @@ <module>Sd1/Wordlist/Solution</module> <module>Sd1/Wordlist/Solution2</module> - <!-- Software development 1 Tests --> - <module>Sd1/Etest/IntMax/Test/</module> - <module>Sd1/Etest/IntMax/Solution</module> - <module>Sd1/Etest/Vowel/Solution</module> - <module>Sd1/Etest/Vowel/Test</module> - <module>Sd1/Etest/Diff/Solution</module> - <module>Sd1/Etest/Diff/Test</module> - <module>Sd1/Etest/MaxArrayDiff/Solution</module> - <module>Sd1/Etest/MaxArrayDiff/Test</module> - <!-- Structured data and applications 1 --> <module>Sda1/Alignimg</module> -- GitLab