]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-1533: Remove 'cspace' from the end of the value of the 'url' attribute of...
authorAron Roberts <aron@socrates.berkeley.edu>
Mon, 19 Apr 2010 19:03:37 +0000 (19:03 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Mon, 19 Apr 2010 19:03:37 +0000 (19:03 +0000)
build.xml

index 610857995a6afd2fc6932d2e455f3d620f5f87a6..f54cbf9947fe4556ed8af38d20318c7f11921091 100644 (file)
--- a/build.xml
+++ b/build.xml
     <target name="create_db"\r
             description="create database(s), grant privileges to test users">\r
         <sql driver="com.mysql.jdbc.Driver"\r
-             url="jdbc:mysql://${db.host}:${db.port}/cspace"\r
+             url="jdbc:mysql://${db.host}:${db.port}"\r
              userid="${db.user}"\r
              password="${db.user.password}"\r
              src="${db.script.dir}/init_db.sql"\r