From ef737a39bfa07fbb3db43990d02a9cfa8171f7a7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 25 Sep 2001 13:41:13 +0000 Subject: msgunfmt can now dump the contents of Java ResourceBundles. --- misc/ChangeLog | 4 ++++ misc/gettextize.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/ChangeLog b/misc/ChangeLog index ade3f65..64cda74 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2001-09-08 Bruno Haible + + * gettextize.in: Don't copy installed jar files. + 2001-08-23 Karl Eichwalder * po-mode.el (po-compute-counters): First save `current' diff --git a/misc/gettextize.in b/misc/gettextize.in index 081f8d4..305943d 100644 --- a/misc/gettextize.in +++ b/misc/gettextize.in @@ -146,7 +146,7 @@ cd $gettext_dir || { # Now copy all files. Take care for the destination directories. for file in *; do case $file in - intl | po) + intl | po | *.jar) ;; *) rm -f $srcdir/$file -- cgit v1.1