You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/03/21 17:33:51 UTC

svn commit: r520941 - /incubator/ode/trunk/Rakefile

Author: mriou
Date: Wed Mar 21 09:33:50 2007
New Revision: 520941

URL: http://svn.apache.org/viewvc?view=rev&rev=520941
Log:
Cleanup

Modified:
    incubator/ode/trunk/Rakefile

Modified: incubator/ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=520941&r1=520940&r2=520941
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Wed Mar 21 09:33:50 2007
@@ -244,7 +244,6 @@
   define "bpel-schemas" do
     schemas = [ path_to(:src_dir, "main/xsd/pmapi.xsdconfig"),
                 path_to(:src_dir, "main/xsd/dd.xsdconfig"), path_to(:src_dir, "main/xsd") ]
-    puts schemas.join("\n")
     prepare XMLBeans.compile_task(path_to(:target_dir, "generated")=>schemas).
       using(:javasource=>compile.options.source,
             :classes=>path_to(:java_target_dir),