[jbosstools-commits] JBoss Tools SVN: r31277 - trunk/documentation/whatsnew.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu May 12 16:39:21 EDT 2011
Author: max.andersen at jboss.com
Date: 2011-05-12 16:39:21 -0400 (Thu, 12 May 2011)
New Revision: 31277
Modified:
trunk/documentation/whatsnew/upload.sh
Log:
fixed upload.sh
Modified: trunk/documentation/whatsnew/upload.sh
===================================================================
--- trunk/documentation/whatsnew/upload.sh 2011-05-12 20:30:25 UTC (rev 31276)
+++ trunk/documentation/whatsnew/upload.sh 2011-05-12 20:39:21 UTC (rev 31277)
@@ -1,2 +1 @@
-#test
-rsync -i -I -c -P -e ssh -C --exclude-from '.rsyncexclude' -avz . tools at filemgmt.jboss.org:/docs_htdocs/tools/whatsnew/
+rsync -i -I -c -P -C --protocol=29 --exclude-from '.rsyncexclude' -avz . tools at filemgmt.jboss.org:/docs_htdocs/tools/whatsnew/
More information about the jbosstools-commits
mailing list