You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by as...@apache.org on 2007/04/06 02:10:56 UTC

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

Author: assaf
Date: Thu Apr  5 17:10:56 2007
New Revision: 526010

URL: http://svn.apache.org/viewvc?view=rev&rev=526010
Log: (empty)

Modified:
    incubator/ode/trunk/Rakefile

Modified: incubator/ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=526010&r1=526009&r2=526010
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Thu Apr  5 17:10:56 2007
@@ -313,12 +313,14 @@
     derby_sql = concat(path_to(:target_dir, "derby.sql")=>[partial_sql, quartz_sql])
     derby_db = Derby.create(path_to(:target_dir, "derby/jpadb")=>derby_sql)
 
-    tests.compile.with projects("ode:bpel-api", "ode:bpel-dao", "ode:bpel-obj", 
-      "ode:bpel-epr", "ode:dao-jpa", "ode:utils"),
-      HSQLDB, COMMONS.collections, COMMONS.logging, JAVAX.persistence, 
-      JAVAX.transaction, OPENJPA, XERCES, WSDL4J
-    tests.run.with GERONIMO.transaction, GERONIMO.kernel, GERONIMO.connector,
-      BACKPORT, JAVAX.connector, JAVAX.ejb, COMMONS.lang, LOG4J
+    tests do
+      compile.with projects("ode:bpel-api", "ode:bpel-dao", "ode:bpel-obj", 
+        "ode:bpel-epr", "ode:dao-jpa", "ode:utils"),
+        HSQLDB, COMMONS.collections, COMMONS.logging, JAVAX.persistence, 
+        JAVAX.transaction, OPENJPA, XERCES, WSDL4J
+      run.with GERONIMO.transaction, GERONIMO.kernel, GERONIMO.connector,
+        BACKPORT, JAVAX.connector, JAVAX.ejb, COMMONS.lang, LOG4J
+    end
 
     build derby_db
     package :zip, :include=>derby_db