Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] changes to manifests for org.eclipse.persistence.core, javax.xml.bind (was: Issue with MOXy plugin and P2 ...)

Attach'd to bug 314539 are two small patches to the manifests for javax.xml.bind and o.e.p.core:

bind (a.k.a. JAXB) gets a single additional line: Require-Bundle: system.bundle
 This was done for javax.xml.stream so that PDE projects that depend on 'org.eclipse.core.runtime'
 do not show erroneous red-X's

core gets a single additional line: Eclipse-ExtensibleAPI: true
 This is done so that PDE projects that depend on the core bundle can reference classes from
  any of it's fragments - in this case org.eclipse.persistence.oracle

Tested under Galileo SR2 and Helios RC2

--
Mike Norman | Principal Software Designer | 613.288.4638
Oracle Server Technologies | EclipseLink Product
45 O'Connor Street, Suite 400 | Ottawa, ON K1P 1A4 | (fax) 613.238.2818

Back to the top