mirror of https://github.com/apache/ant-ivy
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:
parent
115081ea53
commit
60f1de2411
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue