From 1fcdfbe2a30a50ca2a3d163932979e7376ca1b7d Mon Sep 17 00:00:00 2001 From: Ben Liblit Date: Tue, 29 Aug 2017 10:43:26 -0500 Subject: [PATCH] Add localization properties file with some bundle string definitions This fixes two Eclipse Plug-in Development warnings of the form "Key '...' is not found in localization properties file: OSGI-INF/l10n/bundle.properties". --- com.ibm.wala.cast.js.test.data/OSGI-INF/l10n/bundle.properties | 2 ++ com.ibm.wala.cast.js.test.data/build.properties | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 com.ibm.wala.cast.js.test.data/OSGI-INF/l10n/bundle.properties diff --git a/com.ibm.wala.cast.js.test.data/OSGI-INF/l10n/bundle.properties b/com.ibm.wala.cast.js.test.data/OSGI-INF/l10n/bundle.properties new file mode 100644 index 000000000..3984317c3 --- /dev/null +++ b/com.ibm.wala.cast.js.test.data/OSGI-INF/l10n/bundle.properties @@ -0,0 +1,2 @@ +pluginName = WALA CAst Java ECJ frontend +providerName = IBM diff --git a/com.ibm.wala.cast.js.test.data/build.properties b/com.ibm.wala.cast.js.test.data/build.properties index f95f1e560..5d9487bda 100644 --- a/com.ibm.wala.cast.js.test.data/build.properties +++ b/com.ibm.wala.cast.js.test.data/build.properties @@ -1,2 +1,3 @@ bin.includes = examples-src/,\ - META-INF/ + META-INF/,\ + OSGI-INF/