You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/04/25 11:01:15 UTC

svn commit: r164547 - /gump/trunk/site-sync.xml

Author: bodewig
Date: Mon Apr 25 02:01:14 2005
New Revision: 164547

URL: http://svn.apache.org/viewcvs?rev=164547&view=rev
Log:
Make it work

Modified:
    gump/trunk/site-sync.xml

Modified: gump/trunk/site-sync.xml
URL: http://svn.apache.org/viewcvs/gump/trunk/site-sync.xml?rev=164547&r1=164546&r2=164547&view=diff
==============================================================================
--- gump/trunk/site-sync.xml (original)
+++ gump/trunk/site-sync.xml Mon Apr 25 02:01:14 2005
@@ -32,11 +32,11 @@
 
   <target name="site-sync">
 
-    <sync todir="${site-wc}">
+    <sync todir="${site-wc}" includeemptydirs="true">
       <fileset dir="${generated-site}"/>
 
       <!-- save Subversion's information -->
-      <preserveInTarget>
+      <preserveInTarget defaultexcludes="false">
         <include name="**/.svn/**"/>
       </preserveInTarget>