jdk/makefiles/CreateJars.gmk
changeset 16029 4e88242da117
parent 15688 625addfb4d4c
child 16035 defa7fe4d2bd
equal deleted inserted replaced
16028:1204994c426f 16029:4e88242da117
  1117     JARS += $(IMAGES_OUTPUTDIR)/$(JGSS_ZIP_NAME)
  1117     JARS += $(IMAGES_OUTPUTDIR)/$(JGSS_ZIP_NAME)
  1118 endif
  1118 endif
  1119 
  1119 
  1120 ##########################################################################################
  1120 ##########################################################################################
  1121 
  1121 
       
  1122 # Import nashorn.jar from nashorn dist dir.
       
  1123 $(IMAGES_OUTPUTDIR)/lib/ext/nashorn.jar: $(NASHORN_DIST)/nashorn.jar
       
  1124 	$(install-file)
       
  1125 
       
  1126 JARS += $(IMAGES_OUTPUTDIR)/lib/ext/nashorn.jar
       
  1127 
       
  1128 ##########################################################################################
       
  1129 
  1122 -include $(CUSTOM_MAKE_DIR)/CreateJars.gmk
  1130 -include $(CUSTOM_MAKE_DIR)/CreateJars.gmk
  1123 
  1131 
  1124 ##########################################################################################
  1132 ##########################################################################################
  1125 
  1133 
  1126 all: $(JARS)
  1134 all: $(JARS)