6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles
Reviewed-by: jjg, tbell
--- a/jaxp/build-defs.xml Tue Sep 22 14:06:16 2009 -0700
+++ b/jaxp/build-defs.xml Mon Sep 28 19:39:40 2009 -0700
@@ -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. -->
--- a/jaxp/jaxp.properties Tue Sep 22 14:06:16 2009 -0700
+++ b/jaxp/jaxp.properties Mon Sep 28 19:39:40 2009 -0700
@@ -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}