Author: crossley
Date: Wed Jul 4 18:00:53 2007
New Revision: 553356
URL: http://svn.apache.org/viewvc?view=rev&rev=553356
Log:
Remove the word "Automatic" from the default deploy messages. Often it is a
manual deploy that the committer has not provided a commit message.
Modified:
forrest/trunk/tools/forrestbot/core/deploy.xml
Modified: forrest/trunk/tools/forrestbot/core/deploy.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbot/core/deploy.xml?view=diff&rev=553356&r1=553355&r2=553356
==============================================================================
--- forrest/trunk/tools/forrestbot/core/deploy.xml (original)
+++ forrest/trunk/tools/forrestbot/core/deploy.xml Wed Jul 4 18:00:53 2007
@@ -107,7 +107,7 @@
<property name="deploy.cvs.root" value="/home/cvs"/>
<property name="deploy.cvs.host" value="cvs.apache.org"/>
<property name="deploy.cvs.module" value="${ant.project.name}"/>
- <property name="deploy.cvs.commit-message" value="Automatic publish from
forrestbot"/>
+ <property name="deploy.cvs.commit-message" value="Publish from forrestbot"/>
<property name="deploy.cvsmodule-dir"
value="work/cvsmodules-deploy/${ant.project.name}"/>
<target name="deploy.cvs" unless="build.failed" description="FB: Deploy by
committing to a CVS repository">
<condition property="isUnix">
@@ -142,7 +142,7 @@
<property name="deploy.svn.user" value=""/>
<property name="deploy.svn.password" value=""/>
<property name="deploy.svn.url" value=""/>
- <property name="deploy.svn.commit-message" value="Automatic publish from
forrestbot"/>
+ <property name="deploy.svn.commit-message" value="Publish from forrestbot"/>
<property name="deploy.svn.svn-dir"
location="work/svn-deploy/${ant.project.name}"/>
<property name="deploy.svn.svn-filestoadd"
location="work/svn-deploy/${ant.project.name}.toadd"/>
<target name="deploy.svn" unless="build.failed" description="FB: Deploy by
committing to an SVN repository">