Copy this log to the documentation directory since there is a direct link to it from the tutorials.

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@957731 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maarten Coene 2010-06-24 22:04:25 +00:00
parent 115081ea53
commit 60f1de2411
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@
</sequential>
</macrodef>
<target name="generate-tutorial-output" depends="jar">
<target name="generate-tutorial-output" depends="jar, generate-doc-init">
<property name="output.dir" value="${build.dir}/output" />
<delete dir="${output.dir}" />
<mkdir dir="${output.dir}" />
@ -181,6 +181,7 @@
<target name="generate-doc" depends="generate-doc-init, generate-tutorial-output">
<copy todir="${doc.build.dir}">
<fileset dir="${doc.src.dir}" includes="images/**,style/**,samples/**,js/**,ivy.xsd" />
<fileset dir="${doc.tmp.dir}" includes="tutorial/log/multi-project-general-publishall.txt" />
</copy>
<!-- requires java 6 jdk in path and Apache Ant 1.7 -->