# HG changeset patch # User ohair # Date 1335827020 25200 # Node ID aabc08ea546f52891dd4e4f7c400e62dcd20e9ac # Parent cfd288fe1d3e2b700838342e70d71d44ac991af5 7165312: Fix jaxp source movement for new build-infra Reviewed-by: ohrstrom diff -r cfd288fe1d3e -r aabc08ea546f makefiles/Makefile --- a/makefiles/Makefile Mon Apr 23 16:55:12 2012 -0700 +++ b/makefiles/Makefile Mon Apr 30 16:03:40 2012 -0700 @@ -47,7 +47,7 @@ $(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))