Author: hlship
Date: Tue May  1 07:20:15 2007
New Revision: 534101

URL: http://svn.apache.org/viewvc?view=rev&rev=534101
Log:
Fix the script to upload from the correct directory.

Modified:
    tapestry/tapestry5/trunk/tapestry-project/support/sign-and-upload.rb

Modified: tapestry/tapestry5/trunk/tapestry-project/support/sign-and-upload.rb
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/support/sign-and-upload.rb?view=diff&rev=534101&r1=534100&r2=534101
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-project/support/sign-and-upload.rb 
(original)
+++ tapestry/tapestry5/trunk/tapestry-project/support/sign-and-upload.rb Tue 
May  1 07:20:15 2007
@@ -10,4 +10,4 @@
 
 puts "Uploading distributions ..."
 
-system 'scp target/dists/* [EMAIL PROTECTED]:public_html/tapestry-releases'
\ No newline at end of file
+system 'scp #{DIST_DIR}/* [EMAIL PROTECTED]:public_html/tapestry-releases'
\ No newline at end of file


Reply via email to