From 019e4358e9cfa20f6e069078be8a87da142fb41b Mon Sep 17 00:00:00 2001 From: peytoia Date: Thu, 11 Feb 2010 15:58:49 +0900 Subject: [PATCH] 6909002: Remove indicim.jar and thaiim.jar from JRE and move to samples if needed Reviewed-by: okutsu --- jdk/make/com/sun/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/make/com/sun/Makefile b/jdk/make/com/sun/Makefile index a6549e2a4d..01240ab588 100644 --- a/jdk/make/com/sun/Makefile +++ b/jdk/make/com/sun/Makefile @@ -40,7 +40,7 @@ endif # Omit mirror since it's built with the apt tool. SUBDIRS = $(SCRIPT_SUBDIR) image security crypto/provider jndi jmx \ - java inputmethods org xml rowset net/httpserver net/ssl demo \ + java org xml rowset net/httpserver net/ssl demo \ tools jarsigner tracing servicetag nio all build clean clobber:: -- GitLab