--- 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. -->