You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by eh...@apache.org on 2007/10/05 14:56:31 UTC

svn commit: r582238 - /lucene/solr/trunk/client/ruby/solr-ruby/Rakefile

Author: ehatcher
Date: Fri Oct  5 05:56:30 2007
New Revision: 582238

URL: http://svn.apache.org/viewvc?rev=582238&view=rev
Log:
Fix build to bundle in proper CHANGES file

Modified:
    lucene/solr/trunk/client/ruby/solr-ruby/Rakefile

Modified: lucene/solr/trunk/client/ruby/solr-ruby/Rakefile
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solr-ruby/Rakefile?rev=582238&r1=582237&r2=582238&view=diff
==============================================================================
--- lucene/solr/trunk/client/ruby/solr-ruby/Rakefile (original)
+++ lucene/solr/trunk/client/ruby/solr-ruby/Rakefile Fri Oct  5 05:56:30 2007
@@ -108,7 +108,7 @@
 desc "Generate rdoc documentation"
 Rake::RDocTask.new('doc') do |rd|
   rd.rdoc_files.include("lib/**/*.rb")
-  rd.rdoc_files.include('README', 'CHANGES.txt', 'LICENSE.txt')
+  rd.rdoc_files.include('README', 'CHANGES.yml', 'LICENSE.txt')
   rd.main = 'README'
   rd.rdoc_dir = 'doc'
 end