makefiles/CopyIntoClasses.gmk

Print this page

        

*** 147,156 **** --- 147,166 ---- SWING_TEXT_RESOURCEDIR = $(JDK_TOPDIR)/src/share/classes/javax/swing/text COPY_FILES += \ $(SWING_TEXT_RESOURCEDIR)/html/default.css \ $(wildcard $(SWING_TEXT_RESOURCEDIR)/rtf/charsets/*.txt) + + ifndef OPENJDK + ifeq ($(INCLUDE_JAVASCRIPT),yes) + + JS_RESOURCES_SRC_DIR := $(JDK_TOPDIR)/src/closed/share/classes/sun/org/mozilla/javascript/internal/resources + COPY_FILES += $(wildcard $(JS_RESOURCES_SRC_DIR)/Messages*.properties) + + endif + endif + ########################################################################################## # # Copy the META-INF/services configuration files that are scattered around the source tree # into classes/META-INF/services. Be aware that META-INF directories that are located at a # source root (.../classes/META-INF) are automatically copied verbatim by the