ICU-5058 fix a failure on SunJDK 1.4.1 & 1.4.2 .. brain dead PropertiesResourceBundle!

X-SVN-Rev: 19225
This commit is contained in:
Ram Viswanadha 2006-02-21 01:37:21 +00:00
parent 5409dafe12
commit 76a693d73f
2 changed files with 14 additions and 15 deletions

View file

@ -1,11 +1,10 @@
#*
# *******************************************************************************
# * Copyright (C) 2005, International Business Machines Corporation and *
# * others. All Rights Reserved. *
# *******************************************************************************
#*
#TestDataElements_en.properties
# *
# *******************************************************************************
# * Copyright (C) 2005-2006, International Business Machines Corporation and *
# * others. All Rights Reserved. *
# *******************************************************************************
# *
# TestDataElements_en.properties
from_en=This data comes from en
from_en_Latn=In en should be overridden
from_en_Latn_US=In en should be overridden

View file

@ -1,9 +1,9 @@
#*
# *******************************************************************************
# * Copyright (C) 2005, International Business Machines Corporation and *
# * others. All Rights Reserved. *
# *******************************************************************************
#*
#TestDataElements_en_Latn.properties
# *
# *******************************************************************************
# * Copyright (C) 2005-2006, International Business Machines Corporation and *
# * others. All Rights Reserved. *
# *******************************************************************************
# *
# TestDataElements_en_Latn.properties
from_en_Latn=This data comes from en_Latn
from_en_Latn_US=In en_Latn should be overridden