equal
deleted
inserted
replaced
545 </if> |
545 </if> |
546 </target> |
546 </target> |
547 |
547 |
548 <target name="sf-publish" depends="prep-publish"> |
548 <target name="sf-publish" depends="prep-publish"> |
549 <copy todir="${publish.dir}" preservelastmodified="true" failonerror="false"> |
549 <copy todir="${publish.dir}" preservelastmodified="true" failonerror="false"> |
550 <fileset dir="${build.log.dir}"><include name="*.zip"/></fileset> |
550 <fileset dir="${build.output.dir}/zips/release/"><include name="build_*.zip"/></fileset> |
551 </copy> |
551 </copy> |
552 </target> |
552 </target> |
553 |
553 |
554 <!-- TODO: Make this work for package builds once we have sysmodel story worked out --> |
554 <!-- TODO: Make this work for package builds once we have sysmodel story worked out --> |
555 <target name="sf-run-analysis-missing-files" if="sf.spec.splitbuild"> |
555 <target name="sf-run-analysis-missing-files" if="sf.spec.splitbuild"> |