Does anyone know why with maven-bundle-plugin 2.5.0 the split packages aren't working anymore?
With maven-bundle-plugin 2.4.0 the manifest is generated like this.. org.eclipse.swt.events, org.eclipse.swt.layout, org.eclipse.swt.widgets, org.eclipse.ui;ui.workbench=split, org.eclipse.ui.themes Originally-Created-By: Apache Maven Bundle Plugin Tool: Bnd-2.1.0.20130426-122213 With maven-bundle-plugin 2.5.0 the manifest is generated like this... org.eclipse.swt.events, org.eclipse.swt.layout, org.eclipse.swt.widgets, org.eclipse.ui, org.eclipse.ui.themes Originally-Created-By: Apache Maven Bundle Plugin Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.6))" Tool: Bnd-2.3.0.201405100607 We noticed this when we checked out one of our existing projects and just updated it from 2.4.0 to 2.5.0. No other changes were made. Once we up to 2.5.0 we couldn't use the bundle anymore because the split package isn't referenced correctly in the manifest. Is there some new configuration I am missing? I checked the release notes for 2.5 and didn't see any changes are split packages Release Notes: http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.5.0/doc/changelog.txt Site: http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.5.0/doc/site/index.html Ideas? Joshua Davis Software Architect, iAware Dev [email protected]<mailto:[email protected]> | 816-201-0983 direct Cerner Corporation | www.cerner.com<http://www.cerner.com/> CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024.

