You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by br...@apache.org on 2004/04/16 16:45:24 UTC

svn commit: rev 10046 - xml/forrest/trunk/scratchpad/forrestbot2/core

Author: brondsem
Date: Fri Apr 16 07:45:23 2004
New Revision: 10046

Modified:
   xml/forrest/trunk/scratchpad/forrestbot2/core/deploy.xml
Log:
use module name in temp path too

Modified: xml/forrest/trunk/scratchpad/forrestbot2/core/deploy.xml
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/core/deploy.xml	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/core/deploy.xml	Fri Apr 16 07:45:23 2004
@@ -49,12 +49,13 @@
       failonerror="true"
       />
     <!-- copy new files into sandbox -->
-    <copy todir="${deploy.cvsmodule-dir}">
+    <copy todir="${deploy.cvsmodule-dir}/${deploy.cvs.module}">
       <fileset dir="${build.site-dir}"/>
     </copy>
+	<!-- add new files to CVS -->
     <!-- check in to CVS -->
     <cvs command="commit" cvsRoot="${deploy.cvs.fullroot}"
-      dest="${build.site-dir}"
+      dest="${deploy.cvsmodule-dir}/${deploy.cvs.module}"
       failonerror="true"
       noexec="true"
       />