Revision: 20926
          http://sourceforge.net/p/jmol/code/20926
Author:   hansonr
Date:     2016-01-07 02:41:51 +0000 (Thu, 07 Jan 2016)
Log Message:
-----------
 verbose="true"

Modified Paths:
--------------
    branches/v14_4/Jmol/tools/jmol-release.xml

Modified: branches/v14_4/Jmol/tools/jmol-release.xml
===================================================================
--- branches/v14_4/Jmol/tools/jmol-release.xml  2016-01-07 02:41:33 UTC (rev 
20925)
+++ branches/v14_4/Jmol/tools/jmol-release.xml  2016-01-07 02:41:51 UTC (rev 
20926)
@@ -111,14 +111,14 @@
     </scp>
     <echo message="Copying binary.tar.gz to ${web.dir}" level="info"/>
     <scp todir="${ssh.user},jmol:${ssh.password}@${web.host}:${web.dir}"
-         trust="yes" failonerror="true">
+         trust="yes" failonerror="true" verbose="true">
       <fileset dir="${temp.dir}">
         <include name="**/*-binary.tar.gz"/>
       </fileset>
     </scp>
     <echo message="Copying full.tar.gz to ${web.dir}" level="info"/>
     <scp todir="${ssh.user},jmol:${ssh.password}@${web.host}:${web.dir}"
-         trust="yes" failonerror="true">
+         trust="yes" failonerror="true" verbose="true">
       <fileset dir="${temp.dir}">
         <include name="**/*-full.tar.gz"/>
       </fileset>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to