Bug 135781 - need to adopt ICU4J APIs
Summary: need to adopt ICU4J APIs
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.2 RC1   Edit
Assignee: Curtis d'Entremont CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 127876
  Show dependency tree
 
Reported: 2006-04-09 22:57 EDT by Karice McIntyre CLA
Modified: 2006-04-11 14:23 EDT (History)
1 user (show)

See Also:


Attachments
archive of patches for affected help projects (7.34 KB, application/zip)
2006-04-09 22:58 EDT, Karice McIntyre CLA
no flags Details
archive of patches for ui.forms and ui.cheetsheets plugins (2.33 KB, application/zip)
2006-04-09 23:44 EDT, Karice McIntyre CLA
no flags Details
patch for org.eclipse.ui.browser (2.10 KB, patch)
2006-04-10 12:44 EDT, Karice McIntyre CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Karice McIntyre CLA 2006-04-09 22:57:37 EDT
To complete the plan item to deliver ICU4J support in the Eclipse (see bug
127876) code must be migrated to use the com.ibm.icu.* classes in place of the
default java implementation.  This component is affected.  I will attach
patches with the changes required (only import changes at this point).  This
needs to be done for RC1.
Comment 1 Karice McIntyre CLA 2006-04-09 22:58:14 EDT
Created attachment 38107 [details]
archive of patches for affected help projects

There is a patch file for each affected project, named accordingly.
Comment 2 Karice McIntyre CLA 2006-04-09 23:44:59 EDT
Created attachment 38115 [details]
archive of patches for ui.forms and ui.cheetsheets plugins

In the original archive, I missed putting in the patches for ui.forms and ui.cheetsheets.
Comment 3 Curtis d'Entremont CLA 2006-04-10 11:51:44 EDT
Thanks Karice. Applied all but forms (I don't have access to this one).
Dejan, can you apply the forms patch?
Comment 4 Karice McIntyre CLA 2006-04-10 12:44:32 EDT
Created attachment 38168 [details]
patch for org.eclipse.ui.browser

Dejan, I think you also have rights to org.eclipse.ui.browser, correct?  Can you commit this patch, too?
Comment 5 Curtis d'Entremont CLA 2006-04-10 15:56:15 EDT
Applied browser, and Dejan applied forms.

Karice, did you forget welcome/intro, or were there no changes required there? (org.eclipse.ui.intro and org.eclipse.ui.intro.universal)
Comment 6 Karice McIntyre CLA 2006-04-10 16:19:54 EDT
ui.intro was in the list of projects to be covered (I didn't receive a patch for that so there should be no changes - if you think this is incorrect let me know if you find something).  intro.universal is not in my list - in what plugin does this code reside?  I will have to get Doug to check the intro.universal project.
Comment 7 Curtis d'Entremont CLA 2006-04-10 16:40:34 EDT
The new universal intro resides in its own new plugin (org.eclipse.ui.intro.universal). It's quite possible that there are no changes required for intro.. let me know if they find anything for universal, and if not, we can close this one.
Comment 8 Dejan Glozic CLA 2006-04-10 17:31:08 EDT
Curtis, back to you since I released the forms patch.
Comment 9 Curtis d'Entremont CLA 2006-04-11 11:20:30 EDT
The webapp has been rolled back due to bug 136119; since there is only one change we will hold off until next release. The problem will be tracked in that bug, and since all other patches were release, I am closing this one.
Comment 10 Karice McIntyre CLA 2006-04-11 14:23:06 EDT
FYI: The org.eclipse.ui.intro.universal plugin does not have any applicable references that would require changes to adopt ICU.