IncQueryLabs / smarthome-cep-demonstrator

Eclipse Public License 1.0
5 stars 1 forks source link

Fix jdt.annotation import #16

Open dandrid opened 7 years ago

dandrid commented 7 years ago

Building from eclipse requires org.eclipse.jdt.annotation dependency, however in OpenHAB release, no bundle exports this package, as a result, bundles cannot resolve.

Current workaround: Remove the dependencies temporally, when creating bundles for OpenHAB release.