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/30 03:29:44 UTC

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

Author: aadamchik
Date: Mon May 29 18:29:43 2006
New Revision: 410170

URL: http://svn.apache.org/viewvc?rev=410170&view=rev
Log:
fixing bug in the build script that deleted reusable doc images

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/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml?rev=410170&r1=410169&r2=410170&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml Mon May 29 18:29:43 2006
@@ -24,7 +24,7 @@
 		
 		<!-- Clean the old docs, but not the SCM files -->
 		<delete>
-			<fileset dir="${cayenne.other}/wiki-docs" includes="**/*.html,**/*.jpg,**/*.gif"/>
+			<fileset dir="${cayenne.other}/wiki-docs/Documentation" includes="**/*.html,**/*.jpg,**/*.gif"/>
 		</delete>
 		
 		<!-- Build HTML documentation from Confluence -->