| Summary: | Add MPC client dependency to all packages | ||
|---|---|---|---|
| Product: | [Technology] EPP | Reporter: | Markus Knauer <mknauer> |
| Component: | package content | Assignee: | Markus Knauer <mknauer> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ian.skerrett, kaloyan, mknauer |
| Version: | 1.3.0 | ||
| Target Milestone: | 1.3.0 RC1 | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | 313575 | ||
| Bug Blocks: | |||
Correction...
<import feature="org.eclipse.equinox.p2.discovery.feature"/>
<import feature="org.eclipse.epp.mpc"/>
Since M6, the Java and the RCP packages have the necessary dependencies. I now added the dependencies for the remaining packages: * CPP * Javascript * JEE * Linuxtools * Modeling * PHP * Pulsar * Reporting * SOA See http://dev.eclipse.org/mhonarc/lists/epp-dev/msg00959.html for the discussion. Probably there will be an easier way to define this (and other) requirements for all packages. Just by adding a new dependency to o.e.epp.packages.common.feature. *** Bug 313517 has been marked as a duplicate of this bug. *** *** Bug 313518 has been marked as a duplicate of this bug. *** Adding information about the 'MPC Content Inclusion Policy' from the mailing list as a reference: http://dev.eclipse.org/mhonarc/lists/epp-dev/msg00992.html http://dev.eclipse.org/mhonarc/lists/epp-dev/pdfUFV9XdHTII.pdf Since Helios there is a common feature org.eclipse.epp.package.common.feature that is included in *all* packages that pulls in the MPC components. Closing this bug as FIXED. |
Add MPC client dependency to the feature.xml's of all packages: <requires> ... <import feature="org.eclipse.epp.mpc"/> ... </requires>