diff options
author | Louise Crow <louise.crow@gmail.com> | 2011-02-23 14:12:12 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2011-02-23 14:12:12 +0000 |
commit | ffbbae3e6138f91ab2b8b07e207a8074bd0adb81 (patch) | |
tree | 0c3668d98bb26f0560876312f653e9c07e424f01 | |
parent | bc894f8e1b950950f3c682487139a8d5a11ae6d9 (diff) |
Moving tasks to lib - as per deprecation warning. There appears to be no current repo for this plugin.
-rw-r--r-- | vendor/plugins/acts_as_xapian/lib/tasks/xapian.rake (renamed from vendor/plugins/acts_as_xapian/tasks/xapian.rake) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/plugins/acts_as_xapian/tasks/xapian.rake b/vendor/plugins/acts_as_xapian/lib/tasks/xapian.rake index 9c039cf89..b5e6e732f 100644 --- a/vendor/plugins/acts_as_xapian/tasks/xapian.rake +++ b/vendor/plugins/acts_as_xapian/lib/tasks/xapian.rake @@ -2,7 +2,7 @@ require 'rubygems' require 'rake' require 'rake/testtask' require 'activerecord' -require File.dirname(__FILE__) + '/../lib/acts_as_xapian.rb' +require File.dirname(__FILE__) + '/../acts_as_xapian.rb' namespace :xapian do # Parameters - specify "flush=true" to save changes to the Xapian database |