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/20 16:40:44 UTC

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

Author: mriou
Date: Tue Mar 20 08:40:43 2007
New Revision: 520434

URL: http://svn.apache.org/viewvc?view=rev&rev=520434
Log:
Adding readme in distro.

Modified:
    incubator/ode/trunk/Rakefile

Modified: incubator/ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=520434&r1=520433&r2=520434
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Tue Mar 20 08:40:43 2007
@@ -244,6 +244,7 @@
   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),
@@ -368,7 +369,7 @@
   desc "ODE Axis2 Based Distribution"
   define "distro-axis2" do
     resources(
-      filter(["LICENSE", "NOTICE", "DISCLAIMER"].map { |f| path_to("..", f) }).into(path_to(:target_dir, "stage")),
+      filter(["README", "LICENSE", "NOTICE", "DISCLAIMER"].map { |f| path_to("..", f) }).into(path_to(:target_dir, "stage")),
       filter(path_to(:src_dir, "examples")).into(path_to(:target_dir, "stage"))
     )