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/09/06 16:31:09 UTC

svn commit: r573283 - /ode/trunk/Rakefile

Author: mriou
Date: Thu Sep  6 07:31:09 2007
New Revision: 573283

URL: http://svn.apache.org/viewvc?rev=573283&view=rev
Log:
runtime now needs commons-lang

Modified:
    ode/trunk/Rakefile

Modified: ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/ode/trunk/Rakefile?rev=573283&r1=573282&r2=573283&view=diff
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Thu Sep  6 07:31:09 2007
@@ -236,7 +236,8 @@
     compile.from apt
     compile.with projects("bpel-api", "bpel-compiler", "bpel-dao", "bpel-obj", "bpel-schemas",
       "bpel-store", "jacob", "jacob-ap", "utils"),
-      COMMONS.logging, COMMONS.collections, JAXEN, JAVAX.persistence, JAVAX.stream, SAXON, WSDL4J, XMLBEANS, JAVAX.transaction
+      COMMONS.logging, COMMONS.collections, COMMONS.lang, JAXEN, JAVAX.persistence, 
+      JAVAX.stream, SAXON, WSDL4J, XMLBEANS, JAVAX.transaction
 
     test.with projects("scheduler-simple", "dao-jpa", "dao-hibernate", "il-common"),
         BACKPORT, COMMONS.pool, COMMONS.lang, DERBY, JAVAX.connector, JAVAX.transaction,