mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
7160496
: Rename JDK8 JAXP source directory
Moving src/share/classes to src Reviewed-by: ohair
This commit is contained in:
parent
380bf4c7a9
commit
60663487f6
2084 changed files with 2 additions and 2 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue