Andrew John Hughes wrote:
This fixes the failing Mauve tests by once again including the locale information in the build...
Sorry for the breakage. Thanks for fixing this. Tom
Changelog: 2007-05-08 Andrew John Hughes <[EMAIL PROTECTED]> * lib/Makefile.am: Print property files as well. ------------------------------------------------------------------------ Index: lib/Makefile.am =================================================================== RCS file: /cvsroot/classpath/classpath/lib/Makefile.am,v retrieving revision 1.134 diff -u -3 -p -u -r1.134 Makefile.am --- lib/Makefile.am 3 May 2007 21:30:37 -0000 1.134 +++ lib/Makefile.am 8 May 2007 00:36:39 -0000 @@ -96,7 +96,7 @@ glibj.zip: classes compile-classes resou endif # USE_PREBUILT_GLIBJ_ZIPresources: copy-vmresources.sh- @list=`cd $(top_srcdir)/resource && $(FIND) gnu java javax org -name \*\.properties -o -name \*\.css -print`; for p in $$list; do \ + @list=`cd $(top_srcdir)/resource && $(FIND) gnu java javax org -name \*\.properties -print -o -name \*\.css -print`; for p in $$list; do \ dirname=`dirname $$p`; \ if ! test -d "$$dirname"; then mkdir -p "$$dirname"; fi; \ cp $(top_srcdir)/resource/$$p $$p; \
