# HG changeset patch
# User ohair
# Date 1335827020 25200
# Node ID 106e8b1b0eb397997f20ff69c9d48c28e708f6a9
# Parent  98ce9816ae089c959ba1e70fba98423a31c4e9fa
7165312: Fix jaxp source movement for new build-infra
Reviewed-by: ohrstrom

diff -r 98ce9816ae08 -r 106e8b1b0eb3 jaxp/makefiles/Makefile
--- a/jaxp/makefiles/Makefile	Wed Jul 05 18:09:18 2017 +0200
+++ b/jaxp/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))