aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorjoehw <none@none>2012-04-12 08:38:26 -0700
committerjoehw <none@none>2012-04-12 08:38:26 -0700
commit41b00ad77bc0c9fd8ecc91d0743ca6d029a69a3e (patch)
tree9b353d47ffac135a97e990d60f7437783fa0a1ed /make
parent32c27c27678881c5840239b38539cef087e8b62b (diff)
downloadjdk8u_jaxp-41b00ad77bc0c9fd8ecc91d0743ca6d029a69a3e.tar.gz
7160496: Rename JDK8 JAXP source directory
Summary: moving src/share/classes to src Reviewed-by: ohair
Diffstat (limited to 'make')
-rw-r--r--make/scripts/update_src.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/update_src.sh b/make/scripts/update_src.sh
index b1ff207..edd4315 100644
--- a/make/scripts/update_src.sh
+++ b/make/scripts/update_src.sh
@@ -40,7 +40,7 @@ mkdir -p ${srcroot}
drops_dir="/java/devtools/share/jdk8-drops"
url1="http://download.java.net/jaxp/1.4.5"
bundle1="jaxp145_01.zip"
-srcdir1="${srcroot}/share/classes"
+srcdir1="${srcroot}"
# Function to get a bundle and explode it and normalize the source files.
getBundle() # drops_dir url bundlename bundledestdir srcrootdir