From 93bd9d31e425aa25bfe4cc750bf006c0ac3c84e8 Mon Sep 17 00:00:00 2001
From: Simon Oehrl <oehrl@vr.rwth-aachen.de>
Date: Sun, 26 Jan 2020 16:43:37 +0100
Subject: [PATCH] Unify plugin names

---
 plugins.config | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

diff --git a/plugins.config b/plugins.config
index 9d5da44..980946b 100644
--- a/plugins.config
+++ b/plugins.config
@@ -1,41 +1,42 @@
+
+[unreal-cave-overlay]
+    name=Cave Overlay
+    url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unreal-cave-overlay.git
+    default-branch=master
+    
 [likert-scale-plugin]
-    name="likert scale plugin"
+    name=Likert Scale
     url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/likert-scale-plugin.git
 
 [logging-plugin]
-    name=Logging Plugin
+    name=Logging
     url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/logging-plugin.git
 
 [ndisplayextensions]
-    name=nDisplayExtensions
+    name=nDisplay Extensions
     url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/ndisplayextensions.git
     default-branch=master
 
 [NDisplayLaunchButton]
-    name=NDisplay Launch Button
+    name=nDisplay Launch Button
     url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/NDisplayLaunchButton.git
 
-[universallogging]
-    name=UniversalLogging
-    url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/universallogging.git
-
-[unreal-cave-overlay]
-    name=Unreal Cave Overlay
-    url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unreal-cave-overlay.git
-    default-branch=master
-
 [unreal-study-framework]
-    name=Unreal-Study-Framework
+    name=Study Framework
     url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unreal-study-framework.git
 
+[universallogging]
+    name=Universal Logging
+    url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/universallogging.git
+
 [unreal-va-plugin]
-    name=Unreal VA Plugin
+    name=Virtual Acoustics
     url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unreal-va-plugin.git
 
 [unrealvisplugin]
-    name=UnrealVisPlugin
+    name=Vis
     url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unrealvisplugin.git
 
 [widgetinteraction]
-    name=Widget Interaction Plugin
+    name=Widget Interaction
     url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/widgetinteraction.git
\ No newline at end of file
-- 
GitLab