6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles

Reviewed-by: jjg, tbell
This commit is contained in:
Kelly O'Hair 2009-09-28 19:39:40 -07:00
parent b9490b461c
commit fa9b682fcf
2 changed files with 9 additions and 1 deletions

View File

@ -58,6 +58,14 @@
<!-- Special build area preparation. -->
<target name="-drop-build-prep" depends="init, -init-src-dirs">
<mkdir dir="${build.classes.dir}"/>
<copy todir="${build.classes.dir}">
<fileset dir="${primary.src.dir}"
includes="**/*.properties"/>
</copy>
<replaceregexp match="#(.*)$" replace="#" flags="gm">
<fileset dir="${build.classes.dir}" includes="**/*.properties"/>
</replaceregexp>
</target>
<!-- Try to get drop sources, set property use.orig.src.dir if no drops. -->

View File

@ -26,7 +26,7 @@
drops.master.copy.base=${devtools}/share/jdk7-drops
drops.master.url.base=http://kenai.com/projects/jdk7-drops/downloads/download
jaxp_src.bundle.name=jdk7-jaxp-2009_08_28.zip
jaxp_src.bundle.name=jdk7-jaxp-2009_09_28.zip
jaxp_src.master.bundle.dir=${drops.master.copy.base}
#jaxp_src.bundle.url.base=https://jaxp.dev.java.net/files/documents/913/142147
jaxp_src.master.bundle.url.base=${drops.master.url.base}