You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mi...@apache.org on 2009/01/06 19:51:10 UTC

svn commit: r732052 - /ode/branches/APACHE_ODE_1.X/Rakefile

Author: midon
Date: Tue Jan  6 10:51:09 2009
New Revision: 732052

URL: http://svn.apache.org/viewvc?rev=732052&view=rev
Log:
generate mysql schema for convenience

Modified:
    ode/branches/APACHE_ODE_1.X/Rakefile

Modified: ode/branches/APACHE_ODE_1.X/Rakefile
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/Rakefile?rev=732052&r1=732051&r2=732052&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.X/Rakefile Tue Jan  6 10:51:09 2009
@@ -450,7 +450,7 @@
     derby_db = Derby.create(_("target/derby/hibdb")=>derby_sql)
     build derby_db
 
-    %w{ firebird hsql postgres sqlserver oracle }.each do |db|
+    %w{ mysql firebird hsql postgres sqlserver oracle }.each do |db|
       partial = export[ properties_for[db], dao_hibernate, _("target/partial.#{db}.sql") ]
       build concat(_("target/#{db}.sql")=>[ predefined_for[db], partial ])
     end