From 0e4e5ad2e94f4635a196ca919a4087d8930f1f70 Mon Sep 17 00:00:00 2001 From: Leanid Astrakou Date: Thu, 5 Sep 2024 09:40:10 -0400 Subject: [PATCH 1/2] Updated ng2desktop identifier Signed-off-by: Leanid Astrakou --- defaults/plugins/org.zowe.zlux.ng2desktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/plugins/org.zowe.zlux.ng2desktop.json b/defaults/plugins/org.zowe.zlux.ng2desktop.json index 5901b88..ddf7048 100644 --- a/defaults/plugins/org.zowe.zlux.ng2desktop.json +++ b/defaults/plugins/org.zowe.zlux.ng2desktop.json @@ -1,4 +1,4 @@ { "identifier": "org.zowe.zlux.ng2desktop", - "pluginLocation": "../../zlux-app-manager/virtual-desktop-v2" + "pluginLocation": "../../zlux-app-manager-v2/virtual-desktop" } \ No newline at end of file From 24cd5fd5909ad22773883f3c230a20b4b5232653 Mon Sep 17 00:00:00 2001 From: Leanid Astrakou Date: Wed, 11 Sep 2024 13:14:26 -0400 Subject: [PATCH 2/2] Removed ng2desktop plugin identifier Signed-off-by: Leanid Astrakou --- .../org.zowe.zlux.bootstrap/plugins/allowedPlugins.json | 6 ++++++ defaults/plugins/org.zowe.zlux.ng2desktop.json | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 defaults/plugins/org.zowe.zlux.ng2desktop.json diff --git a/defaults/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins/allowedPlugins.json b/defaults/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins/allowedPlugins.json index 0f61146..75eaa71 100644 --- a/defaults/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins/allowedPlugins.json +++ b/defaults/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins/allowedPlugins.json @@ -78,6 +78,12 @@ "*" ] }, + { + "identifier": "org.zowe.zlux.ivydesktop", + "versions": [ + "*" + ] + }, { "identifier": "org.zowe.zlux.ng2desktop.settings", "versions": [ diff --git a/defaults/plugins/org.zowe.zlux.ng2desktop.json b/defaults/plugins/org.zowe.zlux.ng2desktop.json deleted file mode 100644 index ddf7048..0000000 --- a/defaults/plugins/org.zowe.zlux.ng2desktop.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "identifier": "org.zowe.zlux.ng2desktop", - "pluginLocation": "../../zlux-app-manager-v2/virtual-desktop" -} \ No newline at end of file