changeset 333:aabc08ea546f

7165312: Fix jaxp source movement for new build-infra Reviewed-by: ohrstrom
author ohair
date Mon, 30 Apr 2012 16:03:40 -0700
parents cfd288fe1d3e
children 90204bfab4e2
files makefiles/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))