You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2007/04/23 21:07:15 UTC

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

Author: boisvert
Date: Mon Apr 23 12:07:14 2007
New Revision: 531564

URL: http://svn.apache.org/viewvc?view=rev&rev=531564
Log:
Also need Xalan in the distro

Modified:
    incubator/ode/trunk/Rakefile

Modified: incubator/ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=531564&r1=531563&r2=531564
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Mon Apr 23 12:07:14 2007
@@ -337,7 +337,7 @@
     zip.merge project("ode:tools-bin").package(:zip)
     zip.path("lib").include artifacts(COMMONS.logging, COMMONS.codec, COMMONS.httpclient,
       COMMONS.pool, COMMONS.collections, JAXEN,
-      SAXON, LOG4J, WSDL4J, XERCES)
+      SAXON, LOG4J, WSDL4J, XALAN, XERCES)
     projects("ode:utils", "ode:tools", "ode:bpel-compiler", "ode:bpel-api", "ode:bpel-obj", "ode:bpel-schemas").
       map(&:packages).flatten.each do |pkg|
       zip.include(pkg.to_s, :as=>"#{pkg.id}.#{pkg.type}", :path=>"lib")