Bug 188360 - [api] Rename the RSE EFS plugin to org.eclipse.rse.efs
Summary: [api] Rename the RSE EFS plugin to org.eclipse.rse.efs
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P2 enhancement (vote)
Target Milestone: 2.0   Edit
Assignee: Martin Oberhuber CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2007-05-22 12:08 EDT by Martin Oberhuber CLA
Modified: 2008-08-13 13:19 EDT (History)
1 user (show)

See Also:
mober.at+eclipse: pmc_approved+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2007-05-22 12:08:08 EDT
The RSE EFS plugin has a very long name (org.eclipse.rse.eclipse.filesystem).
It should be renamed to org.eclipse.rse.efs.

Since all Java code in the plugin is internal it is not really an API change, but it changes the list of plugins installed by RSE.
Comment 1 David Dykstal CLA 2007-05-22 12:11:59 EDT
I had concerns about impacts on translations since the .properties files are changing locations. However, these are small enough for us at IBM to manage. We are OK with this change.
Comment 2 Martin Oberhuber CLA 2007-05-25 13:36:52 EDT
Done, commit comment:
[186320][188360][api] Split and rename org.eclipse.rse.eclipse.filesystem into org.eclipse.rse.efs and org.eclipse.rse.efs.ui respectively

Migration docs:
---------------
Instead of the old plugin
   org.eclipse.rse.eclipse.filesystem
there are now two new plugins:
   org.eclipse.rse.efs
   org.eclipse.rse.efs.ui

Since no package was API the change should be trivial.
Comment 3 David Dykstal CLA 2007-05-25 13:58:32 EDT
Do you need to update the project sets?
Comment 4 Martin Oberhuber CLA 2007-05-25 14:00:07 EDT
Done alrady. Just synchronize your www project and reimport.
I'll update the build notes accordingly.
Comment 5 Martin Oberhuber CLA 2007-05-25 14:01:39 EDT
In order to pick up the new plugin into your 
RSE CVS Workspace, please
 1.) Synchronize the www-tm-development project to HEAD
 2.) Import the team project set of your choice
 3.) Delete the old obsolete org.eclipse.rse.eclipse.filesystem project

--> You should get two shiny new plugins:
  org.eclipse.rse.efs
  org.eclipse.rse.efs.ui
Comment 6 Martin Oberhuber CLA 2008-08-13 13:19:06 EDT
[target cleanup] 2.0 RC1 was the original target milestone for this bug