Merge pull request #11 from teichsta/additional-package-exports

add additional package exports
This commit is contained in:
Kai Kreuzer 2016-01-14 17:10:56 +01:00
commit 5d92d162f5

View File

@ -40,6 +40,7 @@ Import-Package: com.google.common.base,
org.eclipse.smarthome.model.sitemap, org.eclipse.smarthome.model.sitemap,
org.eclipse.smarthome.ui.chart, org.eclipse.smarthome.ui.chart,
org.eclipse.smarthome.ui.items, org.eclipse.smarthome.ui.items,
org.eclipse.xtext.xbase,
org.openhab.io.multimedia.actions, org.openhab.io.multimedia.actions,
org.openhab.library.tel.types, org.openhab.library.tel.types,
org.osgi.framework, org.osgi.framework,
@ -95,6 +96,7 @@ Export-Package: org.codehaus.jackson,
org.openhab.library.tel.items, org.openhab.library.tel.items,
org.openhab.library.tel.types, org.openhab.library.tel.types,
org.openhab.model.item.binding, org.openhab.model.item.binding,
org.openhab.model.sitemap,
org.openhab.ui.chart, org.openhab.ui.chart,
org.openhab.ui.items org.openhab.ui.items
Bundle-ClassPath: lib/jl1.0.1.jar, Bundle-ClassPath: lib/jl1.0.1.jar,