7165312: Fix jaxp source movement for new build-infra
authorohair
Mon, 30 Apr 2012 16:03:40 -0700
changeset 12484 106e8b1b0eb3
parent 12472 98ce9816ae08
child 12485 19c92373018b
7165312: Fix jaxp source movement for new build-infra Reviewed-by: ohrstrom
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))