You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by se...@apache.org on 2009/03/25 23:17:43 UTC

svn commit: r758454 - /ode/branches/APACHE_ODE_1.X/tasks/nativedb.rake

Author: seanahn
Date: Wed Mar 25 22:17:41 2009
New Revision: 758454

URL: http://svn.apache.org/viewvc?rev=758454&view=rev
Log:
fixed mysql openjpa test prepare script

Modified:
    ode/branches/APACHE_ODE_1.X/tasks/nativedb.rake

Modified: ode/branches/APACHE_ODE_1.X/tasks/nativedb.rake
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/tasks/nativedb.rake?rev=758454&r1=758453&r2=758454&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/tasks/nativedb.rake (original)
+++ ode/branches/APACHE_ODE_1.X/tasks/nativedb.rake Wed Mar 25 22:17:41 2009
@@ -50,7 +50,7 @@
           Buildr.ant(name) do |ant|
             create_tables_sql = "#{task.name}/ode_tables.sql"
             drop_tables_sql = "#{task.name}/drop_ode_tables.sql"
-            ant.get :src=>"http://git.intalio.com/?p=integr.git;a=blob_plain;f=descriptors/package/#{dbprops[:db]}/ode_tables.sql;hb=#{dbprops[:integr_branch]}",
+            ant.get :src=>"http://release.intalio.com/m2repo/ci-resources/ode-schema-5.2.x/package/#{dbprops[:db]}/ode_tables.sql",
                     :dest=> create_tables_sql
             sqls = prepare_sqls(task, ant, [], :hib, dbprops[:db], drop_tables_sql, create_tables_sql)