common/build.postbuild.xml
changeset 847 16e63d402b4d
parent 838 a1ebf7f8e66f
child 848 56d2bc67ec40
--- a/common/build.postbuild.xml	Fri Jan 15 11:34:04 2010 +0000
+++ b/common/build.postbuild.xml	Fri Jan 15 17:08:55 2010 +0000
@@ -691,6 +691,8 @@
 			   <include name="libraries_report.xml"/>
 		   </fileset>
         </copy>
+		<mkdir dir="${publish.dir}/ats_reports" failonerror="false"/>
+		<copy file="${sf.common.config.dir}/tools/ats/report_dummy.html" tofile="${publish.dir}/ats_reports/index.html" failonerror="false"/>
     </target>
 
     <!-- TODO: Make this work for package builds once we have sysmodel story worked out -->