Allow to copy all the files in the summary directory to the bishare to allow link for BRAG to work in Diamonds.
--- 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>