changeset 97:feb05980f9f2 jdk7-b73

6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles Reviewed-by: jjg, tbell
author ohair
date Mon, 28 Sep 2009 19:39:40 -0700
parents ee9c7578aca5
children 1a976745e3a3 ea7b88c676dd
files build-defs.xml jaxp.properties
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-defs.xml	Tue Sep 22 14:06:16 2009 -0700
+++ b/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.properties	Tue Sep 22 14:06:16 2009 -0700
+++ b/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}