jaxp/build-defs.xml
changeset 3882 35b6f37d3023
parent 3879 0d9209bdf36c
child 4131 c5661b1a888f
--- 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. -->