From bb79824ac1fd6389c5fc15d755daf8a5e0c0d0a2 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 15 Jul 2010 23:25:44 +0000 Subject: [PATCH] ICU-7681 add .nrm as binary X-SVN-Rev: 28318 --- icu4c/as_is/os390/unpax-icu.sh | 4 ++-- icu4c/as_is/os400/unpax-icu.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/as_is/os390/unpax-icu.sh b/icu4c/as_is/os390/unpax-icu.sh index 23a1ebc0404..f13d8c1581e 100755 --- a/icu4c/as_is/os390/unpax-icu.sh +++ b/icu4c/as_is/os390/unpax-icu.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2001-2007, International Business Machines +# Copyright (C) 2001-2010, International Business Machines # Corporation and others. 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 res RES cnv CNV dat DAT icu ICU spp SPP xml XML' +binary_suffixes='brk BRK bin BIN res RES cnv CNV dat DAT icu ICU spp SPP xml XML nrm NRM' usage() { diff --git a/icu4c/as_is/os400/unpax-icu.sh b/icu4c/as_is/os400/unpax-icu.sh index db31e02f865..b58308f72e2 100755 --- a/icu4c/as_is/os400/unpax-icu.sh +++ b/icu4c/as_is/os400/unpax-icu.sh @@ -1,5 +1,5 @@ #!/usr/bin/qsh -# Copyright (C) 2000-2009, International Business Machines +# Copyright (C) 2000-2010, International Business Machines # Corporation and others. All Rights Reserved. # # Authors: @@ -30,7 +30,7 @@ export QSH #binary_suffixes='ico ICO bmp BMP jpg JPG gif GIF brk BRK' #ICU specific binary files #**************************************************************************** -binary_suffixes='brk BRK bin BIN res RES cnv CNV dat DAT icu ICU spp SPP xml XML' +binary_suffixes='brk BRK bin BIN res RES cnv CNV dat DAT icu ICU spp SPP xml XML nrm NRM' data_files='icu/source/data/brkitr/* icu/source/data/locales/* icu/source/data/coll/* icu/source/data/rbnf/* icu/source/data/mappings/* icu/source/data/misc/* icu/source/data/translit/* icu/source/data/unidata/* icu/source/test/testdata/*' #****************************************************************************