Author: midon
Date: Wed Jan 7 15:39:56 2009
New Revision: 732560
URL: http://svn.apache.org/viewvc?rev=732560&view=rev
Log:
ODE-463: improve rakefile to enable testing with different dbms
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=732560&r1=732559&r2=732560&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/tasks/nativedb.rake (original)
+++ ode/branches/APACHE_ODE_1.X/tasks/nativedb.rake Wed Jan 7 15:39:56 2009
@@ -48,7 +48,7 @@
rm_rf task.name if File.exist?(task.name)
Dir.mkdir(task.name)
Buildr.ant(name) do |ant|
- ant.get
:src=>"http://release.intalio.com/gitweb/?p=integr.git;a=blob_plain;f=descriptors/package/#{dbprops[:db]}/ode_tables.sql;hb=#{dbprops[:integr_branch]}",
+ 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]}",
:dest=>"#{task.name}/ode_tables.sql"
sqls = ["#{task.name}/ode_tables.sql"]