| Summary: | consolidate common package characteristics | ||
|---|---|---|---|
| Product: | [Technology] EPP | Reporter: | Markus Knauer <mknauer> |
| Component: | package content | Assignee: | Markus Knauer <mknauer> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mknauer |
| Version: | 1.3.0 | ||
| Target Milestone: | 1.3.0 RC1 | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | 303273, 313894 | ||
| Bug Blocks: | 313169 | ||
|
Description
Markus Knauer
The RCP/RAP package in Helios RC1 implemented the following consolidation:
- <import feature="org.eclipse.epp.usagedata.feature"/>
- <import feature="org.eclipse.equinox.p2.discovery.feature"/>
- <import feature="org.eclipse.epp.mpc"/>
+ <import feature="org.eclipse.epp.package.common.feature"/>
For Helios RC2 I will update all other packages accordingly.
Adjusted all p2.inf files: * removed sections where we add (and remove) the EPP p2 repository URLs - it is now linked from the main Helios repo (see bug 303273 and bug 313894) * *if* we every need to define this repo again, we would do it in the common feature Since Helios there is a common feature org.eclipse.epp.package.common.feature that is included in *all* packages. This feature is responsible for pulling in * the EPP UDC and * the MPC This will stay the same in Indigo, but with one small change: In Helios it was necessary to add other marketplaces via extension points which was done by an additional bundle. This additional bundle could be removed since EPP MPC switched to a dynamic configuration of marketplaces by contacting a web service. Closing this bug as FIXED. |