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/12/14 19:43:30 UTC

svn commit: r890434 - /ode/trunk/Buildfile

Author: midon
Date: Mon Dec 14 18:43:21 2009
New Revision: 890434

URL: http://svn.apache.org/viewvc?rev=890434&view=rev
Log:
copy recursively

Modified:
    ode/trunk/Buildfile

Modified: ode/trunk/Buildfile
URL: http://svn.apache.org/viewvc/ode/trunk/Buildfile?rev=890434&r1=890433&r2=890434&view=diff
==============================================================================
--- ode/trunk/Buildfile (original)
+++ ode/trunk/Buildfile Mon Dec 14 18:43:21 2009
@@ -284,7 +284,7 @@
       cp_r _("src/main/webapp"), test.compile.target.to_s
       rm_rf Dir[_(webapp_dir) + "/**/.svn"]
       cp_r _("src/test/webapp"), test.compile.target.to_s
-      cp Dir[_("src/main/webapp/WEB-INF/classes/*")], test.compile.target.to_s
+      cp_r Dir[_("src/main/webapp/WEB-INF/classes/*")], test.compile.target.to_s
       cp Dir[project("axis2").path_to("src/main/wsdl/*")], "#{webapp_dir}/WEB-INF"
       cp project("bpel-schemas").path_to("src/main/xsd/pmapi.xsd"), "#{webapp_dir}/WEB-INF"
       mkdir_p _("#{webapp_dir}/WEB-INF/processes")