makefiles/CreateJars.gmk

Print this page




  55                 INCLUDES:=sun/tools/jconsole com/sun/tools/jconsole,\
  56                 JARMAIN:=sun.tools.jconsole.JConsole,\
  57                 JAR:=$(IMAGES_OUTPUTDIR)/lib/jconsole.jar,\
  58                 SKIP_METAINF:=true))
  59 
  60 JARS+=$(IMAGES_OUTPUTDIR)/lib/jconsole.jar
  61 
  62 ##########################################################################################
  63 
  64 $(eval $(call SetupArchive,BUILD_DNS_JAR,,\
  65                 SRCS:=$(JDK_OUTPUTDIR)/classes,\
  66                 INCLUDES:=sun/net/spi/nameservice/dns,\
  67                 EXTRA_FILES:=META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor,\
  68                 JAR:=$(IMAGES_OUTPUTDIR)/lib/ext/dnsns.jar,\
  69                 SKIP_METAINF:=true))
  70 
  71 JARS+=$(IMAGES_OUTPUTDIR)/lib/ext/dnsns.jar
  72 
  73 ##########################################################################################
  74 







  75 LOCALEDATA_INCLUDE_LOCALES := ar be bg ca cs da de el es et fi fr ga hi hr hu in is it \
  76                               iw ja ko lt lv mk ms mt nl no pl pt ro ru sk sl sq sr sv \
  77                               th tr uk vi zh
  78 
  79 LOCALEDATA_INCLUDES := $(addprefix sun/text/resources/,$(LOCALEDATA_INCLUDE_LOCALES)) \
  80                        $(addprefix sun/util/resources/,$(LOCALEDATA_INCLUDE_LOCALES))
  81 
  82 # For non-US English locale data
  83 
  84 LOCALEDATA_INCLUDES += \
  85                 sun/text/resources/en/FormatData_en_AU.class \
  86                 sun/text/resources/en/FormatData_en_CA.class \
  87                 sun/text/resources/en/FormatData_en_GB.class \
  88                 sun/text/resources/en/FormatData_en_IE.class \
  89                 sun/text/resources/en/FormatData_en_IN.class \
  90                 sun/text/resources/en/FormatData_en_MT.class \
  91                 sun/text/resources/en/FormatData_en_NZ.class \
  92                 sun/text/resources/en/FormatData_en_PH.class \
  93                 sun/text/resources/en/FormatData_en_SG.class \
  94                 sun/text/resources/en/FormatData_en_ZA.class \




  55                 INCLUDES:=sun/tools/jconsole com/sun/tools/jconsole,\
  56                 JARMAIN:=sun.tools.jconsole.JConsole,\
  57                 JAR:=$(IMAGES_OUTPUTDIR)/lib/jconsole.jar,\
  58                 SKIP_METAINF:=true))
  59 
  60 JARS+=$(IMAGES_OUTPUTDIR)/lib/jconsole.jar
  61 
  62 ##########################################################################################
  63 
  64 $(eval $(call SetupArchive,BUILD_DNS_JAR,,\
  65                 SRCS:=$(JDK_OUTPUTDIR)/classes,\
  66                 INCLUDES:=sun/net/spi/nameservice/dns,\
  67                 EXTRA_FILES:=META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor,\
  68                 JAR:=$(IMAGES_OUTPUTDIR)/lib/ext/dnsns.jar,\
  69                 SKIP_METAINF:=true))
  70 
  71 JARS+=$(IMAGES_OUTPUTDIR)/lib/ext/dnsns.jar
  72 
  73 ##########################################################################################
  74 
  75 $(IMAGES_OUTPUTDIR)/lib/tzdb.jar: $(JDK_OUTPUTDIR)/lib/tzdb.jar
  76         $(install-file)
  77 
  78 JARS += $(IMAGES_OUTPUTDIR)/lib/tzdb.jar 
  79 
  80 ##########################################################################################
  81 
  82 LOCALEDATA_INCLUDE_LOCALES := ar be bg ca cs da de el es et fi fr ga hi hr hu in is it \
  83                               iw ja ko lt lv mk ms mt nl no pl pt ro ru sk sl sq sr sv \
  84                               th tr uk vi zh
  85 
  86 LOCALEDATA_INCLUDES := $(addprefix sun/text/resources/,$(LOCALEDATA_INCLUDE_LOCALES)) \
  87                        $(addprefix sun/util/resources/,$(LOCALEDATA_INCLUDE_LOCALES))
  88 
  89 # For non-US English locale data
  90 
  91 LOCALEDATA_INCLUDES += \
  92                 sun/text/resources/en/FormatData_en_AU.class \
  93                 sun/text/resources/en/FormatData_en_CA.class \
  94                 sun/text/resources/en/FormatData_en_GB.class \
  95                 sun/text/resources/en/FormatData_en_IE.class \
  96                 sun/text/resources/en/FormatData_en_IN.class \
  97                 sun/text/resources/en/FormatData_en_MT.class \
  98                 sun/text/resources/en/FormatData_en_NZ.class \
  99                 sun/text/resources/en/FormatData_en_PH.class \
 100                 sun/text/resources/en/FormatData_en_SG.class \
 101                 sun/text/resources/en/FormatData_en_ZA.class \