You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2009/01/26 00:16:56 UTC

svn commit: r737602 - /ant/ivy/site/build.xml

Author: xavier
Date: Sun Jan 25 23:16:53 2009
New Revision: 737602

URL: http://svn.apache.org/viewvc?rev=737602&view=rev
Log:
add latest-release to init-imported history too

Modified:
    ant/ivy/site/build.xml

Modified: ant/ivy/site/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/build.xml?rev=737602&r1=737601&r2=737602&view=diff
==============================================================================
--- ant/ivy/site/build.xml (original)
+++ ant/ivy/site/build.xml Sun Jan 25 23:16:53 2009
@@ -111,7 +111,7 @@
         <!-- xooki:generate requires sun java 6 jdk (with jrunscript) in path and Apache Ant 1.7 -->
         <xooki:generate destDir="${target.dir}" checkUpToDate="${checkUpToDate}">
             <fileset dir="${basedir}">
-                <include name="**/*.html"/>
+                <include name="history/latest-release/**/*.html"/>
                 <exclude name="**/template.html"/>
                 <exclude name="**/*Template.html"/>
                 <exclude name="presentations/**"/>
@@ -167,6 +167,7 @@
     <target name="init-imported-history-ivy"
             description="--> initialize all imported documentation history for Ivy">
         <init-imported-version version="trunk" />
+        <init-imported-version version="latest-release" />
         <init-imported-version version="latest-milestone" />
     	<init-imported-version version="2.0.0" />
         <init-imported-version version="2.0.0-rc2" />