common/build.postbuild.xml
changeset 848 56d2bc67ec40
parent 847 16e63d402b4d
child 861 caa0601f50c5
equal deleted inserted replaced
847:16e63d402b4d 848:56d2bc67ec40
   689 		       <include name="BBCResults.xsl"/>
   689 		       <include name="BBCResults.xsl"/>
   690 			   <include name="headers_report.xml"/>
   690 			   <include name="headers_report.xml"/>
   691 			   <include name="libraries_report.xml"/>
   691 			   <include name="libraries_report.xml"/>
   692 		   </fileset>
   692 		   </fileset>
   693         </copy>
   693         </copy>
   694 		<mkdir dir="${publish.dir}/ats_reports" failonerror="false"/>
   694 		<mkdir dir="${publish.dir}/ats_reports"/>
   695 		<copy file="${sf.common.config.dir}/tools/ats/report_dummy.html" tofile="${publish.dir}/ats_reports/index.html" failonerror="false"/>
   695 		<copy file="${sf.common.config.dir}/tools/ats/report_dummy.html" tofile="${publish.dir}/ats_reports/index.html" failonerror="false"/>
   696     </target>
   696     </target>
   697 
   697 
   698     <!-- TODO: Make this work for package builds once we have sysmodel story worked out -->
   698     <!-- TODO: Make this work for package builds once we have sysmodel story worked out -->
   699     <target name="sf-run-analysis-missing-files" if="sf.spec.splitbuild">
   699     <target name="sf-run-analysis-missing-files" if="sf.spec.splitbuild">