You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2011/10/19 18:50:03 UTC

svn commit: r1186321 - /buildr/trunk/rakelib/all-in-one.rake

Author: boisvert
Date: Wed Oct 19 16:50:03 2011
New Revision: 1186321

URL: http://svn.apache.org/viewvc?rev=1186321&view=rev
Log:
All-in-one distro should have 'all-in-one' naming

Modified:
    buildr/trunk/rakelib/all-in-one.rake

Modified: buildr/trunk/rakelib/all-in-one.rake
URL: http://svn.apache.org/viewvc/buildr/trunk/rakelib/all-in-one.rake?rev=1186321&r1=1186320&r2=1186321&view=diff
==============================================================================
--- buildr/trunk/rakelib/all-in-one.rake (original)
+++ buildr/trunk/rakelib/all-in-one.rake Wed Oct 19 16:50:03 2011
@@ -101,7 +101,7 @@ namespace :'all-in-one' do
   task :package do
     puts "Zipping distribution ..."
     cd '..'
-    new_dir  = "#{spec.name}-#{spec.version}"
+    new_dir  = "#{spec.name}-all-in-one-#{spec.version}"
     mv dir, new_dir
     zip = "#{new_dir}.zip"
     rm zip if File.exist? zip