ICU-2235 add more binary file types

X-SVN-Rev: 14014
This commit is contained in:
Steven R. Loomis 2003-12-04 23:51:16 +00:00
parent a6a71e5d1f
commit d0eb451320
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (C) 2001 - 2002, International Business Machines Corporation.
# Copyright (C) 2001 - 2003, International Business Machines Corporation.
# All Rights Reserved.
#
# Authors:
@ -15,7 +15,7 @@
#binary_suffixes='ico ICO bmp BMP jpg JPG gif GIF brk BRK'
#ICU specific binary files
binary_suffixes='brk BRK bin BIN'
binary_suffixes='brk BRK bin BIN res RES cnv CNV dat DAT icu ICU'
usage()
{

View File

@ -16,7 +16,7 @@
#binary_suffixes='ico ICO bmp BMP jpg JPG gif GIF brk BRK'
#ICU specific binary files
binary_suffixes='brk BRK bin BIN'
binary_suffixes='brk BRK bin BIN res RES cnv CNV dat DAT icu ICU'
data_files='icu/source/data/brkitr/* icu/source/data/locales/* icu/source/data/mappings/* icu/source/data/misc/* icu/source/data/translit/* icu/source/data/unidata/* icu/source/test/testdata/*'
usage()