summaryrefslogtreecommitdiff
path: root/icu4j/perf-tests/unicodesetperf_r.pl
AgeCommit message (Collapse)Author
2021-01-19Copy ICU release-68-2 into aosp/icu68Victor Chang
Copy the files with the following commands: find icu4j/ -type f,d ! -regex ".*/\(Android.mk\|Android.bp\|adjust_icudt_path.mk\|liblayout-jarjar-rules.txt\|.gitignore\|AndroidTest.xml\)" -delete find icu4c/ -type f,d ! -regex ".*/\(Android.mk\|Android.bp\|.gitignore\|AndroidTest.xml\)" -delete cp -r ${UPSTREAM_ICU_GIT}/icu4j . cp -r ${UPSTREAM_ICU_GIT}/icu4c . git checkout HEAD -- icu4c/.gitignore icu4j/.gitignore rm -r tools/cldr cp -r ${UPSTREAM_ICU_GIT}/tools/cldr tools/cldr Extra command to force adding ignored files: cd tools/cldr/lib && git add -f install-cldr-jars.sh pom.xml Change-Id: I601eead71f295e3e69de1bf35fee800ebbb9970b
2016-10-21Copy ICU4J 58 release from icu-project.org to aosp/icu58.Fredrik Roubert
These files were exported from the ICU Subversion repository by running the following command: svn export \ http://source.icu-project.org/repos/icu/icu4j/tags/release-58-1/ icu4j Change-Id: I41856da9987199941c1e7905521bdaf45546f742
2015-10-02Copy ICU4J 56 RC from icu-project.org to aosp/icu56.Fredrik Roubert
These files were exported from the ICU Subversion repository by running the following command: svn export \ http://source.icu-project.org/repos/icu/icu4j/tags/release-56-rc/ icu4j (Previously, only the subdirectory "main" and the files in the root directory were exported to Android, as the other subdirectories only contain files that are not relevant when using ICU4J in Android. Now these are included anyway, to simplify the export process.) Change-Id: Ifca6b213abc38f7a1c38adeb980b1e8b5226ce83