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:48:34 UTC

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

Author: mriou
Date: Tue Mar 20 08:48:33 2007
New Revision: 520443

URL: http://svn.apache.org/viewvc?view=rev&rev=520443
Log:
Release notes inclusion.

Modified:
    incubator/ode/trunk/Rakefile

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