Community
Participate
Working Groups
the build.version file says: org.eclipse.osgi.services=3.3.0.v20110110 This bundle exports the following cm and event packages: org.osgi.service.cm; version="1.3" org.osgi.service.event; version="1.3" The template.mf file contains these imports for the cm and event packages: org.osgi.service.cm;version="[1.2.0, 1.3.0)", org.osgi.service.event;version="[1.1.0, 1.2.0)" This makes the org.eclipse.virgo.teststubs.osgi bundle unresolvable when run with the org.eclipse.osgi.services=3.3.0.v20110110 bundle. I think the ranges should be changed to the following: org.osgi.service.cm;version="[1.3.0, 1.4.0)", org.osgi.service.event;version="[1.3.0, 1.4.0)"
Fixed as proposed.