6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles
Reviewed-by: jjg, tbell
This commit is contained in:
parent
b9490b461c
commit
fa9b682fcf
@ -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. -->
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user