From 8fc92c2f4c2f5045c660f6254ab17f20e0c805c1 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Tue, 4 Apr 2006 00:49:50 +0000 Subject: 2006-04-03 Thomas Fitzsimmons * javax/imageio/plugins/jpeg/JPEGImageWriteParam.java: New file. * javax/imageio/plugins/jpeg/JPEGImageReadParam.java: Add retrieval instructions to javadoc header. * javax/imageio/ImageWriteParam.java: Fix javadoc for compressionType field. * lib/Makefile.am (propertydirs): Add javax directory. (propertyfiles): Likewise. * resource/javax/imageio/plugins/jpeg/MessagesBundle.properties: New file. --- lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index 30a210f43..93f9da6b6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,8 +5,8 @@ JAVA_DEPEND = java.dep ## this file and restart the make process again sinclude $(JAVA_DEPEND) -propertydirs := $(shell cd $(top_srcdir)/resource && $(FIND) gnu java org META-INF -type d ! -name CVS -print) -propertyfiles := $(shell cd $(top_srcdir)/resource && $(FIND) gnu java org -name \*\.properties -print) +propertydirs := $(shell cd $(top_srcdir)/resource && $(FIND) gnu java javax org META-INF -type d ! -name CVS -print) +propertyfiles := $(shell cd $(top_srcdir)/resource && $(FIND) gnu java javax org -name \*\.properties -print) metafiles := $(shell cd $(top_srcdir)/resource && $(FIND) META-INF -name CVS -prune -o -type f -print) iconfiles := $(shell cd $(top_srcdir) && $(FIND) gnu/javax/swing/plaf/gtk/icons -name *.png -type f -print) -- cgit v1.2.1