OH1.x binding (non-addon) in 2.0.0b3 also blacklist.properties file

I started creating a new build on an RPi3 . 16.04 Ubuntu/Oracle JDK 8. apt-get openhab2-offline

My binding that was fine on much older release (pre b1) of OH2 won’t load on beta3.
.jar file in /usr/share/openhab2/addons
.cfg file in /etc/openhab2/services and changed addons.cfg

2016-06-05 11:09:52.905 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-plclogo’: No matching features for openhab-binding-plclogo/0.0.0

Tried in addons.cfg:
remote = true
legacy = true
but no effect :frowning:

Has the jar location moved? Or is something else required for ‘non addon’ legacy OH1.x bindings? Or I’m doing something stupid…

Also as part of the debugging, I notice a continual exception being thrown for a missing blacklist.properties file. Adding a file cleared the error so I guess this should be added to the distribution?
Lehane

As it is not part of the distro, you must not configure it in addons.cfg. Instead, you must manually place the jar in the addons folder - note that you should use a 1.9.0-SNAPSHOT version of it.

See details in the documentation.