Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 122913 Details for
Bug 257579
Localization - ICU4J
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Use ICU4J
patch257579 (text/plain), 6.28 KB, created by
Mickael Istria
on 2009-01-19 04:11:52 EST
(
hide
)
Description:
Use ICU4J
Filename:
MIME Type:
Creator:
Mickael Istria
Created:
2009-01-19 04:11:52 EST
Size:
6.28 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P jwt-we-view-uml >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.jwt/we/jwt-we-plugins/jwt-we-view-uml/META-INF/MANIFEST.MF,v >retrieving revision 1.5 >diff -u -r1.5 MANIFEST.MF >--- META-INF/MANIFEST.MF 19 Dec 2008 09:34:48 -0000 1.5 >+++ META-INF/MANIFEST.MF 18 Jan 2009 17:24:48 -0000 >@@ -5,10 +5,11 @@ > Bundle-Version: 0.6.0.qualifier > Bundle-Activator: org.eclipse.jwt.we.plugins.viewuml.Activator > Require-Bundle: org.eclipse.core.runtime, >- org.eclipse.draw2d;bundle-version="3.4.0", >+ org.eclipse.draw2d, > org.eclipse.jwt.we;bundle-version="0.5.0" > Bundle-RequiredExecutionEnvironment: J2SE-1.5 >-Import-Package: org.eclipse.jface.resource, >+Import-Package: com.ibm.icu.util, >+ org.eclipse.jface.resource, > org.eclipse.ui.plugin > Bundle-Vendor: Eclipse.org > Bundle-ActivationPolicy: lazy >Index: src/org/eclipse/jwt/we/plugins/viewuml/UmlViewPluginProperties.java >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.jwt/we/jwt-we-plugins/jwt-we-view-uml/src/org/eclipse/jwt/we/plugins/viewuml/UmlViewPluginProperties.java,v >retrieving revision 1.5 >diff -u -r1.5 UmlViewPluginProperties.java >--- src/org/eclipse/jwt/we/plugins/viewuml/UmlViewPluginProperties.java 25 Nov 2008 09:32:39 -0000 1.5 >+++ src/org/eclipse/jwt/we/plugins/viewuml/UmlViewPluginProperties.java 18 Jan 2009 17:24:48 -0000 >@@ -19,7 +19,7 @@ > package org.eclipse.jwt.we.plugins.viewuml; > > import java.util.MissingResourceException; >-import java.util.ResourceBundle; >+import com.ibm.icu.util.UResourceBundle; > > > public class UmlViewPluginProperties >@@ -27,8 +27,8 @@ > > private static final String BUNDLE_NAME = "org.eclipse.jwt.we.plugins.viewuml.plugin"; //$NON-NLS-1$ > >- private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle >- .getBundle(BUNDLE_NAME); >+ private static final UResourceBundle RESOURCE_BUNDLE = UResourceBundle >+ .getBundleInstance(BUNDLE_NAME); > > > private UmlViewPluginProperties() >#P jwt-we >Index: src/org/eclipse/jwt/we/editors/pages/overviewPage/WEOverviewSheet.java >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.jwt/we/jwt-we/src/org/eclipse/jwt/we/editors/pages/overviewPage/WEOverviewSheet.java,v >retrieving revision 1.2 >diff -u -r1.2 WEOverviewSheet.java >--- src/org/eclipse/jwt/we/editors/pages/overviewPage/WEOverviewSheet.java 30 Sep 2008 07:53:42 -0000 1.2 >+++ src/org/eclipse/jwt/we/editors/pages/overviewPage/WEOverviewSheet.java 18 Jan 2009 17:24:53 -0000 >@@ -21,7 +21,7 @@ > package org.eclipse.jwt.we.editors.pages.overviewPage; > > import java.io.File; >-import java.text.SimpleDateFormat; >+import com.ibm.icu.text.SimpleDateFormat; > import java.util.ArrayList; > import java.util.Date; > import java.util.Iterator; >Index: src/org/eclipse/jwt/we/misc/logging/TextFormatter.java >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.jwt/we/jwt-we/src/org/eclipse/jwt/we/misc/logging/TextFormatter.java,v >retrieving revision 1.4 >diff -u -r1.4 TextFormatter.java >--- src/org/eclipse/jwt/we/misc/logging/TextFormatter.java 5 Dec 2008 17:03:31 -0000 1.4 >+++ src/org/eclipse/jwt/we/misc/logging/TextFormatter.java 18 Jan 2009 17:24:53 -0000 >@@ -20,7 +20,7 @@ > > package org.eclipse.jwt.we.misc.logging; > >-import java.text.SimpleDateFormat; >+import com.ibm.icu.text.SimpleDateFormat; > import java.util.Date; > import java.util.logging.Formatter; > import java.util.logging.LogRecord; >Index: src/org/eclipse/jwt/we/PluginProperties.java >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.jwt/we/jwt-we/src/org/eclipse/jwt/we/PluginProperties.java,v >retrieving revision 1.6 >diff -u -r1.6 PluginProperties.java >--- src/org/eclipse/jwt/we/PluginProperties.java 30 Sep 2008 07:53:40 -0000 1.6 >+++ src/org/eclipse/jwt/we/PluginProperties.java 18 Jan 2009 17:24:51 -0000 >@@ -19,7 +19,7 @@ > > package org.eclipse.jwt.we; > >-import java.text.MessageFormat; >+import com.ibm.icu.text.MessageFormat; > import java.util.MissingResourceException; > > import org.eclipse.emf.common.util.ResourceLocator; >@@ -431,7 +431,8 @@ > */ > public static String model_Unnamed_name(Object model) > { >- return MessageFormat.format(getString("model_Unnamed_name"), model_type(model)); >+ return MessageFormat.format(getString("model_Unnamed_name"), >+ new Object[] { model_type(model) } ); > } > > >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.jwt/we/jwt-we/META-INF/MANIFEST.MF,v >retrieving revision 1.21 >diff -u -r1.21 MANIFEST.MF >--- META-INF/MANIFEST.MF 5 Jan 2009 23:00:59 -0000 1.21 >+++ META-INF/MANIFEST.MF 18 Jan 2009 17:24:51 -0000 >@@ -102,3 +102,4 @@ > org.eclipse.jwt.we.parts.view > Bundle-ClassPath: . > Bundle-RequiredExecutionEnvironment: J2SE-1.5 >+Import-Package: com.ibm.icu.text >#P jwt-transformation-xpdl >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.jwt/transformations/jwt-transformation-xpdl/META-INF/MANIFEST.MF,v >retrieving revision 1.5 >diff -u -r1.5 MANIFEST.MF >--- META-INF/MANIFEST.MF 7 Jan 2009 09:21:10 -0000 1.5 >+++ META-INF/MANIFEST.MF 18 Jan 2009 17:24:56 -0000 >@@ -11,3 +11,4 @@ > Bundle-RequiredExecutionEnvironment: J2SE-1.5 > Bundle-Vendor: Eclipse.org > Export-Package: org.eclipse.jwt.transformations.xpdl.impl >+Import-Package: com.ibm.icu.text >Index: src/org/eclipse/jwt/transformations/xpdl/impl/CustomXslFunctions.java >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.jwt/transformations/jwt-transformation-xpdl/src/org/eclipse/jwt/transformations/xpdl/impl/CustomXslFunctions.java,v >retrieving revision 1.5 >diff -u -r1.5 CustomXslFunctions.java >--- src/org/eclipse/jwt/transformations/xpdl/impl/CustomXslFunctions.java 19 Dec 2008 16:56:07 -0000 1.5 >+++ src/org/eclipse/jwt/transformations/xpdl/impl/CustomXslFunctions.java 18 Jan 2009 17:24:56 -0000 >@@ -19,7 +19,7 @@ > > import java.io.StringReader; > import java.io.StringWriter; >-import java.text.SimpleDateFormat; >+import com.ibm.icu.text.SimpleDateFormat; > import java.util.Date; > import java.util.HashMap; > import java.util.HashSet;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 257579
: 122913