7165312: Fix jaxp source movement for new build-infra

Reviewed-by: ohrstrom
This commit is contained in:
Kelly O'Hair 2012-04-30 16:03:40 -07:00
parent 4840199698
commit e0e7eb6c44

View File

@ -47,7 +47,7 @@ $(eval $(call SetupJavaCompiler,GENERATE_NEWBYTECODE_DEBUG,\
$(eval $(call SetupJavaCompilation,BUILD_JAXP,\
SETUP:=GENERATE_NEWBYTECODE_DEBUG,\
SRC:=$(JAXP_TOPDIR)/src/share/classes,\
SRC:=$(JAXP_TOPDIR)/src,\
CLEAN:=.properties,\
BIN:=$(JAXP_OUTPUTDIR)/classes,\
SRCZIP:=$(JAXP_OUTPUTDIR)/dist/lib/src.zip))