From c2e52df604b4a0b58c939adbfd123e72e2528a97 Mon Sep 17 00:00:00 2001
From: stedS <sven.steddin@reutlingen-university.de>
Date: Tue, 12 Nov 2019 01:05:09 +0100
Subject: [PATCH] Projektnamen auf Kleinbuchstaben umgestellt

---
 VL04-02/ModulTest_Lib/.classpath              | 20 ++++-----
 VL04-02/ModulTest_Lib/.gitignore              |  2 +-
 VL04-02/ModulTest_Lib/.project                | 34 +++++++-------
 .../.settings/org.eclipse.jdt.core.prefs      | 28 ++++++------
 .../inf/meti/inf3vl/factory/BlablaMaker.java  | 44 +++++++++----------
 VL04-02/ModulTest_Main/.classpath             | 22 +++++-----
 VL04-02/ModulTest_Main/.project               | 34 +++++++-------
 .../.settings/org.eclipse.jdt.core.prefs      | 28 ++++++------
 .../de/hsrt/inf/meti/inf3vl/main/Main.java    | 16 +++----
 9 files changed, 114 insertions(+), 114 deletions(-)

diff --git a/VL04-02/ModulTest_Lib/.classpath b/VL04-02/ModulTest_Lib/.classpath
index c0f260f..dd8173b 100644
--- a/VL04-02/ModulTest_Lib/.classpath
+++ b/VL04-02/ModulTest_Lib/.classpath
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-12">
-		<attributes>
-			<attribute name="module" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-12">
+		<attributes>
+			<attribute name="module" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/VL04-02/ModulTest_Lib/.gitignore b/VL04-02/ModulTest_Lib/.gitignore
index ae3c172..3e2fcc7 100644
--- a/VL04-02/ModulTest_Lib/.gitignore
+++ b/VL04-02/ModulTest_Lib/.gitignore
@@ -1 +1 @@
-/bin/
+/bin/
diff --git a/VL04-02/ModulTest_Lib/.project b/VL04-02/ModulTest_Lib/.project
index f96e881..5cea5fc 100644
--- a/VL04-02/ModulTest_Lib/.project
+++ b/VL04-02/ModulTest_Lib/.project
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>ModulTest_Lib</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>moduletest_lib</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>
diff --git a/VL04-02/ModulTest_Lib/.settings/org.eclipse.jdt.core.prefs b/VL04-02/ModulTest_Lib/.settings/org.eclipse.jdt.core.prefs
index 71f736f..2b084d8 100644
--- a/VL04-02/ModulTest_Lib/.settings/org.eclipse.jdt.core.prefs
+++ b/VL04-02/ModulTest_Lib/.settings/org.eclipse.jdt.core.prefs
@@ -1,14 +1,14 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=12
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=12
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
-org.eclipse.jdt.core.compiler.release=enabled
-org.eclipse.jdt.core.compiler.source=12
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=12
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=12
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
+org.eclipse.jdt.core.compiler.release=enabled
+org.eclipse.jdt.core.compiler.source=12
diff --git a/VL04-02/ModulTest_Lib/src/de/hsrt/inf/meti/inf3vl/factory/BlablaMaker.java b/VL04-02/ModulTest_Lib/src/de/hsrt/inf/meti/inf3vl/factory/BlablaMaker.java
index 7fc2605..18e8c42 100644
--- a/VL04-02/ModulTest_Lib/src/de/hsrt/inf/meti/inf3vl/factory/BlablaMaker.java
+++ b/VL04-02/ModulTest_Lib/src/de/hsrt/inf/meti/inf3vl/factory/BlablaMaker.java
@@ -1,22 +1,22 @@
-package de.hsrt.inf.meti.inf3vl.factory;
-import static java.lang.System.out;
-public class BlablaMaker {
-	private static int blablaCounter = 0;
-	private BlablaMaker() {
-		//Konstruktor private --> factory Methode erforderlich
-	}	
-	public static BlablaMaker blablaMakerFactory() {
-		if (blablaCounter == 0) {
-			blablaCounter++;
-			return new BlablaMaker();
-		}
-		else {
-			return null;
-		}
-	}
-	public void makeBlabla() {
-		out.println("can't stop my blabla");
-	}
-}
-
-
+package de.hsrt.inf.meti.inf3vl.factory;
+import static java.lang.System.out;
+public class BlablaMaker {
+	private static int blablaCounter = 0;
+	private BlablaMaker() {
+		//Konstruktor private --> factory Methode erforderlich
+	}	
+	public static BlablaMaker blablaMakerFactory() {
+		if (blablaCounter == 0) {
+			blablaCounter++;
+			return new BlablaMaker();
+		}
+		else {
+			return null;
+		}
+	}
+	public void makeBlabla() {
+		out.println("can't stop my blabla");
+	}
+}
+
+
diff --git a/VL04-02/ModulTest_Main/.classpath b/VL04-02/ModulTest_Main/.classpath
index 1fe382c..11b8135 100644
--- a/VL04-02/ModulTest_Main/.classpath
+++ b/VL04-02/ModulTest_Main/.classpath
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-12">
-		<attributes>
-			<attribute name="module" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/ModulTest_Lib"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-12">
+		<attributes>
+			<attribute name="module" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/moduletest_lib"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/VL04-02/ModulTest_Main/.project b/VL04-02/ModulTest_Main/.project
index baae9dc..e1c5811 100644
--- a/VL04-02/ModulTest_Main/.project
+++ b/VL04-02/ModulTest_Main/.project
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>ModulTest_Main</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>moduletest_main</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>
diff --git a/VL04-02/ModulTest_Main/.settings/org.eclipse.jdt.core.prefs b/VL04-02/ModulTest_Main/.settings/org.eclipse.jdt.core.prefs
index 71f736f..2b084d8 100644
--- a/VL04-02/ModulTest_Main/.settings/org.eclipse.jdt.core.prefs
+++ b/VL04-02/ModulTest_Main/.settings/org.eclipse.jdt.core.prefs
@@ -1,14 +1,14 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=12
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=12
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
-org.eclipse.jdt.core.compiler.release=enabled
-org.eclipse.jdt.core.compiler.source=12
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=12
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=12
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
+org.eclipse.jdt.core.compiler.release=enabled
+org.eclipse.jdt.core.compiler.source=12
diff --git a/VL04-02/ModulTest_Main/src/de/hsrt/inf/meti/inf3vl/main/Main.java b/VL04-02/ModulTest_Main/src/de/hsrt/inf/meti/inf3vl/main/Main.java
index fc09851..4148ab3 100644
--- a/VL04-02/ModulTest_Main/src/de/hsrt/inf/meti/inf3vl/main/Main.java
+++ b/VL04-02/ModulTest_Main/src/de/hsrt/inf/meti/inf3vl/main/Main.java
@@ -1,8 +1,8 @@
-package de.hsrt.inf.meti.inf3vl.main;
-import de.hsrt.inf.meti.inf3vl.factory.BlablaMaker;
-
-public class Main {
-	public static void main(String[] args) {
-		BlablaMaker.blablaMakerFactory().makeBlabla();
-	}
-}
+package de.hsrt.inf.meti.inf3vl.main;
+import de.hsrt.inf.meti.inf3vl.factory.BlablaMaker;
+
+public class Main {
+	public static void main(String[] args) {
+		BlablaMaker.blablaMakerFactory().makeBlabla();
+	}
+}
-- 
GitLab