Markus Scherer
9971c663ff
ICU-21257 remove #License fragment from license URLs
2020-09-04 10:02:17 -07:00
Shane Carr
8667d0a106
ICU-20639 Add "mol" 3-letter language code to C++ map.
2019-06-18 13:47:27 -07:00
Yoshito Umaoka
a4fc56f382
ICU-13413 More clean-ups for code redundant/unnecessary for Java 7 and up
...
Simplified redundant code and removed unnecessary code path for Java 7 and later runtime in various places. Also cleaned up stale comments.
There is one test code change in com.ibm.icu.dev.test.localespi.NumberFormatTest - number keyword in test case was changed to Arab to arab. This test case was skipped with Java 6 runtime. It looks this code was note tested on Java 7 and later. @number=Arab does not work because it's case sensitive and must be all lower case letters.
2018-09-27 14:27:38 -07:00
Yoshito Umaoka
d1c761762a
ICU-13413 Java 7 migration in build scripts and eclipse project files
...
- Updated javac/javadoc source and target Java version to 1.7.
- Eclipse projects to use execution environment JavaSE-1.7.
- Replaced java6.bootclasspath with java7.bootclasspath.
- Removed pre-Java 7 conditional build targets.
- Deleted stylesheet for JDK6 build.
2018-09-27 14:27:38 -07:00
Norbert Runge
a782748606
ICU-12603 Annotates ICU4J unit test classes which use JUnit with @RunWith(JUnit4.class).
...
X-SVN-Rev: 40375
2017-09-08 16:46:18 +00:00
Yoshito Umaoka
728feb5d1a
ICU-13120 Updated Specification/Implementation/Bundle vendor and copyright in manifest files from IBM to Unicode.
...
X-SVN-Rev: 40023
2017-04-10 18:39:10 +00:00
Norbert Runge
acbe642cbb
ICU-12761 Adds Unicode copyright notice.
...
X-SVN-Rev: 39389
2016-09-28 22:16:43 +00:00
Norbert Runge
aecdefedd8
ICU-12590
...
X-SVN-Rev: 39279
2016-09-19 16:23:26 +00:00
Yoshito Umaoka
688cbee0ce
ICU-12456 Organized imports. Updated save action to organize imports and remove trailing spaces. Updated copyright comment template.
...
X-SVN-Rev: 38890
2016-06-29 14:58:07 +00:00
Michael Ow
7ef631ba4f
ICU-12564 Update copyright notice in ICU4J
...
X-SVN-Rev: 38875
2016-06-22 22:12:16 +00:00
Stuart Gill
cfe6d86f51
ICU-10152 JUnit Changes
...
X-SVN-Rev: 38795
2016-06-03 23:44:30 +00:00
Yoshito Umaoka
7c43d7d3f5
ICU-12022 Updated the minimum JRE version to Java 6.
...
X-SVN-Rev: 38099
2015-12-01 05:29:28 +00:00
Yoshito Umaoka
e3222a5716
ICU-11755 Excluded a couple of locales (ROOT and de_GR) from locale SPI test. __ICU4J does not make much sense, and de_GR is not supported by ICU4J.
...
X-SVN-Rev: 37990
2015-09-22 19:24:31 +00:00
Andy Heninger
e599c1007e
ICU-11609 set svn property eol-style native for more text files in icu4j.
...
X-SVN-Rev: 37365
2015-04-17 23:31:56 +00:00
Yoshito Umaoka
22dd5c9096
ICU-11565 Fixed Eclipse compiler warnings. Updated ICU4J project settings to detect [potentail] resource leak as warning, except icu-demos, icu-build-tools and icu-tools.
...
X-SVN-Rev: 37213
2015-03-11 18:54:31 +00:00
Travis Keep
aee512a8ee
ICU-10837 Fix broken build.
...
X-SVN-Rev: 35879
2014-06-13 23:23:36 +00:00
Travis Keep
04804b878f
ICU-10837 Andy & Mark's review.
...
X-SVN-Rev: 35878
2014-06-13 20:18:57 +00:00
Yoshito Umaoka
e084dcaecb
ICU-10484 A workaround for a JDK TimeZoneNameProvider support problem caused by Pacific/Johnston in the locale SPI test case.
...
X-SVN-Rev: 34908
2014-01-16 04:32:12 +00:00
Yoshito Umaoka
3eeef3b050
ICU-9680 Updated TestTimeZoneNames to match the workaround for Java's TimeZoneNameProvider support problem done by #9400 .
...
X-SVN-Rev: 32656
2012-10-18 16:58:09 +00:00
Yoshito Umaoka
f2f2d6d104
ICU-9161 Excluded variant Cryl/Latn found in IBM Java 6 from the test case.
...
X-SVN-Rev: 31616
2012-03-14 21:21:31 +00:00
Yoshito Umaoka
0b1faa6ffa
ICU-9162 Implemented getDisplayScript(), provided actual implementation of getVariant() [ #9161 ]. Also improved the implementation of localized name provider to directly access localized data container classes. Added test cases to verify the behavior with locale extension [ #9154 ].
...
X-SVN-Rev: 31606
2012-03-08 23:12:02 +00:00
Yoshito Umaoka
74fd94b4cf
ICU-9155 Changed special ICU suffix for the locale provider from 'ICU' to 'ICU4J'. Removed some workaround code in locale SPI tests introduced by #9150 . Fixed Java 7 env specific issues exposed by these changes.
...
X-SVN-Rev: 31554
2012-03-01 10:46:18 +00:00
Yoshito Umaoka
440d4c84c7
ICU-9151 Implemented CurrencyNameProvider#getDisplayName in the locale SPI module. Also added corresponding test case. This change was agreed on ICU PMC 2012-02-29.
...
X-SVN-Rev: 31548
2012-02-29 23:14:37 +00:00
Yoshito Umaoka
58a11c2260
ICU-9150 Workaround for locale SPI tests on Java 7 environment.
...
X-SVN-Rev: 31537
2012-02-29 06:35:16 +00:00
Yoshito Umaoka
02bf9dd68a
ICU-8649 Integrating JCite and embedding coding example in the ICU4J API reference doc.
...
X-SVN-Rev: 30841
2011-10-17 21:10:07 +00:00
Steven R. Loomis
f2dea4dba1
ICU-8855 undo bad commit r30752
...
X-SVN-Rev: 30753
2011-09-29 20:18:13 +00:00
Abhinav Gupta
27cdc577c8
ICU-8855 utf-8 file properties for icu4j (with copyright updates).
...
X-SVN-Rev: 30752
2011-09-29 19:44:32 +00:00
Yoshito Umaoka
4954ca812f
ICU-8120 Updated build scripts and eclipse workspace settings to use UTF-8 for java source files.
...
X-SVN-Rev: 29013
2010-11-08 15:11:14 +00:00
Yoshito Umaoka
2f2cd0b5d0
ICU-7785 Workaround for Java TimeZoneNameProvider behavior problem in TimeZoneNameTest.
...
X-SVN-Rev: 28262
2010-06-23 23:02:30 +00:00
Yoshito Umaoka
014a18e855
ICU-6994 ICU4J build targets to generate *-src.jar which contain only .java source files as well as ICU4J source package archive in .tgz. Also some updates in release target: new target 'release' to build all download files with version string. Old target 'releaseJar' was deleted.
...
X-SVN-Rev: 28174
2010-06-11 17:02:51 +00:00
Yoshito Umaoka
1aa08c9bfe
ICU-7444 Fixed locale spi test problem. Java Currency#getInstance may throw IllegalArgumentException. The test code should handle the case.
...
X-SVN-Rev: 27752
2010-03-03 00:22:12 +00:00
Yoshito Umaoka
3db7415618
ICU-7027 Add data projects in Eclipse Project References property for icu4j-core-test and icu4j-localespi-test.
...
X-SVN-Rev: 27498
2010-02-05 14:59:07 +00:00
Yoshito Umaoka
dd9ec6844f
ICU-7027 Updated icu4j-localespi-tests project to use project specific Java compiler level.
...
X-SVN-Rev: 26582
2009-09-01 20:12:40 +00:00
Yoshito Umaoka
a8f599ae11
ICU-7027 Exclude .svn from Java build path, so directory .svn and its contents won't be copied to the build output directory.
...
X-SVN-Rev: 26486
2009-08-12 19:15:17 +00:00
Yoshito Umaoka
127f55f00a
ICU-7036 Several minor corrections, eclipse project files modifications and etc.
...
X-SVN-Rev: 26244
2009-07-08 18:12:00 +00:00
Yoshito Umaoka
4b128ed816
ICU-7027 Remove unused properties including host specific file path from external tool launch configuration used for ant build in eclipse projects.
...
X-SVN-Rev: 26220
2009-07-02 19:11:06 +00:00
Yoshito Umaoka
5f5e5f8855
ICU-6951 Added missing copyright comment in TestAllCore.java. Updated eclipse IDE setting for new class file to add the default copyright comment.
...
X-SVN-Rev: 26125
2009-06-17 15:34:35 +00:00
Yoshito Umaoka
d1fbb5737e
ICU-6951 Merging ICU4J new source layout changes to trunk
...
X-SVN-Rev: 26111
2009-06-16 05:52:23 +00:00