ICU-1678 change the package name for myLocaleElements

X-SVN-Rev: 7539
This commit is contained in:
Ram Viswanadha 2002-01-31 02:47:28 +00:00
parent 0748195513
commit 608192b33e
6 changed files with 18 additions and 18 deletions

View file

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/localeconverter/LocaleWriter.java,v $
* $Date: 2002/01/31 01:22:18 $
* $Revision: 1.1 $
* $Date: 2002/01/31 02:47:26 $
* $Revision: 1.2 $
*
*****************************************************************************************
*/
@ -372,7 +372,7 @@ public abstract class LocaleWriter {
} else {
final String parentLocName = x.substring(0, ndx);
final Locale parentLoc = localeFromString(parentLocName);
return ResourceBundle.getBundle("com.ibm.jtc.localeconverter.myLocaleElements", parentLoc);
return ResourceBundle.getBundle("com.ibm.tools.localeconverter.myLocaleElements", parentLoc);
}
} catch (MissingResourceException e) {
return null;

View file

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/localeconverter/NeutralToJ1Converter.java,v $
* $Date: 2002/01/31 01:22:21 $
* $Revision: 1.1 $
* $Date: 2002/01/31 02:47:27 $
* $Revision: 1.2 $
*
*****************************************************************************************
*/
@ -185,7 +185,7 @@ public class NeutralToJ1Converter extends LocaleConverter {
parentLocale = new Locale(language, country, variant);
defaultData =
ResourceBundle.getBundle("com.ibm.jtc.localeconverter.myLocaleElements", parentLocale);
ResourceBundle.getBundle("com.ibm.tools.localeconverter.myLocaleElements", parentLocale);
//{{INIT_CONTROLS
//}}
}

View file

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/localeconverter/PosixToNeutralConverter.java,v $
* $Date: 2002/01/31 01:22:25 $
* $Revision: 1.1 $
* $Date: 2002/01/31 02:47:28 $
* $Revision: 1.2 $
*
*****************************************************************************************
*/
@ -1221,7 +1221,7 @@ public class PosixToNeutralConverter extends LocaleConverter {
}
private ResourceBundle getParentBundle() {
return ResourceBundle.getBundle("com.ibm.jtc.localeconverter.myLocaleElements", parentLocale);
return ResourceBundle.getBundle("com.ibm.tools.localeconverter.myLocaleElements", parentLocale);
}
private String replace(String source, String target, String replacement) {

View file

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/tools/localeconverter/Attic/LocaleWriter.java,v $
* $Date: 2002/01/31 01:22:18 $
* $Revision: 1.1 $
* $Date: 2002/01/31 02:47:26 $
* $Revision: 1.2 $
*
*****************************************************************************************
*/
@ -372,7 +372,7 @@ public abstract class LocaleWriter {
} else {
final String parentLocName = x.substring(0, ndx);
final Locale parentLoc = localeFromString(parentLocName);
return ResourceBundle.getBundle("com.ibm.jtc.localeconverter.myLocaleElements", parentLoc);
return ResourceBundle.getBundle("com.ibm.tools.localeconverter.myLocaleElements", parentLoc);
}
} catch (MissingResourceException e) {
return null;

View file

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/tools/localeconverter/Attic/NeutralToJ1Converter.java,v $
* $Date: 2002/01/31 01:22:21 $
* $Revision: 1.1 $
* $Date: 2002/01/31 02:47:27 $
* $Revision: 1.2 $
*
*****************************************************************************************
*/
@ -185,7 +185,7 @@ public class NeutralToJ1Converter extends LocaleConverter {
parentLocale = new Locale(language, country, variant);
defaultData =
ResourceBundle.getBundle("com.ibm.jtc.localeconverter.myLocaleElements", parentLocale);
ResourceBundle.getBundle("com.ibm.tools.localeconverter.myLocaleElements", parentLocale);
//{{INIT_CONTROLS
//}}
}

View file

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/tools/localeconverter/Attic/PosixToNeutralConverter.java,v $
* $Date: 2002/01/31 01:22:25 $
* $Revision: 1.1 $
* $Date: 2002/01/31 02:47:28 $
* $Revision: 1.2 $
*
*****************************************************************************************
*/
@ -1221,7 +1221,7 @@ public class PosixToNeutralConverter extends LocaleConverter {
}
private ResourceBundle getParentBundle() {
return ResourceBundle.getBundle("com.ibm.jtc.localeconverter.myLocaleElements", parentLocale);
return ResourceBundle.getBundle("com.ibm.tools.localeconverter.myLocaleElements", parentLocale);
}
private String replace(String source, String target, String replacement) {