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/14 01:12:04 UTC

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

Author: mriou
Date: Fri Apr 13 16:12:03 2007
New Revision: 528698

URL: http://svn.apache.org/viewvc?view=rev&rev=528698
Log:
Both distros have their main artifact in the root (war and assembly).

Modified:
    incubator/ode/trunk/Rakefile

Modified: incubator/ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=528698&r1=528697&r2=528698
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Fri Apr 13 16:12:03 2007
@@ -376,7 +376,7 @@
   define "distro-jbi" do
     package(:zip).path("#{id}-#{version}").tap do |zip|
       distro_common.call(self, zip)
-      zip.path("jbi-component").include project("ode:jbi").package(:zip)
+      zip.include project("ode:jbi").package(:zip)
     end
   end