You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2010/08/30 19:42:44 UTC

svn commit: r990879 - in /avro/branches/branch-1.4: ./ lang/ruby/Rakefile

Author: cutting
Date: Mon Aug 30 17:42:44 2010
New Revision: 990879

URL: http://svn.apache.org/viewvc?rev=990879&view=rev
Log:
Merge r990878 from trunk, fixing Ruby dist target to not automatically update Manifest.

Modified:
    avro/branches/branch-1.4/   (props changed)
    avro/branches/branch-1.4/lang/ruby/Rakefile

Propchange: avro/branches/branch-1.4/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Aug 30 17:42:44 2010
@@ -1 +1 @@
-/avro/trunk:990852,990860,990867,990871
+/avro/trunk:990852,990860,990867,990871,990878

Modified: avro/branches/branch-1.4/lang/ruby/Rakefile
URL: http://svn.apache.org/viewvc/avro/branches/branch-1.4/lang/ruby/Rakefile?rev=990879&r1=990878&r2=990879&view=diff
==============================================================================
--- avro/branches/branch-1.4/lang/ruby/Rakefile (original)
+++ avro/branches/branch-1.4/lang/ruby/Rakefile Mon Aug 30 17:42:44 2010
@@ -53,7 +53,7 @@ SHARE = HERE + '/../../share'
 SCHEMAS = SHARE + '/test/schemas'
 BUILD = HERE + '/../../build'
 
-task :dist => [:manifest, :gem] do
+task :dist => [:gem] do
   mkdir_p "../../dist/ruby"
   cp "pkg/avro-#{VERSION}.gem", "../../dist/ruby"
 end