common/build.postbuild.xml
changeset 636 4709730d5226
parent 628 90be37e95e2f
child 638 84fc7d5ec18f
--- a/common/build.postbuild.xml	Fri Oct 09 15:16:55 2009 +0100
+++ b/common/build.postbuild.xml	Fri Oct 09 15:52:33 2009 +0100
@@ -524,8 +524,9 @@
         </java>
         <!-- Make sure that the summary directory is available to display the BRAG link -->
         <mkdir  dir="${publish.dir}/summary/"/>
-        <copy file="${build.log.dir}/summary/_brag.xml" toDir="${publish.dir}/summary/"/>
-        <copy file="${build.log.dir}/summary/brag.xsl" toDir="${publish.dir}/summary/"/>
+        <copy todir="${publish.dir}/summary/" preservelastmodified="true" failonerror="false">
+           <fileset dir="${build.log.dir}/summary/"><include name="*.*"/></fileset>
+        </copy>
         <if>
             <istrue value="${sf.spec.publish.enable}"/>
             <then>