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".
This commit is contained in:
Ben Liblit 2017-08-29 10:43:26 -05:00 committed by Manu Sridharan
parent d70e52e323
commit 1fcdfbe2a3
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,2 @@
pluginName = WALA CAst Java ECJ frontend
providerName = IBM

View File

@ -1,2 +1,3 @@
bin.includes = examples-src/,\
META-INF/
META-INF/,\
OSGI-INF/