| Summary: | [releng] rename bundles to reflect component structure | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Steffen Pingel <steffen.pingel> |
| Component: | Mylyn | Assignee: | Steffen Pingel <steffen.pingel> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | mik.kersten, shawn.minto |
| Version: | unspecified | ||
| Target Milestone: | 3.7 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 305782, 350639, 355941 | ||
|
Description
Steffen Pingel
org.eclipse.mylyn.tasks.sdk.help (org.eclipse.mylyn.help.sdk) org.eclipse.mylyn.tasks.sdk.util (org.eclipse.mylyn.tests.util) org.eclipse.mylyn.tasks.help (org.eclipse.mylyn.help.ui) org.eclipse.mylyn.tasks-feature (org.eclipse.mylyn-feature) Also need to fix bundle ids in org.eclipse.mylyn.commons.team. pre.. Renamed bundles: org.eclipse.mylyn.commons.identity -> org.eclipse.mylyn.commons.identity.ui org.eclipse.mylyn.commons.notifications -> org.eclipse.mylyn.commons.notifcations.core org.eclipse.mylyn.commons.repository -> org.eclipse.mylyn.commons.repository.core org.eclipse.mylyn.commons.team -> org.eclipse.mylyn.commons.repository.ui org.eclipse.mylyn.commons.ui.identity -> org.eclipse.mylyn.commons.ui.identity org.eclipse.mylyn.commons.http -> org.eclipse.mylyn.transport.http.core New bundles: org.eclipse.mylyn.commons.activity.tests org.eclipse.mylyn.commons.activity.ui org.eclipse.mylyn.commons.notifications.core org.eclipse.mylyn.commons.notifications.tests org.eclipse.mylyn.commons.ui.tests org.eclipse.mylyn.commons.workbench pre.. Renamed bundles: org.eclipse.mylyn.commons.identity -> org.eclipse.mylyn.commons.identity.core org.eclipse.mylyn.commons.notifications -> org.eclipse.mylyn.commons.notifcations.core org.eclipse.mylyn.commons.repositories -> org.eclipse.mylyn.commons.repositories.core org.eclipse.mylyn.commons.team -> org.eclipse.mylyn.commons.repositories.ui org.eclipse.mylyn.commons.ui.identity -> org.eclipse.mylyn.commons.identity.ui org.eclipse.mylyn.commons.http -> org.eclipse.mylyn.transport.http.core New bundles: org.eclipse.mylyn.commons.activity.tests org.eclipse.mylyn.commons.activity.ui org.eclipse.mylyn.commons.notifications.core org.eclipse.mylyn.commons.notifications.tests org.eclipse.mylyn.commons.ui.tests org.eclipse.mylyn.commons.workbench The team wizard extension point will be renamed: org.eclipse.mylyn.commons.team.newWizards -> org.eclipse.mylyn.commons.repositories.ui.newWizards The following changes were committed: *Renamed bundles* org.eclipse.mylyn.commons.http -> org.eclipse.mylyn.commons.repositories.http.core org.eclipse.mylyn.commons.identity -> org.eclipse.mylyn.commons.identity.core org.eclipse.mylyn.commons.notifications -> org.eclipse.mylyn.commons.notifications.ui org.eclipse.mylyn.commons.repositories -> org.eclipse.mylyn.commons.repositories.core org.eclipse.mylyn.commons.team -> org.eclipse.mylyn.commons.repositories.ui org.eclipse.mylyn.commons.ui.identity -> org.eclipse.mylyn.commons.identity.ui *New bundles* org.eclipse.mylyn.commons.activity.tests org.eclipse.mylyn.commons.activity.ui org.eclipse.mylyn.commons.notifications.core org.eclipse.mylyn.commons.notifications.tests org.eclipse.mylyn.commons.ui.tests org.eclipse.mylyn.commons.workbench *Renamed packages* org.eclipse.mylyn.commons.identity -> org.eclipse.mylyn.commons.identity.core Further refactorings of the repositories bundles are tracked on bug 367002. |