From d5d2091ee8f04054e2713117fdb020c3426b2fa5 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Thu, 8 Dec 2016 16:21:09 -0800 Subject: [PATCH] Consitently use 'manifest-yaml' everywhere Not manifest-yaml somplaces and manifest-yml in others. --- eclipse-distribution/common/html/nightly-distributions.html | 2 +- vscode-extensions/vscode-manifest-yaml/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse-distribution/common/html/nightly-distributions.html b/eclipse-distribution/common/html/nightly-distributions.html index a9a7b1b9e..20bb6ee7e 100644 --- a/eclipse-distribution/common/html/nightly-distributions.html +++ b/eclipse-distribution/common/html/nightly-distributions.html @@ -40,7 +40,7 @@ diff --git a/vscode-extensions/vscode-manifest-yaml/package.json b/vscode-extensions/vscode-manifest-yaml/package.json index ea32fad28..c1d3a72ca 100644 --- a/vscode-extensions/vscode-manifest-yaml/package.json +++ b/vscode-extensions/vscode-manifest-yaml/package.json @@ -1,5 +1,5 @@ { - "name": "vscode-manifest-yml", + "name": "vscode-manifest-yaml", "displayName": "Cloudfoundry Manifest YML Support", "description": "Provides validation and content assist for Cloudfoundry manifest.yml files", "icon": "icon.png",