mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 21:15:35 +00:00
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
3 changed files with 5 additions and 2 deletions
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…
Add table
Reference in a new issue