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:
parent
03bb079d3f
commit
85aee40cc3
2
.gitignore
vendored
2
.gitignore
vendored
@ -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/
|
||||
|
@ -3,5 +3,5 @@
|
||||
!/lib/README.txt
|
||||
|
||||
# Ignore the default Maven target directory.
|
||||
/target
|
||||
/cldr-to-icu/target
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user