Author: rr
Date: Sun Aug  2 22:23:17 2009
New Revision: 800151

URL: http://svn.apache.org/viewvc?rev=800151&view=rev
Log:
nativedb.rake path for conf.template fix

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=800151&r1=800150&r2=800151&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/tasks/nativedb.rake (original)
+++ ode/branches/APACHE_ODE_1.X/tasks/nativedb.rake Sun Aug  2 22:23:17 2009
@@ -102,7 +102,7 @@
             else
               test.with REQUIRES
   
-              prepare_config(name, dbprops, "#{base}/target/conf.#{name}", 
"#{base}/src/main/webapp/WEB-INF/conf.template")
+              prepare_config(name, dbprops, "#{base}/target/conf.#{name}", 
"#{base}/src/test/webapp/WEB-INF/conf.template")
               dbs <<= ", " if dbs.length > 0
               dbs <<= "#{base}/target/conf.#{name}"
             end


Reply via email to