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 2008/04/23 02:41:41 UTC

svn commit: r650708 - /ode/branches/APACHE_ODE_1.1/Rakefile

Author: mriou
Date: Tue Apr 22 17:41:39 2008
New Revision: 650708

URL: http://svn.apache.org/viewvc?rev=650708&view=rev
Log:
Conf properties for store. Actually it's better the pass the main props object.

Modified:
    ode/branches/APACHE_ODE_1.1/Rakefile

Modified: ode/branches/APACHE_ODE_1.1/Rakefile
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/Rakefile?rev=650708&r1=650707&r2=650708&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.1/Rakefile Tue Apr 22 17:41:39 2008
@@ -280,7 +280,7 @@
 
   desc "ODE Process Store"
   define "bpel-store" do
-    compile.with projects("bpel-api", "bpel-compiler", "bpel-dao", "bpel-obj", "bpel-schemas",
+    compile.with projects("bpel-api", "bpel-compiler", "bpel-dao", "bpel-obj", "bpel-schemas", "bpel-epr",
       "dao-hibernate", "utils"),
       COMMONS.logging, JAVAX.persistence, JAVAX.stream, HIBERNATE, HSQLDB, XMLBEANS, XERCES, WSDL4J
     compile { open_jpa_enhance }