From 193ceac8a022093503f6f4e6e39fe35c38b8056d Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Sun, 20 Oct 2024 15:20:24 +0200 Subject: [PATCH] add a PluginId and VendorId --- src/project_manager/ROSProjectManager.json.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/project_manager/ROSProjectManager.json.in b/src/project_manager/ROSProjectManager.json.in index 23efe4ed..4a889f5f 100644 --- a/src/project_manager/ROSProjectManager.json.in +++ b/src/project_manager/ROSProjectManager.json.in @@ -1,7 +1,9 @@ { + "Id" : "ros", "Name" : "ROSProjectManager", "Version" : "${IDE_VERSION}", "CompatVersion" : "${IDE_VERSION_COMPAT}", + "VendorId" : "rosindustrial", "Vendor" : "ROS Industrial", "Copyright" : "(C) 2015 ROS Industrial", "License" : [ "Commercial Usage",