Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 350385

Summary: [releng] rename bundles to reflect component structure
Product: z_Archived Reporter: Steffen Pingel <steffen.pingel>
Component: MylynAssignee: 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 CLA 2011-06-26 14:15:09 EDT
To reflect the component structure of the Mylyn Commons project I propose that we rename bundles as following:

org.eclipse.mylyn.identity.core  (org.eclipse.mylyn.commons.identity)
org.eclipse.mylyn.identity.ui  (org.eclipse.mylyn.commons.ui.identity)
org.eclipse.mylyn.net.http  (org.eclipse.mylyn.commons.http)
org.eclipse.mylyn.repositories.core  (org.eclipse.mylyn.commons.repositories)
org.eclipse.mylyn.repositories.ui  (org.eclipse.mylyn.commons.team)
Comment 1 Steffen Pingel CLA 2011-07-23 07:14:32 EDT
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)
Comment 2 Steffen Pingel CLA 2011-07-23 07:14:57 EDT
org.eclipse.mylyn.tasks-feature (org.eclipse.mylyn-feature)
Comment 3 Steffen Pingel CLA 2011-08-31 07:40:49 EDT
Also need to fix bundle ids in org.eclipse.mylyn.commons.team.
Comment 4 Steffen Pingel CLA 2011-12-05 12:21:31 EST
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
Comment 5 Steffen Pingel CLA 2011-12-05 12:22:36 EST
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
Comment 6 Steffen Pingel CLA 2011-12-08 10:54:57 EST
The team wizard extension point will be renamed: org.eclipse.mylyn.commons.team.newWizards -> org.eclipse.mylyn.commons.repositories.ui.newWizards
Comment 7 Steffen Pingel CLA 2011-12-17 08:15:33 EST
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.