8044235: src.zip should include all sources
Reviewed-by: andrew, dholmes
This commit is contained in:
parent
bda4383997
commit
1952e9537d
@ -552,40 +552,53 @@ $(eval $(call SetupArchive,BUILD_CT_SYM, $(IMAGES_OUTPUTDIR)/symbols/_the.symbol
|
|||||||
|
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
|
|
||||||
SRC_ZIP_INCLUDES = \
|
ifdef OPENJDK
|
||||||
com/sun/corba \
|
SRC_ZIP_INCLUDES = \
|
||||||
com/sun/image/codec/jpeg \
|
com \
|
||||||
com/sun/imageio \
|
java \
|
||||||
com/sun/java_cup \
|
javax \
|
||||||
com/sun/javadoc \
|
jdk \
|
||||||
com/sun/java/swing \
|
org \
|
||||||
com/sun/jmx \
|
sun \
|
||||||
com/sun/naming \
|
#
|
||||||
com/sun/org/apache \
|
SRC_ZIP_EXCLUDES =
|
||||||
com/sun/security/auth \
|
else
|
||||||
com/sun/security/jgss \
|
SRC_ZIP_INCLUDES = \
|
||||||
com/sun/source \
|
com/sun/corba \
|
||||||
java \
|
com/sun/image/codec/jpeg \
|
||||||
javax/accessibility \
|
com/sun/imageio \
|
||||||
javax/annotation \
|
com/sun/java_cup \
|
||||||
javax/imageio \
|
com/sun/javadoc \
|
||||||
javax/lang \
|
com/sun/java/swing \
|
||||||
javax/management \
|
com/sun/jmx \
|
||||||
javax/naming \
|
com/sun/naming \
|
||||||
javax/print \
|
com/sun/org/apache \
|
||||||
javax/rmi \
|
com/sun/security/auth \
|
||||||
javax/script \
|
com/sun/security/jgss \
|
||||||
javax/security \
|
com/sun/source \
|
||||||
javax/sound \
|
java \
|
||||||
javax/sql \
|
javax/accessibility \
|
||||||
javax/swing \
|
javax/annotation \
|
||||||
javax/tools \
|
javax/imageio \
|
||||||
javax/xml \
|
javax/lang \
|
||||||
org/ietf \
|
javax/management \
|
||||||
org/omg \
|
javax/naming \
|
||||||
org/w3c/dom \
|
javax/print \
|
||||||
org/xml/sax \
|
javax/rmi \
|
||||||
#
|
javax/script \
|
||||||
|
javax/security \
|
||||||
|
javax/sound \
|
||||||
|
javax/sql \
|
||||||
|
javax/swing \
|
||||||
|
javax/tools \
|
||||||
|
javax/xml \
|
||||||
|
org/ietf \
|
||||||
|
org/omg \
|
||||||
|
org/w3c/dom \
|
||||||
|
org/xml/sax \
|
||||||
|
#
|
||||||
|
SRC_ZIP_EXCLUDES = javax/swing/beaninfo
|
||||||
|
endif
|
||||||
|
|
||||||
SRC_ZIP_SRCS = $(JDK_TOPDIR)/src/share/classes $(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/classes
|
SRC_ZIP_SRCS = $(JDK_TOPDIR)/src/share/classes $(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/classes
|
||||||
SRC_ZIP_SRCS += $(JDK_OUTPUTDIR)/gensrc
|
SRC_ZIP_SRCS += $(JDK_OUTPUTDIR)/gensrc
|
||||||
@ -616,7 +629,7 @@ $(eval $(call MakeDir, $(IMAGES_OUTPUTDIR)/src))
|
|||||||
$(eval $(call SetupZipArchive,BUILD_SRC_ZIP, \
|
$(eval $(call SetupZipArchive,BUILD_SRC_ZIP, \
|
||||||
SRC := $(SRC_ZIP_SRCS) $(IMAGES_OUTPUTDIR)/src, \
|
SRC := $(SRC_ZIP_SRCS) $(IMAGES_OUTPUTDIR)/src, \
|
||||||
INCLUDES := $(SRC_ZIP_INCLUDES) launcher, \
|
INCLUDES := $(SRC_ZIP_INCLUDES) launcher, \
|
||||||
EXCLUDES := javax/swing/beaninfo, \
|
EXCLUDES := $(SRC_ZIP_EXCLUDES), \
|
||||||
SUFFIXES := .java .c .h, \
|
SUFFIXES := .java .c .h, \
|
||||||
ZIP := $(IMAGES_OUTPUTDIR)/src.zip, \
|
ZIP := $(IMAGES_OUTPUTDIR)/src.zip, \
|
||||||
EXTRA_DEPS := $(LAUNCHER_ZIP_SRC)))
|
EXTRA_DEPS := $(LAUNCHER_ZIP_SRC)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user