From bfe5cabf4202f427474e328428e75ccd904043d0 Mon Sep 17 00:00:00 2001 From: Ben Liblit Date: Mon, 15 May 2017 12:31:06 +0200 Subject: [PATCH] Match case of property names to that expected in manifest This fixes two Eclipse "Key '...' is not found in localization properties file: plugin.properties" warnings in the "Plug-in Development" category. --- com.ibm.wala.core/plugin.properties | 4 ++-- com.ibm.wala.ide/plugin.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/com.ibm.wala.core/plugin.properties b/com.ibm.wala.core/plugin.properties index 5dca745f5..19a8873eb 100644 --- a/com.ibm.wala.core/plugin.properties +++ b/com.ibm.wala.core/plugin.properties @@ -1,5 +1,5 @@ -PLUGINNAME=core WALA analysis engine -VENDORNAME=IBM +pluginName=core WALA analysis engine +vendorName=IBM providerName =IBM # ==================================================================== diff --git a/com.ibm.wala.ide/plugin.properties b/com.ibm.wala.ide/plugin.properties index 382917aba..9854fbd3a 100644 --- a/com.ibm.wala.ide/plugin.properties +++ b/com.ibm.wala.ide/plugin.properties @@ -1,4 +1,4 @@ -PLUGINNAME= WALA analysis engine - IDE support +pluginName= WALA analysis engine - IDE support VENDORNAME=IBM providerName =IBM