Bug 422885 - Manifests should export a version
Summary: Manifests should export a version
Status: NEW
Alias: None
Product: RAP
Classification: RT
Component: Other (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-29 19:01 EST by Dave Smith CLA
Modified: 2013-11-29 19:01 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Smith CLA 2013-11-29 19:01:01 EST
I am using bnd/bndtools to build my bundles. When they are built against the swt version of jface the manifest has an import package of org.eclipse.jface.viewers;version="[3.5,4)" however in your org.eclipse.rap.jface.databinding you simply export the package with out a version thus my bundles do not resolve.

All exported jface/swt bundles should export a version that they are compatible with.