You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mi...@apache.org on 2009/01/31 00:00:00 UTC

svn commit: r739444 - /ode/branches/APACHE_ODE_1.X/Rakefile

Author: midon
Date: Fri Jan 30 23:00:00 2009
New Revision: 739444

URL: http://svn.apache.org/viewvc?rev=739444&view=rev
Log:
ODE-415: do not try to mode README files, we do not need them for the tests

Modified:
    ode/branches/APACHE_ODE_1.X/Rakefile

Modified: ode/branches/APACHE_ODE_1.X/Rakefile
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/Rakefile?rev=739444&r1=739443&r2=739444&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.X/Rakefile Fri Jan 30 23:00:00 2009
@@ -621,7 +621,7 @@
           proc_dir = "process-#{sample_name}"
           mkdir proc_dir unless File.directory? proc_dir
           # copy files
-          [config_file, "README-#{sample_name}.txt"].each{|f| cp f, proc_dir }
+          cp config_file, proc_dir
           # copy files from template and replace variable names
           Dir["process-template/*"].each do |file|
             lines = IO.readlines(file)