common/build.postbuild.xml
changeset 768 edc6746cee45
parent 764 d00048f1b036
child 773 6a54b486a5b4
--- a/common/build.postbuild.xml	Mon Nov 16 16:26:16 2009 +0000
+++ b/common/build.postbuild.xml	Mon Nov 16 18:09:03 2009 +0000
@@ -649,6 +649,10 @@
         <copy todir="${publish.dir}" preservelastmodified="true" failonerror="false">
            <fileset dir="${build.output.dir}/zips/release/"><include name="build_*.zip"/></fileset>
         </copy>
+        <mkdir dir="${publish.dir}/html"/>
+        <copy todir="${publish.dir}/html" preservelastmodified="true" failonerror="false">
+           <fileset dir="${build.log.dir}/html"><include name="*.html"/></fileset>
+        </copy>
     </target>
 
     <!-- TODO: Make this work for package builds once we have sysmodel story worked out -->