diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-18 16:52:40 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-18 16:52:40 +0000 |
commit | bb817f1ed474b91e24ff7b661cd1d8c0635786d8 (patch) | |
tree | 184a18cc13b55d0165d5b1aafa98ec0b30a169c9 /actionservice | |
parent | b305756d9f5e92d0e1cf41c1036139a510882f1f (diff) | |
download | rails-bb817f1ed474b91e24ff7b661cd1d8c0635786d8.tar.gz rails-bb817f1ed474b91e24ff7b661cd1d8c0635786d8.tar.bz2 rails-bb817f1ed474b91e24ff7b661cd1d8c0635786d8.zip |
Get Action Service (soon to be renamed Action Web Service) in the loop
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@662 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionservice')
-rw-r--r-- | actionservice/Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionservice/Rakefile b/actionservice/Rakefile index d3e3a3de53..f4ed2bdb31 100644 --- a/actionservice/Rakefile +++ b/actionservice/Rakefile @@ -10,6 +10,8 @@ require 'fileutils' PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' PKG_NAME = 'actionservice' PKG_VERSION = '0.4.0' + PKG_BUILD +PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" +PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}" desc "Default Task" task :default => [ :test ] |