From daf2462891092c1d7dfc8c37c5fcdd46ebae3717 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Mon, 14 Nov 2016 21:13:39 +0100 Subject: [PATCH] Replacing version.mi.hdm-stuttgart.de references --- Doc/Sd1/appendix.xml | 2 +- Doc/Sd1/gettingStarted.xml | 2 +- Doc/Sda1/projects.xml | 2 +- Exam/Sda1/JdomTable/jdomtable/pom.exam.xml | 2 +- Exam/Sda1/JdomTable/jdomtable/pom.xml | 2 +- Exam/Sda1/JdomTable/jdomtable_solution/pom.xml | 2 +- Exam/Sda1/SaxMemo2Html/SaxMemo2Hhtml_solution/pom.xml | 2 +- .../VerifyImgAccess/src/main/java/dom/xpath/CheckUrl.java | 6 +----- ws/eclipse/Jdbc/src/main/java/dom/xsl/DbAccess.java | 8 ++------ .../Jdbc/src/main/java/sax/rdbms/HtmlEventHandler.java | 6 +----- 10 files changed, 11 insertions(+), 23 deletions(-) diff --git a/Doc/Sd1/appendix.xml b/Doc/Sd1/appendix.xml index 85e55aad0..543c3bb41 100644 --- a/Doc/Sd1/appendix.xml +++ b/Doc/Sd1/appendix.xml @@ -172,7 +172,7 @@ <listitem> <para>Using the <link - xlink:href="https://version.mi.hdm-stuttgart.de/">MI git SCM</link> + xlink:href="https://gitlab.mi.hdm-stuttgart.de/">MI Gitlab SCM</link> is a plus with respect to the project's evaluation.</para> </listitem> diff --git a/Doc/Sd1/gettingStarted.xml b/Doc/Sd1/gettingStarted.xml index dee17cbae..72de69e91 100644 --- a/Doc/Sd1/gettingStarted.xml +++ b/Doc/Sd1/gettingStarted.xml @@ -307,7 +307,7 @@ <glossdef> <para><link - xlink:href="https://version.mi.hdm-stuttgart.de">https://version.mi.hdm-stuttgart.de</link></para> + xlink:href="https://gitlab.mi.hdm-stuttgart.de">https://gitlab.mi.hdm-stuttgart.de</link></para> </glossdef> </glossentry> diff --git a/Doc/Sda1/projects.xml b/Doc/Sda1/projects.xml index dec4d8d09..d68999114 100644 --- a/Doc/Sda1/projects.xml +++ b/Doc/Sda1/projects.xml @@ -45,7 +45,7 @@ <listitem> <para>Your team is expected to use the <link - xlink:href="https://version.mi.hdm-stuttgart.de">MI Git server</link>. + xlink:href="https://gitlab.mi.hdm-stuttgart.de">MI Gitlab server</link>. You should commit regularly rather than e.g. one big chunk at the project's end so that your project's progress and the individual participant's contributions become reasonable.</para> diff --git a/Exam/Sda1/JdomTable/jdomtable/pom.exam.xml b/Exam/Sda1/JdomTable/jdomtable/pom.exam.xml index 71c9ef662..7ebb5ae2a 100644 --- a/Exam/Sda1/JdomTable/jdomtable/pom.exam.xml +++ b/Exam/Sda1/JdomTable/jdomtable/pom.exam.xml @@ -3,7 +3,7 @@ <description>Test execution requires 'mvn install' in the maven sub project 'GoikLectures/ws/eclipse/ExamTesting' within - https://version.mi.hdm-stuttgart.de/git/GoikLectures + https://gitlab.mi.hdm-stuttgart.de/goik/GoikLectures to resolve the 'examtesting' dependency.</description> <modelVersion>4.0.0</modelVersion> diff --git a/Exam/Sda1/JdomTable/jdomtable/pom.xml b/Exam/Sda1/JdomTable/jdomtable/pom.xml index d4186ab38..c973f0aee 100644 --- a/Exam/Sda1/JdomTable/jdomtable/pom.xml +++ b/Exam/Sda1/JdomTable/jdomtable/pom.xml @@ -3,7 +3,7 @@ <description>Test execution requires 'mvn install' in the maven sub project 'GoikLectures/ws/eclipse/ExamTesting' within - https://version.mi.hdm-stuttgart.de/git/GoikLectures + https://gitlab.mi.hdm-stuttgart.de/goik/GoikLectures to resolve the 'examtesting' dependency.</description> <modelVersion>4.0.0</modelVersion> diff --git a/Exam/Sda1/JdomTable/jdomtable_solution/pom.xml b/Exam/Sda1/JdomTable/jdomtable_solution/pom.xml index 84c5bb7ba..d9a350b4e 100644 --- a/Exam/Sda1/JdomTable/jdomtable_solution/pom.xml +++ b/Exam/Sda1/JdomTable/jdomtable_solution/pom.xml @@ -3,7 +3,7 @@ <description>Test execution requires 'mvn install' in the maven sub project 'GoikLectures/ws/eclipse/ExamTesting' within - https://version.mi.hdm-stuttgart.de/git/GoikLectures + https://gitlab.mi.hdm-stuttgart.de/goik/GoikLectures to resolve the 'examtesting' dependency.</description> <modelVersion>4.0.0</modelVersion> diff --git a/Exam/Sda1/SaxMemo2Html/SaxMemo2Hhtml_solution/pom.xml b/Exam/Sda1/SaxMemo2Html/SaxMemo2Hhtml_solution/pom.xml index f9523af72..caa32a432 100644 --- a/Exam/Sda1/SaxMemo2Html/SaxMemo2Hhtml_solution/pom.xml +++ b/Exam/Sda1/SaxMemo2Html/SaxMemo2Hhtml_solution/pom.xml @@ -3,7 +3,7 @@ <description>Test execution requires 'mvn install' in the maven sub project 'GoikLectures/ws/eclipse/ExamTesting' within - https://version.mi.hdm-stuttgart.de/git/GoikLectures + https://gitlab.mi.hdm-stuttgart.de/goik/GoikLectures to resolve the 'examtesting' dependency.</description> <modelVersion>4.0.0</modelVersion> diff --git a/P/Sda1/VerifyImgAccess/src/main/java/dom/xpath/CheckUrl.java b/P/Sda1/VerifyImgAccess/src/main/java/dom/xpath/CheckUrl.java index 09dce2f20..707320526 100644 --- a/P/Sda1/VerifyImgAccess/src/main/java/dom/xpath/CheckUrl.java +++ b/P/Sda1/VerifyImgAccess/src/main/java/dom/xpath/CheckUrl.java @@ -12,10 +12,6 @@ import org.apache.logging.log4j.Logger; /** Check Readability of a given URL - * @author $Author: goik $ - * @version $Rev: 290 $ $Date: 2007-11-19 17:49:15 +0100 (Mo, 19. Nov 2007) $ - * - * $URL: https://version.mi.hdm-stuttgart.de/svn/goikvorles/trunk/Vorlesungen/WEB-INF/src/dom/xpath/CheckUrl.java $. * */ public class CheckUrl { @@ -58,4 +54,4 @@ public class CheckUrl { } return null; } -} \ No newline at end of file +} diff --git a/ws/eclipse/Jdbc/src/main/java/dom/xsl/DbAccess.java b/ws/eclipse/Jdbc/src/main/java/dom/xsl/DbAccess.java index fa185a5a3..3ac996029 100644 --- a/ws/eclipse/Jdbc/src/main/java/dom/xsl/DbAccess.java +++ b/ws/eclipse/Jdbc/src/main/java/dom/xsl/DbAccess.java @@ -1,10 +1,6 @@ package dom.xsl; import java.sql.*; -/** - * @author $Author: goik $ - * @version $Rev: 291 $ $Date: 2007-11-19 22:56:36 +0100 (Mo, 19. Nov 2007) $ - * - * $URL: https://version.mi.hdm-stuttgart.de/svn/goikvorles/trunk/Vorlesungen/WEB-INF/src/dom/xsl/DbAccess.java $. +/** Database access layer * */ public class DbAccess { @@ -56,4 +52,4 @@ public class DbAccess { "SELECT price FROM Product WHERE orderNo = ?"; private PreparedStatement priceQuery = null; private Connection conn = null; -} \ No newline at end of file +} diff --git a/ws/eclipse/Jdbc/src/main/java/sax/rdbms/HtmlEventHandler.java b/ws/eclipse/Jdbc/src/main/java/sax/rdbms/HtmlEventHandler.java index 5d1d93609..fb9cf494d 100644 --- a/ws/eclipse/Jdbc/src/main/java/sax/rdbms/HtmlEventHandler.java +++ b/ws/eclipse/Jdbc/src/main/java/sax/rdbms/HtmlEventHandler.java @@ -4,11 +4,7 @@ import org.xml.sax.Attributes; import org.xml.sax.helpers.DefaultHandler; import dom.xsl.DbAccess; -/** - * @author $Author: goik $ - * @version $Rev: 299 $ $Date: 2007-12-04 16:09:56 +0100 (Di, 04. Dez 2007) $ - * - * $URL: https://version.mi.hdm-stuttgart.de/svn/goikvorles/trunk/Vorlesungen/WEB-INF/src/sax/rdbms/HtmlEventHandler.java $. +/** Eventhandler turning an XML catalog to HTML * */ public class HtmlEventHandler extends DefaultHandler{ -- GitLab