Author: maartenc
Date: Tue Dec 16 14:04:59 2008
New Revision: 727188
URL: http://svn.apache.org/viewvc?rev=727188&view=rev
Log:
Load the xooki antlib inside the 'generate-doc' target. This allows us to run
the other targets with JDK 1.4.
Modified:
ant/ivy/core/branches/2.0.0/build-release.xml
Modified: ant/ivy/core/branches/2.0.0/build-release.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.0/build-release.xml?rev=727188&r1=727187&r2=727188&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.0/build-release.xml (original)
+++ ant/ivy/core/branches/2.0.0/build-release.xml Tue Dec 16 14:04:59 2008
@@ -22,9 +22,9 @@
xmlns:openpgp="antlib:org.apache.commons.openpgp.ant">
<import file="build.xml"/>
- <taskdef uri="antlib:xooki" file="${doc.src.dir}/xooki/antlib.xml" />
-
<target name="generate-doc">
+ <taskdef uri="antlib:xooki"
file="${doc.src.dir}/xooki/antlib.xml" />
+
<copy todir="${doc.build.dir}">
<fileset dir="${doc.src.dir}"
includes="images/**,style/**,samples/**,js/**,ivy.xsd" />
</copy>