From b64de16bfaede75bb84d54dabd95d49003e0e39c Mon Sep 17 00:00:00 2001 From: Simon Oehrl <oehrl@vr.rwth-aachen.de> Date: Fri, 2 Jul 2021 13:48:08 +0000 Subject: [PATCH] Update to new naming schema of branches --- plugins.config | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/plugins.config b/plugins.config index f1817f6..6405409 100644 --- a/plugins.config +++ b/plugins.config @@ -1,40 +1,48 @@ [unreal-cave-overlay] name=Cave Overlay - url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unreal-cave-overlay.git + url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/plugins/unreal-cave-overlay.git [likert-scale-plugin] name=Likert Scale - url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/likert-scale-plugin.git + url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/plugins/likert-scale-plugin.git [logging-plugin] name=Logging - url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/logging-plugin.git + url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/plugins/logging-plugin.git + +[rwth-vr-toolkit] + name=RWTH VR Toolkit + url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git +[rwth-vr-toolkit "4.21"] + unreal-versions=4.21 +[rwth-vr-toolkit "4.22"] + unreal-versions=4.22 +[rwth-vr-toolkit "4.26"] + unreal-versions=4.26 [ndisplayextensions] name=nDisplay Extensions - url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/ndisplayextensions.git -[ndisplayextensions "deprecated/4-21"] + url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/plugins/ndisplayextensions.git +[ndisplayextensions "4.21"] unreal-versions=4.21 -[ndisplayextensions "deprecated/4-22"] +[ndisplayextensions "4.22"] unreal-versions=4.22 -[ndisplayextensions "develop"] +[ndisplayextensions "4.26"] unreal-versions=4.26 -[ndisplayextensions "master"] - unreal-versions=4.22 [NDisplayLaunchButton] name=nDisplay Launch Button - url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/NDisplayLaunchButton.git + url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/plugins/NDisplayLaunchButton.git [unreal-study-framework] name=Study Framework - url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unreal-study-framework.git + url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/plugins/unreal-study-framework.git [unreal-study-framework "develop"] unreal-versions=4.26 [universallogging] name=Universal Logging - url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/universallogging.git + url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/plugins/universallogging.git [universallogging "deprecated/4-22"] unreal-versions=4.22 [universallogging "develop"] @@ -42,7 +50,7 @@ [unreal-va-plugin] name=Virtual Acoustics - url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unreal-va-plugin.git + url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/plugins/unreal-va-plugin.git [unreal-va-plugin "deprecated/4-22"] unreal-versions=4.22 [unreal-va-plugin "ita_develop"] @@ -52,17 +60,17 @@ [unrealvisplugin] name=Vis - url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unrealvisplugin.git + url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/plugins/unrealvisplugin.git [widgetinteraction] name=Widget Interaction - url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/widgetinteraction.git + url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/plugins/widgetinteraction.git [widgetinteraction "develop"] unreal-versions=4.22 [character-plugin] name=Character Plugin - url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/character-plugin.git + url=https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/plugins/character-plugin.git [character-plugin "4-26"] unreal-versions=4.26 [character-plugin "develop"] -- GitLab