You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/05/10 03:46:24 UTC

svn commit: r405592 - /incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml

Author: aadamchik
Date: Tue May  9 18:46:21 2006
New Revision: 405592

URL: http://svn.apache.org/viewcvs?rev=405592&view=rev
Log:
cleaning the images when the docs are rebuilt

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml
URL: http://svn.apache.org/viewcvs/incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml?rev=405592&r1=405591&r2=405592&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml Tue May  9 18:46:21 2006
@@ -24,7 +24,7 @@
 		
 		<!-- Clean the old docs, but not the SCM files -->
 		<delete>
-			<fileset dir="${cayenne.other}/wiki-docs" includes="**/*.html"/>
+			<fileset dir="${cayenne.other}/wiki-docs" includes="**/*.html,**/*.jpg,**/*.gif"/>
 		</delete>
 		
 		<!-- Build HTML documentation from Confluence -->