Bug 254822 - externalize strings in XPlanner features
Summary: externalize strings in XPlanner features
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.1   Edit
Assignee: Hiroyuki CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
: 252452 (view as bug list)
Depends on:
Blocks: 215116
  Show dependency tree
 
Reported: 2008-11-10 21:28 EST by Steffen Pingel CLA
Modified: 2008-12-10 14:18 EST (History)
1 user (show)

See Also:


Attachments
org.eclipse.mylyn.xplanner-feature.patch (13.25 KB, patch)
2008-11-11 07:24 EST, Hiroyuki CLA
no flags Details | Diff
xplanner_manifest.patch (2.94 KB, patch)
2008-12-07 04:36 EST, Hiroyuki CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2008-11-10 21:28:42 EST
All strings in the XPlanner feature should be externalized (see o.e.m.bugzilla-features for an example).
Comment 1 Hiroyuki CLA 2008-11-11 07:24:02 EST
Created attachment 117536 [details]
org.eclipse.mylyn.xplanner-feature.patch

The patch was made as well as Mylyn and Mylyn Extras.
Comment 2 Steffen Pingel CLA 2008-11-11 14:34:19 EST
Patch committed.
Comment 3 Helen Bershadskaya CLA 2008-11-12 02:37:08 EST
*** Bug 252452 has been marked as a duplicate of this bug. ***
Comment 4 Hiroyuki CLA 2008-11-12 06:27:33 EST
Please correct 1 line. 

Current;
      <update label="updateSiteName" 

Fixed
      <update label="%updateSiteName"       
Comment 5 Steffen Pingel CLA 2008-11-12 15:54:38 EST
Thanks. Done.
Comment 6 Helen Bershadskaya CLA 2008-11-26 19:13:47 EST
Need to fix more strings in XPlanner.  Will reassign to myself.
Comment 7 Helen Bershadskaya CLA 2008-11-26 19:24:34 EST
Couldn't reassign to myself, but checked in related fixes.
Comment 8 Hiroyuki CLA 2008-12-07 04:36:12 EST
Created attachment 119709 [details]
xplanner_manifest.patch

MANIFEST.MF is not externalize.  
Patch is upload.
Comment 9 Hiroyuki CLA 2008-12-07 04:37:48 EST
Please apply the patch. 
Comment 10 Steffen Pingel CLA 2008-12-09 22:12:08 EST
The patch looks good to me. Helen, should I apply this?
Comment 11 Helen Bershadskaya CLA 2008-12-10 02:44:39 EST
Yes, please, Steffen -- thank you!
Comment 12 Steffen Pingel CLA 2008-12-10 14:18:10 EST
Patch committed. Thanks Hiroyuki!