From 4508e0431977959b6eebf8e1bdd2152e5ff0d4bc Mon Sep 17 00:00:00 2001
From: Erik Diers <erik.diers@ruhr-uni-bochum.de>
Date: Wed, 26 Mar 2025 17:01:35 +0100
Subject: [PATCH] Fixed Classpaht error

---
 .classpath | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.classpath b/.classpath
index dfd5e4d..9b9daef 100644
--- a/.classpath
+++ b/.classpath
@@ -6,8 +6,6 @@
 		</attributes>
 	</classpathentry>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="lib" path="lib/gson-2.10.1.jar"/>
-	<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
-	<classpathentry kind="lib" path="lib/SFB_Lib_v20250324.jar"/>
+	<classpathentry kind="lib" path="lib/sfb-library.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
-- 
GitLab