ensure rules can access joda time packages (#572)

Fixes: https://github.com/openhab/openhab-core/issues/553

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
pull/575/head
Markus Rathgeb 2019-02-13 08:29:53 +00:00 committed by Kai Kreuzer
parent 04bbd2e847
commit afd1770da2
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ Import-Package: \
org.apache.*,\
org.eclipse.jdt.annotation;resolution:=optional,\
org.eclipse.xtext.xbase.lib,\
org.joda.*,\
org.joda.time,\
org.joda.time.base,\
org.osgi.*,\
org.quartz.*,\
org.slf4j.*