Author: maartenc
Date: Thu Jun 24 22:04:25 2010
New Revision: 957731
URL: http://svn.apache.org/viewvc?rev=957731&view=rev
Log:
Copy this log to the documentation directory since there is a direct link to it
from the tutorials.
Modified:
ant/ivy/core/trunk/build-release.xml
Modified: ant/ivy/core/trunk/build-release.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=957731&r1=957730&r2=957731&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Thu Jun 24 22:04:25 2010
@@ -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 -->