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 2012/03/14 23:34:03 UTC

svn commit: r1300769 - /ant/ivy/ivyde/trunk/build.xml

Author: hibou
Date: Wed Mar 14 22:34:03 2012
New Revision: 1300769

URL: http://svn.apache.org/viewvc?rev=1300769&view=rev
Log:
Exclude the samples for the html to generate

Modified:
    ant/ivy/ivyde/trunk/build.xml

Modified: ant/ivy/ivyde/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=1300769&r1=1300768&r2=1300769&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Wed Mar 14 22:34:03 2012
@@ -182,6 +182,8 @@
                 <include name="**/*.html" />
                 <exclude name="template*.html" />
                 <exclude name="**/xooki/**" />
+                <exclude name="screenshot-projects/**" />
+                <exclude name="sample/**" />
             </fileset>
         </xooki:generate>
     </target>
@@ -585,6 +587,8 @@ forceContextQualifier=${hudson.version.q
                 <include name="**/*.html" />
                 <exclude name="template*.html" />
                 <exclude name="**/xooki/**" />
+                <exclude name="screenshot-projects/**" />
+                <exclude name="sample/**" />
             </fileset>
         </xooki:generate>
     </target>