ICU-21078 Improve instructions and gitignore files for cldr-to-icu.

This also adds .idea/ to the top-level .gitignore, next to .vs/ and
.vscode/.
This commit is contained in:
Hugo van der Merwe 2020-06-14 17:49:00 +02:00 committed by Hugo
parent 03bb079d3f
commit 85aee40cc3
3 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -42,6 +42,7 @@ perf-*.xml
test-*.xml
# Directories
.idea/
.vs/
.vscode/
ARM/
@ -56,6 +57,7 @@ bin/
debug/
doc/
lib/
!tools/cldr/lib
out/
release/
tmp/

View File

@ -3,5 +3,5 @@
!/lib/README.txt
# Ignore the default Maven target directory.
/target
/cldr-to-icu/target

View File

@ -55,12 +55,13 @@ $ICU_ROOT/tools/cldr/lib (see the README.txt in that directory for more
information).
$ cd "$ICU_ROOT/tools/cldr/lib"
$ install-cldr-jars.sh "$CLDR_ROOT"
$ ./install-cldr-jars.sh "$CLDR_ROOT"
Generating all ICU data
-----------------------
$ cd "$ICU_ROOT/tools/cldr/cldr-to-icu"
$ ant -f build-icu-data.xml