Bug 263160 - Version range of com.ibm.icu should use 5.0.0 as maximum version range
Summary: Version range of com.ibm.icu should use 5.0.0 as maximum version range
Status: CLOSED DUPLICATE of bug 262205
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.5.0 M5   Edit
Assignee: Birt-Build CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-01 00:34 EST by Xiaoying Gu CLA
Modified: 2009-02-02 02:01 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xiaoying Gu CLA 2009-02-01 00:34:40 EST
com.ibm.icu in Eclipse 3.5M5 I-build has upgraded to 4.0.0. 

So version-range in MANIEST.MF of birt plugins should change to use 5.0.0 as maximum version range, which is using [3.4.4,4.0.0) now.
Comment 1 Xiaoying Gu CLA 2009-02-01 00:35:55 EST
find . -name "MANIFEST.MF" -exec grep "icu" {} \; -print
 com.ibm.icu;bundle-version="[3.4.4,4.0.0)"
./org.eclipse.birt.report.data.oda.jdbc.ui/META-INF/MANIFEST.MF
 com.ibm.icu;bundle-version="[3.4.4,4.0.0)";visibility:=reexport,
./org.eclipse.birt.core/META-INF/MANIFEST.MF
 com.ibm.icu;bundle-version="[3.4.4,4.0.0)",
./org.eclipse.birt.report.data.oda.jdbc/META-INF/MANIFEST.MF
 com.ibm.icu;bundle-version="[3.4.4,4.0.0)";visibility:=reexport,
./org.eclipse.birt.data/META-INF/MANIFEST.MF
 com.ibm.icu;bundle-version="[3.4.4,4.0.0)",
./org.eclipse.birt.report.data.oda.xml/META-INF/MANIFEST.MF
 "[3.1.0,4.0.0)",com.ibm.icu;bundle-version="[3.4.4,4.0.0)",org.eclips
Comment 2 Xiaoying Gu CLA 2009-02-01 03:21:39 EST

*** This bug has been marked as a duplicate of bug 262205 ***
Comment 3 Xiaoying Gu CLA 2009-02-02 02:01:47 EST
Closed