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/04/28 00:05:12 UTC

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

Author: mriou
Date: Fri Apr 27 15:05:11 2007
New Revision: 533241

URL: http://svn.apache.org/viewvc?view=rev&rev=533241
Log:
Correcting zip directories names.

Modified:
    incubator/ode/trunk/Rakefile

Modified: incubator/ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=533241&r1=533240&r2=533241
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Fri Apr 27 15:05:11 2007
@@ -361,7 +361,7 @@
 
   desc "ODE Axis2 Based Distribution"
   define "distro-axis2" do
-    package(:zip, :id => "apache-ode-war").path("#{id}-#{version}").tap do |zip|
+    package(:zip, :id => "apache-ode-war").path("apache-ode-war-#{version}").tap do |zip|
       distro_common.call(self, zip)
       zip.include project("ode:axis2-war").package(:war), :as=>"ode.war"
     end
@@ -379,7 +379,7 @@
 
   desc "ODE JBI Based Distribution"
   define "distro-jbi" do
-    package(:zip, :id => "apache-ode-jbi").path("#{id}-#{version}").tap do |zip|
+    package(:zip, :id => "apache-ode-jbi").path("apache-ode-war-#{version}").tap do |zip|
       distro_common.call(self, zip)
       zip.include project("ode:jbi").package(:zip)
     end