diff --git a/Doc/Sd1/appendix.xml b/Doc/Sd1/appendix.xml index 85e55aad0866fdc4d04d07340c764e7a522fea37..543c3bb41b64b373e61380bba18a76af5319036b 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 dee17cbae01c583a6c5274948f15b780e125da79..72de69e917c9ab0843385745bb4a6f7aa8882e77 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 dec4d8d09c009ddc0eabf5730e29d9446a5b4a66..d689991149e76ef69d6a39a522f93c8bc34cb486 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 71c9ef662402e9a0f9244f988b5d35e52f257cdc..7ebb5ae2a2157a1d73532f7e3e10ffb107a1856b 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 d4186ab3884cfdbaa474e197275964a752b4c75f..c973f0aee0e32c0a5b419dccf2a3f0e0885d0c85 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 84c5bb7ba71894b951be7abeebcc7ace0ee9ead7..d9a350b4e2795c57c3a1af38c2a1c21d95b74126 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 f9523af72e33ef6a4471f48e38eaecf914496806..caa32a43239e8f7748553cbcf225ea3518b9ff6e 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 09dce2f2068bb87d3d56c5736722fbe209799571..70732052687582ae9abe7b99af289647e70eaad3 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 fa185a5a3f3ef62e46801d58509e62e674bf5624..3ac996029e7fcbad2daed79cd3a69e5ddd66158d 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 5d1d93609669dde66d06b4f9185fc7ddf03b1376..fb9cf494dc4b71b3ddad7a32f0b3e6d297cb059b 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{