Author: hibou
Date: Wed Mar 30 22:20:31 2011
New Revision: 1087106

URL: http://svn.apache.org/viewvc?rev=1087106&view=rev
Log:
Use the root xooki

Modified:
    ant/site/ivy/build.xml

Modified: ant/site/ivy/build.xml
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/build.xml?rev=1087106&r1=1087105&r2=1087106&view=diff
==============================================================================
--- ant/site/ivy/build.xml (original)
+++ ant/site/ivy/build.xml Wed Mar 30 22:20:31 2011
@@ -51,7 +51,7 @@
         </copy>
         <init-imported-history version="latest-milestone" />
         <!-- xooki:generate requires sun java 6 jdk (with jrunscript) in path 
and Apache Ant 1.7 -->
-        <xooki:generate destDir="${target.dir}" 
checkUpToDate="${checkUpToDate}">
+        <xooki:generate destDir="${target.dir}" 
checkUpToDate="${checkUpToDate}" xookidir="${site.root.dir}/xooki">
             <fileset dir="${sources.dir}">
                 <include name="history/latest-milestone/**/*.html"/>
                 <exclude name="history/latest-milestone/**/template.html"/>
@@ -74,7 +74,7 @@
                 <exclude name="ivyde/**"/>
             </fileset>
         </xooki:generate>
-       <generate-printdoc version="latest-milestone" />
+        <generate-printdoc version="latest-milestone" />
     </target>
 
     <target name="generate-history" description="Generate the part of the 
website of a specific history version">
@@ -92,7 +92,7 @@
             </fileset>
         </copy>
         <!-- xooki:generate requires sun java 6 jdk (with jrunscript) in path 
and Apache Ant 1.7 -->
-        <xooki:generate destDir="${target.dir}/history/${history.version}" 
checkUpToDate="false">
+        <xooki:generate destDir="${target.dir}/history/${history.version}" 
checkUpToDate="false" xookidir="${site.root.dir}/xooki">
             <fileset dir="${sources.dir}/history/${history.version}">
                 <include name="**/*.html"/>
                 <exclude name="**/template.html"/>


Reply via email to