Add PVMT links

Change-Id: I40491535d5df2f638bfcd50b7185d8691b856780
Signed-off-by: Philippe DUL <philippe.dul@thalesgroup.com>
diff --git a/json/download.schema.json b/json/download.schema.json
index 48961cc..e83426c 100644
--- a/json/download.schema.json
+++ b/json/download.schema.json
@@ -56,7 +56,10 @@
                     { "type": "array", "items": { "$ref" : "#/definitions/download-item" } }

                  ] },

                 "installAddon": { "type": "string" },

-                "installNotes": { "type": "string" },

+                "installNotes": {

+                    "$ref" : "#/definitions/download"

+                },

+                "notes": { "type": "string" },

                 "dandi": { "type": "string" },

                 "learnMore": { "type": "string" },

                 "release": { "type": "string" },

diff --git a/json/downloads.json b/json/downloads.json
index ff16f67..b8d6370 100644
--- a/json/downloads.json
+++ b/json/downloads.json
@@ -6,6 +6,8 @@
       "dropin": { "text": "Drop-in", "icon": "fa fa-download" }, 
       "updateSite": { "text": "Update Site", "icon": "fa fa-download" },
       "userManual": { "text": "User manual", "icon": "fa fa-book" },
+      "notes": { "text": "Installation notes" },
+      "installNotes": { "text": "Download and Installation", "icon": "fa fa-level-down", "target":"_expand" },
       "product": { "text": "Product", "icon": "fa fa-download" },
       "installAddon": { "text": "Installation procedure", "icon": "fa fa-external-link-square", "target":"_blank" },
       "dandi": { "text": "Download and Installation", "icon": "fa fa-download" },
@@ -103,12 +105,21 @@
       "key":"PVMT",
       "fragment":"pvmt",
       "licence":"EPL",
-      "compatibleWithCurrentVersion": false,
+      "compatibleWithCurrentVersion": true,
       "contact":"<a href='industry-consortium/thales.html' target='_blank'>Thales</a>",
       "description": "<p>This add-on allows end-users to easily define their own specific properties on Arcadia concepts, value these properties for each elements, and automatically change the graphical aspect of model elements in diagrams.</p><p>This add-on is developed by a Thales business unit (DMS-FR) and is distributed under the Eclipse Public License. It is not hosted by the Eclipse Foundation and it is not developped under the Eclipse Development Process.</p>",
       "download": {
-        "dropin": "https://obeo-mirror-capella-releases.s3-eu-west-1.amazonaws.com/thales-addons/1.4/2019-06/PVMT-45.5-DS.zip", 
-        "updateSite": "https://obeo-mirror-capella-releases.s3-eu-west-1.amazonaws.com/thales-addons/1.4/2019-06/PVMT-45.5-DS-updatesite.zip"
+        "installNotes": {
+          "notes": "<h4>Materials description</h4><ul><li><b>PVMT (Property Values Management Tools)</b>:<br/>Provides the core mechanisms to enrich Capella elements with additional properties.</li><li><b>DS (DiagramStyler)</b>:<br/>The companion addon to PVMT to take into account these additional properties and customize the rendering of the diagrams. </li></ul><p>To install these add-ons, just follow the usual <a href=\"https://github.com/eclipse/capella/blob/master/doc/plugins/org.polarsys.capella.ui.doc/html/Installation%20Guide/How%20to%20install%20Capella%20and%20Addons.mediawiki#Configuration_and_Extensibility\">Installation procedure</a> for both addons (PVMT and DS)</p><h4>Notice</h4><p>Please note that using DiagramStyler will create a dependence of all models in your environment towards this add-on.<br/>To remove this dependence, you will have to use the <a href=\"https://github.com/eclipse/capella/blob/master/doc/plugins/org.polarsys.capella.ui.doc/html/First%20steps%20with%20Capella/3.6.%20How%20to%20detach%20viewpoints.mediawiki\">Capella Model Detachment feature</a>.</p>",
+          "dropin": [
+            { "name": "PVMT", "url": "https://artifactory.thalesdigital.io/artifactory/mvn-public/com/thalesgroup/vpd/property/com.thalesgroup.vpd.property.repository/50.5.1/com.thalesgroup.vpd.property.repository-50.5.1-dropins.zip" },
+            { "name": "DS", "url": "https://artifactory.thalesdigital.io/artifactory/mvn-public/com/thalesgroup/mde/capella/diagramstyler/com.thalesgroup.mde.capella.diagramstyler.repository/50.3.1/com.thalesgroup.mde.capella.diagramstyler.repository-50.3.1-dropins.zip" }
+           ],
+          "updateSite": [ 
+            { "name": "PVMT", "url": "https://artifactory.thalesdigital.io/artifactory/mvn-public/com/thalesgroup/vpd/property/com.thalesgroup.vpd.property.repository/50.5.1/com.thalesgroup.vpd.property.repository-50.5.1.zip" },
+            { "name": "DS", "url": "https://artifactory.thalesdigital.io/artifactory/mvn-public/com/thalesgroup/mde/capella/diagramstyler/com.thalesgroup.mde.capella.diagramstyler.repository/50.3.1/com.thalesgroup.mde.capella.diagramstyler.repository-50.3.1.zip" }
+           ]
+        }
       }
     }, 
     { "name":"DESS (Dynamic Execution and System Simulation)",