summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2006-04-04 00:49:50 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2006-04-04 00:49:50 +0000
commit8fc92c2f4c2f5045c660f6254ab17f20e0c805c1 (patch)
treef874e2b61320573f0b284b53fe58a3739d6d3584 /lib
parent5664a75e065b82f8283add62271bbc193446d825 (diff)
downloadclasspath-8fc92c2f4c2f5045c660f6254ab17f20e0c805c1.tar.gz
2006-04-03 Thomas Fitzsimmons <fitzsim@redhat.com>
* 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.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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)