7160496: Rename JDK8 JAXP source directory

Moving src/share/classes to src

Reviewed-by: ohair
This commit is contained in:
Joe Wang 2012-04-12 08:38:26 -07:00
parent 380bf4c7a9
commit 60663487f6
2084 changed files with 2 additions and 2 deletions
jaxp
build.xml
make/scripts
src/com/sun
java_cup/internal/runtime
org/apache/bcel/internal
Constants.javaExceptionConstants.javaRepository.java
classfile
generic

@ -44,7 +44,7 @@
<property file="build.properties"/>
<!-- Source dir def -->
<property name="jaxp.src.dir" value="src/share/classes"/>
<property name="jaxp.src.dir" value="src"/>
<path id="src.dir.id">
<pathelement path="${jaxp.src.dir}"/>
</path>

@ -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

Some files were not shown because too many files have changed in this diff Show More