summaryrefslogtreecommitdiff
path: root/icu4j/perf-tests/.classpath
AgeCommit message (Collapse)Author
2018-10-24Copy ICU 63.1 to aosp/icu63Victor Chang
The files are exported with the following commands: git --git-dir=${UPSTREAM_ICU_GIT}/.git --work-tree=${UPSTREAM_ICU_GIT} checkout release-63-1 find icu4j/ -type f,d ! -regex ".*/\(Android.mk\|Android.bp\|liblayout-jarjar-rules.txt\)" -delete find icu4c/ -type f,d ! -regex ".*/\(Android.mk\|Android.bp\)" -delete cp -r ${UPSTREAM_ICU_GIT}/icu4j . cp -r ${UPSTREAM_ICU_GIT}/icu4c . git checkout HEAD -- icu4c/.gitignore icu4j/.gitignore Change-Id: I9476e49151d4c99e88f4fafb2a7ac7528869c974
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