You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2009/06/23 16:04:49 UTC

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

Author: hibou
Date: Tue Jun 23 14:04:49 2009
New Revision: 787681

URL: http://svn.apache.org/viewvc?rev=787681&view=rev
Log:
Now we have sevral kind of templates

Modified:
    ant/ivy/site/build.xml

Modified: ant/ivy/site/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/build.xml?rev=787681&r1=787680&r2=787681&view=diff
==============================================================================
--- ant/ivy/site/build.xml (original)
+++ ant/ivy/site/build.xml Tue Jun 23 14:04:49 2009
@@ -133,7 +133,7 @@
         <xooki:generate destDir="${target.dir}/ivyde" checkUpToDate="${checkUpToDate}">
             <fileset dir="${basedir}/ivyde">
                 <include name="**/*.html"/>
-                <exclude name="**/template.html"/>
+                <exclude name="**/template*.html"/>
                 <exclude name="**/*Template.html"/>
                 <exclude name="**/xooki/**"/>
                 <exclude name="js/**"/>