This commit is contained in:
Lana Steuck 2012-04-23 16:55:12 -07:00
commit e4e2e9efec
2095 changed files with 5326 additions and 15498 deletions

View File

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

View File

@ -40,7 +40,7 @@ mkdir -p ${srcroot}
drops_dir="/java/devtools/share/jdk8-drops" drops_dir="/java/devtools/share/jdk8-drops"
url1="http://download.java.net/jaxp/1.4.5" url1="http://download.java.net/jaxp/1.4.5"
bundle1="jaxp145_01.zip" bundle1="jaxp145_01.zip"
srcdir1="${srcroot}/share/classes" srcdir1="${srcroot}"
# Function to get a bundle and explode it and normalize the source files. # Function to get a bundle and explode it and normalize the source files.
getBundle() # drops_dir url bundlename bundledestdir srcrootdir getBundle() # drops_dir url bundlename bundledestdir srcrootdir

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